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-508
3
7
6
Bob gets red when he is mad and tends to act very cold. Red Charlie is what folks call him, because he is quite red. Big Dave is cold but kind and always green. You will probably see that red, round people are nice, as well as green. If you big person approaches and is cold, fear not because they are nice. Someone can be young, big, and cold but green. A person that is known to be big and rough is also green, they will feel blue about it. Round and somewhat big people manage to be kind to everyone. Kind people who are nice find that they must also be rough.
{ "triple1": { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple3": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple4": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")" }, "triple8": null, "triple9": null, "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 big and cold then they are nice.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule3": { "text": "If someone is young and cold and big then they are green.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is big and rough and green then they are blue.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule5": { "text": "If someone is round and big then they are kind.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule6": { "text": "If someone is kind and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Charlie is red.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple3)]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q2": { "question": "Dave is not cold.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6)]", "representation": "(\"Dave\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q3": { "question": "Dave is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple7 triple6) -> rule2))]", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple7 triple6) -> rule2))]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is rough.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple4 ((triple7 triple6) -> rule2)) -> rule6))]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple7 triple6) -> (rule2 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not rough.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple7 triple6) -> rule2)) -> rule6))]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple7 triple6) -> (rule2 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Dave is blue.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple7 ((triple4 ((triple7 triple6) -> rule2)) -> rule6) triple5) -> rule4))]", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple4 ((triple7 triple6) -> (rule2 % int3))) -> (rule6 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Dave is not blue.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple7 ((triple4 ((triple7 triple6) -> rule2)) -> rule6) triple5) -> rule4))]", "representation": "(\"Dave\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple4 ((triple7 triple6) -> (rule2 % int3))) -> (rule6 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Charlie is not rough.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Charlie is rough.[CWA. Example of deepest failure = (rule6 <- rule5 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Charlie is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is nice.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Dave is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "Q15": { "question": "Charlie is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")" }, "Q16": { "question": "Bob is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is cold.[(triple2)] Bob is red.[(triple1)] Charlie is red.[(triple3)] Dave is big.[(triple7)] Dave is cold.[(triple6)] Dave is green.[(triple5)] Dave is kind.[(triple4)] @1: Dave is nice.[(((triple7 triple6) -> rule2))] @2: Dave is rough.[(((triple4 ((triple7 triple6) -> rule2)) -> rule6))] @3: Dave is blue.[(((triple7 ((triple4 ((triple7 triple6) -> rule2)) -> rule6) triple5) -> rule4))]
[ { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is big.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is cold.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is rough.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple7 triple6) -> (rule2 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is blue.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple4 ((triple7 triple6) -> (rule2 % int3))) -> (rule6 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent3", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": null, "triple9": null, "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Bob gets red when he is mad and tends to act very cold.", "sent2": "Red Charlie is what folks call him, because he is quite red.", "sent3": "Big Dave is cold but kind and always green.", "sent4": "You will probably see that red, round people are nice, as well as green.", "sent5": "If you big person approaches and is cold, fear not because they are nice.", "sent6": "Someone can be young, big, and cold but green.", "sent7": "A person that is known to be big and rough is also green, they will feel blue about it.", "sent8": "Round and somewhat big people manage to be kind to everyone.", "sent9": "Kind people who are nice find that they must also be rough.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-482
3
11
7
Red Alan is what folks call him, because he is quite red. Eric is big and green guy whose cold personality makes him seem very rough. Big Fred, the most blue guy I know while also being cold. Gary is nice and kind, but a little rough. I've found that a person who is green from lack of experience and nice even when they are feeling blue often has a red complexion. Young people who are big, downhearted, and blue are kind. A rough person who is young and nice is also red. Someone with rough, big traits will be a green person, as well. Someone being both nice and kind means that they are a big person. If a person behaves in a nice way while they are physically blue and big, they're definitely round. Someone who is big and kind is blue.
{ "triple1": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple9": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple10": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple11": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is blue and nice and green then they are red.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is 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 young and nice and rough then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is rough and big then they are green.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule5": { "text": "If someone is nice and kind then they are big.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule6": { "text": "If someone is nice and blue and big then they are round.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "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 rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Fred is not blue.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple7)]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q3": { "question": "Gary is big.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple10 triple11) -> rule5))]", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple11) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Gary is not big.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple10 triple11) -> rule5))]", "representation": "(\"Gary\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple11) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Gary is green.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple9 ((triple10 triple11) -> rule5)) -> rule4))]", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((triple10 triple11) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Gary is not blue.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple11 ((triple10 triple11) -> rule5)) -> rule7))]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple11 ((triple10 triple11) -> (rule5 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Gary is round.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((triple10 ((triple11 ((triple10 triple11) -> rule5)) -> rule7) ((triple10 triple11) -> rule5)) -> rule6))]", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple11 ((triple10 triple11) -> (rule5 % int3))) -> (rule7 % int2)) ((triple10 triple11) -> (rule5 % int3))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Gary is not red.", "answer": "False", "QDep": 3, "QLen": "12", "strategy": "inv-proof", "proofs": "[(((((triple11 ((triple10 triple11) -> rule5)) -> rule7) triple10 ((triple9 ((triple10 triple11) -> rule5)) -> rule4)) -> rule1))]", "representation": "(\"Gary\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple11 ((triple10 triple11) -> (rule5 % int4))) -> (rule7 % int3)) triple10 ((triple9 ((triple10 triple11) -> (rule5 % int4))) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Alan is not blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Alan is blue.[CWA. Example of deepest failure = (rule7 <- rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Fred is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is round.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Eric is blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Eric is blue.[CWA. Example of deepest failure = (rule7 <- rule2 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")" }, "Q14": { "question": "Eric is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "Fred is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Fred is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is red.[(triple1)] Eric is big.[(triple5)] Eric is cold.[(triple4)] Eric is green.[(triple3 OR ((triple2 triple5) -> rule4))] Eric is rough.[(triple2)] Fred is big.[(triple8)] Fred is blue.[(triple7)] Fred is cold.[(triple6)] Gary is kind.[(triple11)] Gary is nice.[(triple10)] Gary is rough.[(triple9)] @1: Gary is big.[(((triple10 triple11) -> rule5))] @2: Gary is blue.[(((triple11 ((triple10 triple11) -> rule5)) -> rule7))] Gary is green.[(((triple9 ((triple10 triple11) -> rule5)) -> rule4))] @3: Gary is red.[(((((triple11 ((triple10 triple11) -> rule5)) -> rule7) triple10 ((triple9 ((triple10 triple11) -> rule5)) -> rule4)) -> rule1))] Gary is round.[(((triple10 ((triple11 ((triple10 triple11) -> rule5)) -> rule7) ((triple10 triple11) -> rule5)) -> rule6))]
[ { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] }, { "representation": "((triple2 triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is big.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple11) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is blue.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 ((triple10 triple11) -> (rule5 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is green.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((triple10 triple11) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is red.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple11 ((triple10 triple11) -> (rule5 % int4))) -> (rule7 % int3)) triple10 ((triple9 ((triple10 triple11) -> (rule5 % int4))) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, { "text": "Gary is round.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple11 ((triple10 triple11) -> (rule5 % int3))) -> (rule7 % int2)) ((triple10 triple11) -> (rule5 % int3))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "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": "Red Alan is what folks call him, because he is quite red.", "sent2": "Eric is big and green guy whose cold personality makes him seem very rough.", "sent3": "Big Fred, the most blue guy I know while also being cold.", "sent4": "Gary is nice and kind, but a little rough.", "sent5": "I've found that a person who is green from lack of experience and nice even when they are feeling blue often has a red complexion.", "sent6": "Young people who are big, downhearted, and blue are kind.", "sent7": "A rough person who is young and nice is also red.", "sent8": "Someone with rough, big traits will be a green person, as well.", "sent9": "Someone being both nice and kind means that they are a big person.", "sent10": "If a person behaves in a nice way while they are physically blue and big, they're definitely round.", "sent11": "Someone who is big and kind is blue." }
AttNonegNatLang-OWA-778
3
8
7
Red Alan is what folks call him, because he is quite red. Blue and green Bob is so kind he snowplows the neighbors driveways and everyone thanks him with beer. Gary, a kind and nice man, is wearing a green sweatshirt. He is also a fairly round sized man in shape. A red colored and round person who is also young will be rather kind. Blue Christmas ornaments are also red. A person who is nice and green with envy is round. People who are nice and big and red are green. A round person will also be red. A green and red colored person who has a nice temperament will be cold. Whenever someone is kind as well as round and cold, they will definitely be blue.
{ "triple1": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple3": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple6": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple7": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple8": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is red and round and young then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule2": { "text": "If someone is blue then they are red.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is nice and green then they are round.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is nice and big and red then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule5": { "text": "If someone is round then they are red.", "representation": "(((\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is green and nice and red then they are cold.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule7": { "text": "If someone is kind and round and cold then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" } }
{ "Q1": { "question": "Alan is red.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Bob is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Bob\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Gary is red.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple5) -> rule5) OR ((((triple6 triple8) -> rule3)) -> rule5))]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple6 triple8) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q4": { "question": "Bob is not red.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple4) -> rule2))]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Gary is cold.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple8 triple6 ((triple5) -> rule5)) -> rule6) OR ((triple8 triple6 ((((triple6 triple8) -> rule3)) -> rule5)) -> rule6))]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple6 ((triple5) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" } ] }, { "representation": "((triple8 triple6 ((((triple6 triple8) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Gary is not cold.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple8 triple6 ((triple5) -> rule5)) -> rule6) OR ((triple8 triple6 ((((triple6 triple8) -> rule3)) -> rule5)) -> rule6))]", "representation": "(\"Gary\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple6 ((triple5) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" } ] }, { "representation": "((triple8 triple6 ((((triple6 triple8) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q7": { "question": "Gary is blue.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple7 triple5 ((triple8 triple6 ((triple5) -> rule5)) -> rule6)) -> rule7) OR ((triple7 ((triple6 triple8) -> rule3) ((triple8 triple6 ((triple5) -> rule5)) -> rule6)) -> rule7) OR ((triple7 triple5 ((triple8 triple6 ((((triple6 triple8) -> rule3)) -> rule5)) -> rule6)) -> rule7) OR ((triple7 ((triple6 triple8) -> rule3) ((triple8 triple6 ((((triple6 triple8) -> rule3)) -> rule5)) -> rule6)) -> rule7))]", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple5 ((triple8 triple6 ((triple5) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" } ] }, { "representation": "((triple7 ((triple6 triple8) -> (rule3 % int4)) ((triple8 triple6 ((triple5) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int4" } ] }, { "representation": "((triple7 triple5 ((triple8 triple6 ((((triple6 triple8) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int4" } ] }, { "representation": "((triple7 ((triple6 triple8) -> (rule3 % int4)) ((triple8 triple6 ((((triple6 triple8) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Gary is not blue.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple7 triple5 ((triple8 triple6 ((triple5) -> rule5)) -> rule6)) -> rule7) OR ((triple7 ((triple6 triple8) -> rule3) ((triple8 triple6 ((triple5) -> rule5)) -> rule6)) -> rule7) OR ((triple7 triple5 ((triple8 triple6 ((((triple6 triple8) -> rule3)) -> rule5)) -> rule6)) -> rule7) OR ((triple7 ((triple6 triple8) -> rule3) ((triple8 triple6 ((((triple6 triple8) -> rule3)) -> rule5)) -> rule6)) -> rule7))]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple5 ((triple8 triple6 ((triple5) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" } ] }, { "representation": "((triple7 ((triple6 triple8) -> (rule3 % int4)) ((triple8 triple6 ((triple5) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int4" } ] }, { "representation": "((triple7 triple5 ((triple8 triple6 ((((triple6 triple8) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int4" } ] }, { "representation": "((triple7 ((triple6 triple8) -> (rule3 % int4)) ((triple8 triple6 ((((triple6 triple8) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Bob is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Eric is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Eric is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is green.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")" }, "Q14": { "question": "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": "Eric is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"rough\" \"-\")" }, "Q16": { "question": "Eric is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is red.[(triple1)] Bob is blue.[(triple4)] Bob is green.[(triple3)] Bob is kind.[(triple2)] Gary is green.[(triple8)] Gary is kind.[(triple7)] Gary is nice.[(triple6)] Gary is round.[(triple5 OR ((triple6 triple8) -> rule3))] @1: Bob is red.[(((triple4) -> rule2))] Gary is red.[(((triple5) -> rule5) OR ((((triple6 triple8) -> rule3)) -> rule5))] @2: Gary is cold.[(((triple8 triple6 ((triple5) -> rule5)) -> rule6) OR ((triple8 triple6 ((((triple6 triple8) -> rule3)) -> rule5)) -> rule6))] @3: Gary is blue.[(((triple7 triple5 ((triple8 triple6 ((triple5) -> rule5)) -> rule6)) -> rule7) OR ((triple7 ((triple6 triple8) -> rule3) ((triple8 triple6 ((triple5) -> rule5)) -> rule6)) -> rule7) OR ((triple7 triple5 ((triple8 triple6 ((((triple6 triple8) -> rule3)) -> rule5)) -> rule6)) -> rule7) OR ((triple7 ((triple6 triple8) -> rule3) ((triple8 triple6 ((((triple6 triple8) -> rule3)) -> rule5)) -> rule6)) -> rule7))]
[ { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is blue.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Bob is green.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] }, { "representation": "((triple6 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is red.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is red.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple6 triple8) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is cold.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple6 ((triple5) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" } ] }, { "representation": "((triple8 triple6 ((((triple6 triple8) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, { "text": "Gary is blue.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple5 ((triple8 triple6 ((triple5) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" } ] }, { "representation": "((triple7 ((triple6 triple8) -> (rule3 % int4)) ((triple8 triple6 ((triple5) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int4" } ] }, { "representation": "((triple7 triple5 ((triple8 triple6 ((((triple6 triple8) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int4" } ] }, { "representation": "((triple7 ((triple6 triple8) -> (rule3 % int4)) ((triple8 triple6 ((((triple6 triple8) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": null, "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": null, "triple12": null }
{ "sent1": "Red Alan is what folks call him, because he is quite red.", "sent2": "Blue and green Bob is so kind he snowplows the neighbors driveways and everyone thanks him with beer.", "sent3": "Gary, a kind and nice man, is wearing a green sweatshirt; He is also a fairly round sized man in shape.", "sent4": "A red colored and round person who is also young will be rather kind.", "sent5": "Blue Christmas ornaments are also red.", "sent6": "A person who is nice and green with envy is round.", "sent7": "People who are nice and big and red are green.", "sent8": "A round person will also be red.", "sent9": "A green and red colored person who has a nice temperament will be cold.", "sent10": "Whenever someone is kind as well as round and cold, they will definitely be blue.", "sent11": null }
AttNonegNatLang-OWA-1346
3
11
7
Alan gets red when he is mad and tends to act very cold. Charlie happens to be a big man who is very nice and kind. he has one green eye and the other one is blue. Eric is a kind and red colored guy. That man standing next to you with a big round body goes by the name of Fred. People who are big and kind are also round. A kind red person is also a blue person. A green colored, nice and young person will be big shaped. People who are blue and green are nice. When somebody is round, kind and blue, you know they'll also be red. People that are red and blue and green at the same time have a reason to be cold. Young,cold and blue people are mostly round.
{ "triple1": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "triple3": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple8": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple9": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple10": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is kind and big then they are round.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "text": "If someone is kind and red then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is young and green and nice then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is blue and green then they are nice.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "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\" \"+\"))" }, "rule6": { "text": "If someone is red and blue and green then they are cold.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule7": { "text": "If someone is blue and young and cold then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" } }
{ "Q1": { "question": "Charlie is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Fred is not big.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple11)]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q3": { "question": "Eric is blue.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple9 triple8) -> rule2))]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple8) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not round.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple4 triple7) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is red.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple4 triple7) -> rule1) triple4 triple6) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple7) -> (rule1 % int2)) triple4 triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not red.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple4 triple7) -> rule1) triple4 triple6) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple7) -> (rule1 % int2)) triple4 triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is cold.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((((triple4 triple7) -> rule1) triple4 triple6) -> rule5) triple6 triple5) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple7) -> (rule1 % int3)) triple4 triple6) -> (rule5 % int2)) triple6 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not cold.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((((triple4 triple7) -> rule1) triple4 triple6) -> rule5) triple6 triple5) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple7) -> (rule1 % int3)) triple4 triple6) -> (rule5 % int2)) triple6 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Eric is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Fred is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Eric is not round.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Eric is round.[CWA. Example of deepest failure = (rule1 <- rule3 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Fred is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is red.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "Charlie is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "Q15": { "question": "Eric is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Alan is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is cold.[(triple2)] Alan is red.[(triple1)] Charlie is big.[(triple7)] Charlie is blue.[(triple6)] Charlie is green.[(triple5)] Charlie is kind.[(triple4)] Charlie is nice.[(triple3 OR ((triple6 triple5) -> rule4))] Eric is kind.[(triple9)] Eric is red.[(triple8)] Fred is big.[(triple11)] Fred is round.[(triple10)] @1: Charlie is round.[(((triple4 triple7) -> rule1))] Eric is blue.[(((triple9 triple8) -> rule2))] @2: Charlie is red.[(((((triple4 triple7) -> rule1) triple4 triple6) -> rule5))] @3: Charlie is cold.[(((((((triple4 triple7) -> rule1) triple4 triple6) -> rule5) triple6 triple5) -> rule6))]
[ { "text": "Alan is cold.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] }, { "representation": "((triple6 triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is blue.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple8) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is red.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple7) -> (rule1 % int2)) triple4 triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is cold.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple7) -> (rule1 % int3)) triple4 triple6) -> (rule5 % int2)) triple6 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent3", "triple9": "sent3", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Alan gets red when he is mad and tends to act very cold.", "sent2": "Charlie happens to be a big man who is very nice and kind; he has one green eye and the other one is blue.", "sent3": "Eric is a kind and red colored guy.", "sent4": "That man standing next to you with a big round body goes by the name of Fred.", "sent5": "People who are big and kind are also round.", "sent6": "A kind red person is also a blue person.", "sent7": "A green colored, nice and young person will be big shaped.", "sent8": "People who are blue and green are nice.", "sent9": "When somebody is round, kind and blue, you know they'll also be red.", "sent10": "People that are red and blue and green at the same time have a reason to be cold.", "sent11": "Young,cold and blue people are mostly round." }
AttNonegNatLang-OWA-779
4
12
6
Alan was feeling red with anger after the fight, but he was still a nice but big human being. Charlie is known to be rough and green. Eric is blue because he is cold. His skin is red and rough but that doesn't matter because he is also very young. Harry is both young and fairly round in size. If smeone has a blue and green color, then they are young and probably kind. People with blue and red skin color are also green. A kind person who is green is usually round. Big, green people that feel blue are mostly young. A big, young aged person that is green will be round shaped. They found the ones that were round, blue, and green to be nice.
{ "triple1": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple4": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple9": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple10": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple11": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple12": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" } }
{ "rule1": { "text": "If someone is blue and green and young then they are kind.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule2": { "text": "If someone is blue and red then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "text": "If someone is kind and green then they are round.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is big and green and blue then they are young.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule5": { "text": "If someone is big and green and young then they are round.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": { "text": "If someone is round and blue and green then they are nice.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Harry is round.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple12)]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, "Q2": { "question": "Harry is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple11)]", "representation": "(\"Harry\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q3": { "question": "Eric is green.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple10 triple8) -> rule2))]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple8) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Eric is not green.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple10 triple8) -> rule2))]", "representation": "(\"Eric\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple8) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is kind.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple10 ((triple10 triple8) -> rule2) triple6) -> rule1))]", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple10 triple8) -> (rule2 % int2)) triple6) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not kind.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple10 ((triple10 triple8) -> rule2) triple6) -> rule1))]", "representation": "(\"Eric\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple10 triple8) -> (rule2 % int2)) triple6) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is round.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple10 ((triple10 triple8) -> rule2) triple6) -> rule1) ((triple10 triple8) -> rule2)) -> rule3))]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 ((triple10 triple8) -> (rule2 % int3)) triple6) -> (rule1 % int2)) ((triple10 triple8) -> (rule2 % int3))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Eric is not round.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple10 ((triple10 triple8) -> rule2) triple6) -> rule1) ((triple10 triple8) -> rule2)) -> rule3))]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple10 ((triple10 triple8) -> (rule2 % int3)) triple6) -> (rule1 % int2)) ((triple10 triple8) -> (rule2 % int3))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Eric is nice.", "answer": "True", "QDep": 4, "QLen": "15", "strategy": "proof", "proofs": "[(((((((triple10 ((triple10 triple8) -> rule2) triple6) -> rule1) ((triple10 triple8) -> rule2)) -> rule3) triple10 ((triple10 triple8) -> rule2)) -> rule6))]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple10 ((triple10 triple8) -> (rule2 % int4)) triple6) -> (rule1 % int3)) ((triple10 triple8) -> (rule2 % int4))) -> (rule3 % int2)) triple10 ((triple10 triple8) -> (rule2 % int4))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Eric is not nice.", "answer": "False", "QDep": 4, "QLen": "15", "strategy": "inv-proof", "proofs": "[(((((((triple10 ((triple10 triple8) -> rule2) triple6) -> rule1) ((triple10 triple8) -> rule2)) -> rule3) triple10 ((triple10 triple8) -> rule2)) -> rule6))]", "representation": "(\"Eric\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple10 ((triple10 triple8) -> (rule2 % int4)) triple6) -> (rule1 % int3)) ((triple10 triple8) -> (rule2 % int4))) -> (rule3 % int2)) triple10 ((triple10 triple8) -> (rule2 % int4))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is young.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is nice.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")" }, "Q14": { "question": "Alan is round.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Alan is round.[CWA. Example of deepest failure = (rule3 <- rule1 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "Q15": { "question": "Charlie is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Alan is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "Q17": { "question": "Alan is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"-\")" }, "Q18": { "question": "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\" \"+\")" }, "Q19": { "question": "Harry is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"red\" \"-\")" }, "Q20": { "question": "Alan is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is big.[(triple3)] Alan is nice.[(triple2)] Alan is red.[(triple1)] Charlie is green.[(triple5)] Charlie is rough.[(triple4)] Eric is blue.[(triple10)] Eric is cold.[(triple9)] Eric is red.[(triple8)] Eric is rough.[(triple7)] Eric is young.[(triple6)] Harry is round.[(triple12)] Harry is young.[(triple11)] @1: Eric is green.[(((triple10 triple8) -> rule2))] @2: Eric is kind.[(((triple10 ((triple10 triple8) -> rule2) triple6) -> rule1))] @3: Eric is round.[(((((triple10 ((triple10 triple8) -> rule2) triple6) -> rule1) ((triple10 triple8) -> rule2)) -> rule3))] @4: Eric is nice.[(((((((triple10 ((triple10 triple8) -> rule2) triple6) -> rule1) ((triple10 triple8) -> rule2)) -> rule3) triple10 ((triple10 triple8) -> rule2)) -> rule6))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple8) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is kind.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple10 triple8) -> (rule2 % int2)) triple6) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is round.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 ((triple10 triple8) -> (rule2 % int3)) triple6) -> (rule1 % int2)) ((triple10 triple8) -> (rule2 % int3))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, { "text": "Eric is nice.", "QDep": 4, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple10 ((triple10 triple8) -> (rule2 % int4)) triple6) -> (rule1 % int3)) ((triple10 triple8) -> (rule2 % int4))) -> (rule3 % int2)) triple10 ((triple10 triple8) -> (rule2 % int4))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Alan was feeling red with anger after the fight, but he was still a nice but big human being.", "sent2": "Charlie is known to be rough and green.", "sent3": "Eric is blue because he is cold; His skin is red and rough but that doesn't matter because he is also very young.", "sent4": "Harry is both young and fairly round in size.", "sent5": "If smeone has a blue and green color, then they are young and probably kind.", "sent6": "People with blue and red skin color are also green.", "sent7": "A kind person who is green is usually round.", "sent8": "Big, green people that feel blue are mostly young.", "sent9": "A big, young aged person that is green will be round shaped.", "sent10": "They found the ones that were round, blue, and green to be nice.", "sent11": null }
AttNonegNatLang-OWA-333
4
10
6
Bob was born only a few years ago so he is young. Charlie looks to be red, green, and blue, he is also round and rough. Gary is a nice round guy, which leads to him being red. Harry was born only a few years ago so he is young. A green and red colored person who is rather nice will definitely be kind. Watch out for the rough and round kind people for they cold to others. People who are cold to others can also be nice and when they are it's a sure bet they are being big about it. People feeling green and blue are somewhat nice. A blue person who is young and rough is also red. A person who is very round is nice but also quite rough.
{ "triple1": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple5": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple8": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple9": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple10": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is green and nice and red then they are kind.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule2": { "text": "If someone is rough and round and kind then they are cold.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule3": { "text": "If someone is cold and nice then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is green and blue then they are nice.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "text": "If someone is blue and young and rough then they are red.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is round and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Bob is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Charlie is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple3 OR ((triple2 ((triple5 triple6) -> rule4)) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] }, { "representation": "((triple2 ((triple5 triple6) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q3": { "question": "Gary is rough.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple7 triple9) -> rule6))]", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Gary is not rough.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple7 triple9) -> rule6))]", "representation": "(\"Gary\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is kind.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple5 triple6) -> (rule4 % int2)) triple4) -> (rule1 % 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": "6", "strategy": "inv-proof", "proofs": "[(((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple5 triple6) -> (rule4 % int2)) triple4) -> (rule1 % 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": "9", "strategy": "proof", "proofs": "[(((triple3 triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2) OR ((((triple2 ((triple5 triple6) -> rule4)) -> rule6) triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2 ((triple5 ((triple5 triple6) -> (rule4 % int3)) triple4) -> (rule1 % int2))) -> (rule2 % 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" } ] }, { "representation": "((((triple2 ((triple5 triple6) -> (rule4 % int4))) -> (rule6 % int3)) triple2 ((triple5 ((triple5 triple6) -> (rule4 % int4)) triple4) -> (rule1 % int2))) -> (rule2 % 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 rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Charlie is not cold.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple3 triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2) OR ((((triple2 ((triple5 triple6) -> rule4)) -> rule6) triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2 ((triple5 ((triple5 triple6) -> (rule4 % int3)) triple4) -> (rule1 % int2))) -> (rule2 % 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" } ] }, { "representation": "((((triple2 ((triple5 triple6) -> (rule4 % int4))) -> (rule6 % int3)) triple2 ((triple5 ((triple5 triple6) -> (rule4 % int4)) triple4) -> (rule1 % int2))) -> (rule2 % 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 rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Charlie is big.", "answer": "True", "QDep": 4, "QLen": "13", "strategy": "proof", "proofs": "[(((((triple3 triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2) ((triple5 triple6) -> rule4)) -> rule3) OR ((((((triple2 ((triple5 triple6) -> rule4)) -> rule6) triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2) ((triple5 triple6) -> rule4)) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple2 ((triple5 ((triple5 triple6) -> (rule4 % int4)) triple4) -> (rule1 % int3))) -> (rule2 % int2)) ((triple5 triple6) -> (rule4 % int4))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple2 ((triple5 triple6) -> (rule4 % int5))) -> (rule6 % int4)) triple2 ((triple5 ((triple5 triple6) -> (rule4 % int5)) triple4) -> (rule1 % int3))) -> (rule2 % int2)) ((triple5 triple6) -> (rule4 % int5))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int4" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int5" } ] } ] }, "Q10": { "question": "Charlie is not big.", "answer": "False", "QDep": 4, "QLen": "13", "strategy": "inv-proof", "proofs": "[(((((triple3 triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2) ((triple5 triple6) -> rule4)) -> rule3) OR ((((((triple2 ((triple5 triple6) -> rule4)) -> rule6) triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2) ((triple5 triple6) -> rule4)) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple2 ((triple5 ((triple5 triple6) -> (rule4 % int4)) triple4) -> (rule1 % int3))) -> (rule2 % int2)) ((triple5 triple6) -> (rule4 % int4))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple2 ((triple5 triple6) -> (rule4 % int5))) -> (rule6 % int4)) triple2 ((triple5 ((triple5 triple6) -> (rule4 % int5)) triple4) -> (rule1 % int3))) -> (rule2 % int2)) ((triple5 triple6) -> (rule4 % int5))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int4" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int5" } ] } ] }, "Q11": { "question": "Gary is not cold.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Gary is cold.[CWA. Example of deepest failure = (rule2 <- rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Harry is big.[CWA. Example of deepest failure = (rule3 <- rule2 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")" }, "Q14": { "question": "Harry is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "Q15": { "question": "Harry is not cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is cold.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"cold\" \"-\")" }, "Q16": { "question": "Gary is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "Q17": { "question": "Gary is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"young\" \"-\")" }, "Q18": { "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\" \"+\")" }, "Q19": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")" }, "Q20": { "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\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is young.[(triple1)] Charlie is blue.[(triple6)] Charlie is green.[(triple5)] Charlie is red.[(triple4)] Charlie is rough.[(triple3 OR ((triple2 ((triple5 triple6) -> rule4)) -> rule6))] Charlie is round.[(triple2)] Gary is nice.[(triple9)] Gary is red.[(triple8)] Gary is round.[(triple7)] Harry is young.[(triple10)] @1: Charlie is nice.[(((triple5 triple6) -> rule4))] Gary is rough.[(((triple7 triple9) -> rule6))] @2: Charlie is kind.[(((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1))] @3: Charlie is cold.[(((triple3 triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2) OR ((((triple2 ((triple5 triple6) -> rule4)) -> rule6) triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2))] @4: Charlie is big.[(((((triple3 triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2) ((triple5 triple6) -> rule4)) -> rule3) OR ((((((triple2 ((triple5 triple6) -> rule4)) -> rule6) triple2 ((triple5 ((triple5 triple6) -> rule4) triple4) -> rule1)) -> rule2) ((triple5 triple6) -> rule4)) -> rule3))]
[ { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] }, { "representation": "((triple2 ((triple5 triple6) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is rough.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is kind.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple5 triple6) -> (rule4 % int2)) triple4) -> (rule1 % 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": "((triple3 triple2 ((triple5 ((triple5 triple6) -> (rule4 % int3)) triple4) -> (rule1 % int2))) -> (rule2 % 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" } ] }, { "representation": "((((triple2 ((triple5 triple6) -> (rule4 % int4))) -> (rule6 % int3)) triple2 ((triple5 ((triple5 triple6) -> (rule4 % int4)) triple4) -> (rule1 % int2))) -> (rule2 % 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 rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int4" } ] } ] }, { "text": "Charlie is big.", "QDep": 4, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple2 ((triple5 ((triple5 triple6) -> (rule4 % int4)) triple4) -> (rule1 % int3))) -> (rule2 % int2)) ((triple5 triple6) -> (rule4 % int4))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple2 ((triple5 triple6) -> (rule4 % int5))) -> (rule6 % int4)) triple2 ((triple5 ((triple5 triple6) -> (rule4 % int5)) triple4) -> (rule1 % int3))) -> (rule2 % int2)) ((triple5 triple6) -> (rule4 % int5))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int4" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int5" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Bob was born only a few years ago so he is young.", "sent2": "Charlie looks to be red, green, and blue, he is also round and rough.", "sent3": "Gary is a nice round guy, which leads to him being red.", "sent4": "Harry was born only a few years ago so he is young.", "sent5": "A green and red colored person who is rather nice will definitely be kind.", "sent6": "Watch out for the rough and round kind people for they cold to others.", "sent7": "People who are cold to others can also be nice and when they are it's a sure bet they are being big about it.", "sent8": "People feeling green and blue are somewhat nice.", "sent9": "A blue person who is young and rough is also red.", "sent10": "A person who is very round is nice but also quite rough.", "sent11": null }
AttNonegNatLang-OWA-1156
3
9
7
Charlie feels nice and kind today, so he paints himself green and embraces his cold side. Charlie is big enough to do whatever he wants. In the snow sits Eric, crying from being cold. Fred is big and tends to wear red shirts. They always call him rough Gary. A round shaped and rough person will be blue as well. Almost all of the young blue and red people I have seen are big as well. I see it all the time, nice big people make equal a cold person. People who are kind and green are very often rough. Rough people who are nice and have green thumbs are almost always young. People who are nice and rough are looked at as kind. A kind, young human will also be a blue human.
{ "triple1": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple2": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple3": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple9": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is rough and round then they are blue.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule2": { "text": "If someone is young and blue and red then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is nice and big then they are cold.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule4": { "text": "If someone is kind and green then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is nice and green and rough then they are young.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule6": { "text": "If someone is nice and rough then they are kind.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule7": { "text": "If someone is kind and young then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" } }
{ "Q1": { "question": "Eric is cold.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Charlie is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple3)]", "representation": "(\"Charlie\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q3": { "question": "Charlie is rough.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple2 triple3) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not rough.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple2 triple3) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is young.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple1 triple3 ((triple2 triple3) -> rule4)) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 ((triple2 triple3) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not young.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple1 triple3 ((triple2 triple3) -> rule4)) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 ((triple2 triple3) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is blue.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple2 ((triple1 triple3 ((triple2 triple3) -> rule4)) -> rule5)) -> rule7))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple1 triple3 ((triple2 triple3) -> (rule4 % int3))) -> (rule5 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not blue.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple2 ((triple1 triple3 ((triple2 triple3) -> rule4)) -> rule5)) -> rule7))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple1 triple3 ((triple2 triple3) -> (rule4 % int3))) -> (rule5 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is rough.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Eric is blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Eric is blue.[CWA. Example of deepest failure = (rule7 <- rule6 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Fred is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is kind.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is kind.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")" }, "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": "Fred is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Fred is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is big.[(triple5)] Charlie is cold.[(triple4 OR ((triple1 triple5) -> rule3))] Charlie is green.[(triple3)] Charlie is kind.[(triple2)] Charlie is nice.[(triple1)] Eric is cold.[(triple6)] Fred is big.[(triple8)] Fred is red.[(triple7)] Gary is rough.[(triple9)] @1: Charlie is rough.[(((triple2 triple3) -> rule4))] @2: Charlie is young.[(((triple1 triple3 ((triple2 triple3) -> rule4)) -> rule5))] @3: Charlie is blue.[(((triple2 ((triple1 triple3 ((triple2 triple3) -> rule4)) -> rule5)) -> rule7))]
[ { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] }, { "representation": "((triple1 triple5) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is young.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 ((triple2 triple3) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is blue.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple1 triple3 ((triple2 triple3) -> (rule4 % int3))) -> (rule5 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": null, "triple12": null }
{ "sent1": "Charlie feels nice and kind today, so he paints himself green and embraces his cold side; Charlie is big enough to do whatever he wants.", "sent2": "In the snow sits Eric, crying from being cold.", "sent3": "Fred is big and tends to wear red shirts.", "sent4": "They always call him rough Gary.", "sent5": "A round shaped and rough person will be blue as well.", "sent6": "Almost all of the young blue and red people I have seen are big as well.", "sent7": "I see it all the time, nice big people make equal a cold person.", "sent8": "People who are kind and green are very often rough.", "sent9": "Rough people who are nice and have green thumbs are almost always young.", "sent10": "People who are nice and rough are looked at as kind.", "sent11": "A kind, young human will also be a blue human." }
AttNonegNatLang-OWA-141
3
12
7
Alan is blue from ink he spilled on himself while being kind and helping some children paint. Dave wears all blue. The cold, nice, kind man with a round body is known as Eric. Gary is rough and green, but he's also nice, kind and round. A kind, round person will surely be red as well. Despite being kind cold people with red ears will still be big. If smeone has a blue and green color, then they are young and probably kind. People,though rough and red,tend to be cold too. Sam is usually kind but a blue person, but lately he has been both green with envy and red with anger. Young cold individuals are usualyy rough. Green people who are kind with rosy red skin are round.
{ "triple1": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple2": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple3": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple6": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple7": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple8": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple10": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple11": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple12": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" } }
{ "rule1": { "text": "If someone is kind and round then they are red.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is cold and red and kind then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is blue and green and young then they are kind.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule4": { "text": "If someone is rough and red then they are cold.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is green and kind and blue then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is young and cold then they are rough.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": { "text": "If someone is red and kind and green then they are round.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" } }
{ "Q1": { "question": "Gary is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple10)]", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q2": { "question": "Eric is not round.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple4)]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q3": { "question": "Eric is red.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple6 triple4) -> rule1))]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Gary is not red.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple11 triple8) -> rule1))]", "representation": "(\"Gary\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple8) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Gary is cold.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple9 ((triple11 triple8) -> rule1)) -> rule4))]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((triple11 triple8) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Gary is not cold.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple9 ((triple11 triple8) -> rule1)) -> rule4))]", "representation": "(\"Gary\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((triple11 triple8) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Gary is big.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple9 ((triple11 triple8) -> rule1)) -> rule4) ((triple11 triple8) -> rule1) triple11) -> rule2))]", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9 ((triple11 triple8) -> (rule1 % int3))) -> (rule4 % int2)) ((triple11 triple8) -> (rule1 % int3)) triple11) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Gary is not big.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple9 ((triple11 triple8) -> rule1)) -> rule4) ((triple11 triple8) -> rule1) triple11) -> rule2))]", "representation": "(\"Gary\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple9 ((triple11 triple8) -> (rule1 % int3))) -> (rule4 % int2)) ((triple11 triple8) -> (rule1 % int3)) triple11) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Alan is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Alan is red.[CWA. Example of deepest failure = (rule1 <- rule7 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Dave is big.[CWA. Example of deepest failure = (rule2 <- rule3 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Gary is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")" }, "Q14": { "question": "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\" \"+\")" }, "Q15": { "question": "Dave is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Eric is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple2)] Alan is kind.[(triple1)] Dave is blue.[(triple3)] Eric is cold.[(triple7)] Eric is kind.[(triple6)] Eric is nice.[(triple5)] Eric is round.[(triple4)] Gary is green.[(triple12)] Gary is kind.[(triple11)] Gary is nice.[(triple10)] Gary is rough.[(triple9)] Gary is round.[(triple8)] @1: Eric is red.[(((triple6 triple4) -> rule1))] Gary is red.[(((triple11 triple8) -> rule1))] @2: Eric is big.[(((triple7 ((triple6 triple4) -> rule1) triple6) -> rule2))] Gary is cold.[(((triple9 ((triple11 triple8) -> rule1)) -> rule4))] @3: Gary is big.[(((((triple9 ((triple11 triple8) -> rule1)) -> rule4) ((triple11 triple8) -> rule1) triple11) -> rule2))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is red.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple8) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is big.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple6 triple4) -> (rule1 % int2)) triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is cold.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((triple11 triple8) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is big.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9 ((triple11 triple8) -> (rule1 % int3))) -> (rule4 % int2)) ((triple11 triple8) -> (rule1 % int3)) triple11) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent3", "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": "sent4", "triple12": "sent4" }
{ "sent1": "Alan is blue from ink he spilled on himself while being kind and helping some children paint.", "sent2": "Dave wears all blue.", "sent3": "The cold, nice, kind man with a round body is known as Eric.", "sent4": "Gary is rough and green, but he's also nice, kind and round.", "sent5": "A kind, round person will surely be red as well.", "sent6": "Despite being kind cold people with red ears will still be big.", "sent7": "If smeone has a blue and green color, then they are young and probably kind.", "sent8": "People,though rough and red,tend to be cold too.", "sent9": "Sam is usually kind but a blue person, but lately he has been both green with envy and red with anger.", "sent10": "Young cold individuals are usualyy rough.", "sent11": "Green people who are kind with rosy red skin are round." }
AttNonegNatLang-OWA-1203
3
12
7
Bob is cold which makes him red! Bob is young and rough but also very kind. Young Fred was known to be nice and kind, even though he was blue. Gary's skin turned blue and green in a lab accident. Despite his outward appearance, he is really nice. A nice person who is green is feeling cold. If a big person is cold and nice, then they are green. When someone is nice, dressing in red, they can be blue because they are cold. A person that is feeling blue and slightly big, is red as well. Young cold individuals are usualyy rough. Kind and nice people who feel blue usually look green. I've noticed that big people with blue and green skin tend to be young.
{ "triple1": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "triple4": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "triple8": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple10": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple11": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple12": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" } }
{ "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 cold and big and nice then they are green.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "text": "If someone is nice and blue and red then they are cold.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule4": { "text": "If someone is big and blue then they are red.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule5": { "text": "If someone is young and cold then they are rough.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule6": { "text": "If someone is kind and blue and nice then they are green.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": { "text": "If someone is green and big and blue then they are young.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" } }
{ "Q1": { "question": "Bob is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Gary is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple11)]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q3": { "question": "Fred is green.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple8 triple9 triple7) -> rule6))]", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple9 triple7) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Gary is not cold.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple11 triple10) -> rule1))]", "representation": "(\"Gary\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple10) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is cold.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple8 triple9 triple7) -> rule6) triple7) -> rule1))]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple9 triple7) -> (rule6 % int2)) triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not cold.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple8 triple9 triple7) -> rule6) triple7) -> rule1))]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple9 triple7) -> (rule6 % int2)) triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is rough.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple6 ((((triple8 triple9 triple7) -> rule6) triple7) -> rule1)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((((triple8 triple9 triple7) -> (rule6 % int3)) triple7) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not rough.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple6 ((((triple8 triple9 triple7) -> rule6) triple7) -> rule1)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((((triple8 triple9 triple7) -> (rule6 % int3)) triple7) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is red.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not rough.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Gary is rough.[CWA. Example of deepest failure = (rule5 <- rule7 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")" }, "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": "Fred is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Gary is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is cold.[(triple5)] Bob is kind.[(triple4)] Bob is red.[(triple3)] Bob is rough.[(triple2 OR ((triple1 triple5) -> rule5))] Bob is young.[(triple1)] Fred is blue.[(triple9)] Fred is kind.[(triple8)] Fred is nice.[(triple7)] Fred is young.[(triple6)] Gary is blue.[(triple12)] Gary is green.[(triple11)] Gary is nice.[(triple10)] @1: Fred is green.[(((triple8 triple9 triple7) -> rule6))] Gary is cold.[(((triple11 triple10) -> rule1))] @2: Fred is cold.[(((((triple8 triple9 triple7) -> rule6) triple7) -> rule1))] @3: Fred is rough.[(((triple6 ((((triple8 triple9 triple7) -> rule6) triple7) -> rule1)) -> rule5))]
[ { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] }, { "representation": "((triple1 triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple9 triple7) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is cold.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple10) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is cold.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple9 triple7) -> (rule6 % int2)) triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is rough.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((((triple8 triple9 triple7) -> (rule6 % int3)) triple7) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent2", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": "sent3", "triple12": "sent3" }
{ "sent1": "Bob is cold which makes him red! Bob is young and rough but also very kind.", "sent2": "Young Fred was known to be nice and kind, even though he was blue.", "sent3": "Gary's skin turned blue and green in a lab accident; Despite his outward appearance, he is really nice.", "sent4": "A nice person who is green is feeling cold.", "sent5": "If a big person is cold and nice, then they are green.", "sent6": "When someone is nice, dressing in red, they can be blue because they are cold.", "sent7": "A person that is feeling blue and slightly big, is red as well.", "sent8": "Young cold individuals are usualyy rough.", "sent9": "Kind and nice people who feel blue usually look green.", "sent10": "I've noticed that big people with blue and green skin tend to be young.", "sent11": null }
AttNonegNatLang-OWA-572
3
11
6
That man standing next to you with a big round body goes by the name of Alan. Charlie who is round and rough is also said to be nice and kind and is feeling green and blue. Fred is round in the middle and extraordinarily nice but he's also blue because people don't always treat him well. This person is nice and young, also round, which makes them cold. Rough and kind people are big. A big, nice, blue person is likely to be young. Being kind and young means that if they are also blue, they are always red. Young, round people seem to be big in our experience. A rough, big, and round person can't help but be kind as well.
{ "triple1": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple3": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple4": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple6": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple7": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple10": { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "triple11": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is young and nice and round then they are cold.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule2": { "text": "If someone is rough and kind then they are big.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is big and nice and blue then they are young.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is blue and kind and young then they are red.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule5": { "text": "If someone is young and round then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule6": { "text": "If someone is rough and big and round then they are kind.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Charlie is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple5)]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q2": { "question": "Fred is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple10)]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q3": { "question": "Charlie is big.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple4 triple6) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not big.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple4 triple6) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is young.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple4 triple6) -> rule2) triple5 triple8) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple6) -> (rule2 % int2)) triple5 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not young.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple4 triple6) -> rule2) triple5 triple8) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple6) -> (rule2 % int2)) triple5 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is cold.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((((triple4 triple6) -> rule2) triple5 triple8) -> rule3) triple5 triple3) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple6) -> (rule2 % int3)) triple5 triple8) -> (rule3 % int2)) triple5 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not cold.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((((triple4 triple6) -> rule2) triple5 triple8) -> rule3) triple5 triple3) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple6) -> (rule2 % int3)) triple5 triple8) -> (rule3 % int2)) triple5 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "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\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Fred is not big.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "inv-rconc", "proofs": "[@3: Fred is big.[CWA. Example of deepest failure = (rule5 <- rule3 <- rule2 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is red.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"-\")" }, "Q14": { "question": "Fred is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "Q15": { "question": "Dave is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")" }, "Q16": { "question": "Dave is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is big.[(triple2)] Alan is round.[(triple1)] Charlie is blue.[(triple8)] Charlie is green.[(triple7)] Charlie is kind.[(triple6)] Charlie is nice.[(triple5)] Charlie is rough.[(triple4)] Charlie is round.[(triple3)] Fred is blue.[(triple11)] Fred is nice.[(triple10)] Fred is round.[(triple9)] @1: Charlie is big.[(((triple4 triple6) -> rule2))] @2: Charlie is young.[(((((triple4 triple6) -> rule2) triple5 triple8) -> rule3))] @3: Charlie is cold.[(((((((triple4 triple6) -> rule2) triple5 triple8) -> rule3) triple5 triple3) -> rule1))] Charlie is red.[(((triple8 triple6 ((((triple4 triple6) -> rule2) triple5 triple8) -> rule3)) -> rule4))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is young.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple6) -> (rule2 % int2)) triple5 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is cold.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple6) -> (rule2 % int3)) triple5 triple8) -> (rule3 % int2)) triple5 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, { "text": "Charlie is red.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple6 ((((triple4 triple6) -> (rule2 % int3)) triple5 triple8) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent3", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": null, "triple11": "sent3", "triple12": null }
{ "sent1": "That man standing next to you with a big round body goes by the name of Alan.", "sent2": "Charlie who is round and rough is also said to be nice and kind and is feeling green and blue.", "sent3": "Fred is round in the middle and extraordinarily nice but he's also blue because people don't always treat him well.", "sent4": "This person is nice and young, also round, which makes them cold.", "sent5": "Rough and kind people are big.", "sent6": "A big, nice, blue person is likely to be young.", "sent7": "Being kind and young means that if they are also blue, they are always red.", "sent8": "Young, round people seem to be big in our experience.", "sent9": "A rough, big, and round person can't help but be kind as well.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1617
3
8
5
Big Charlie is nice but also rough. Fred is big and round. Because of how young and green he is, Fred is still kind. A round shaped and rough person will be blue as well. Rough and kind people are big. If someone is green skinned and has a big nose then you'll find that they often are nice to their family. Nice people are cold people. Kind people who are nice find that they must also be rough.
{ "triple1": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple4": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple5": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple6": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple7": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is rough and round then they are blue.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule2": { "text": "If someone is rough and kind then they are big.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is green and big then they are nice.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule4": { "text": "If someone is nice then they are cold.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is kind and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Fred is big.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple8)]", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q2": { "question": "Charlie is not big.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple3)]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q3": { "question": "Fred is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple7 triple8) -> rule3))]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not cold.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple2) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is cold.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((((triple7 triple8) -> rule3)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple8) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not rough.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple6 ((triple7 triple8) -> rule3)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple7 triple8) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is blue.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple6 ((triple7 triple8) -> rule3)) -> rule5) triple5) -> rule1))]", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 ((triple7 triple8) -> (rule3 % int3))) -> (rule5 % int2)) triple5) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not blue.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple6 ((triple7 triple8) -> rule3)) -> rule5) triple5) -> rule1))]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple6 ((triple7 triple8) -> (rule3 % int3))) -> (rule5 % int2)) triple5) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Alan is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is rough.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not cold.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Alan is cold.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Alan is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "Fred is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")" }, "Q16": { "question": "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: Charlie is big.[(triple3)] Charlie is nice.[(triple2)] Charlie is rough.[(triple1)] Fred is big.[(triple8)] Fred is green.[(triple7)] Fred is kind.[(triple6)] Fred is round.[(triple5)] Fred is young.[(triple4)] @1: Charlie is cold.[(((triple2) -> rule4))] Fred is nice.[(((triple7 triple8) -> rule3))] @2: Fred is cold.[(((((triple7 triple8) -> rule3)) -> rule4))] Fred is rough.[(((triple6 ((triple7 triple8) -> rule3)) -> rule5))] @3: Fred is blue.[(((((triple6 ((triple7 triple8) -> rule3)) -> rule5) triple5) -> rule1))]
[ { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is nice.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is cold.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple8) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is rough.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple7 triple8) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is blue.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 ((triple7 triple8) -> (rule3 % int3))) -> (rule5 % int2)) triple5) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": null, "triple10": null, "rule1": "sent3", "rule2": "sent4", "rule3": "sent5", "rule4": "sent6", "rule5": "sent7", "rule6": null, "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Big Charlie is nice but also rough.", "sent2": "Fred is big and round; Because of how young and green he is, Fred is still kind.", "sent3": "A round shaped and rough person will be blue as well.", "sent4": "Rough and kind people are big.", "sent5": "If someone is green skinned and has a big nose then you'll find that they often are nice to their family.", "sent6": "Nice people are cold people.", "sent7": "Kind people who are nice find that they must also be rough.", "sent8": null, "sent9": null, "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1573
3
7
7
Dave was born only a few years ago so he is young. Eric is very young to be a nurse but he loves helping others because he is so nice and kind. When you talk about Gary, the first thing you notice is his rough and cold demeanor and then when you talk to him you find out how very nice he really is to everyone. Someone who is young and nice is often round. Big people with round and somewhat red faces will have rough skin. Round people are often red before they turn green. Being cold and blue made them rough to deal with. Someone who is kind and young with a round figure will always be red too. You can see that cold, blue people are round in shape. A person who is young and cold and green is kind.
{ "triple1": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple3": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple7": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "triple8": null, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is young and nice then they are round.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "text": "If someone is big and round and red then they are rough.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule3": { "text": "If someone is round and red then they are green.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is cold and blue then they are rough.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is round and young and kind then they are red.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is cold and blue then they are round.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule7": { "text": "If someone is green and young and cold then they are kind.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" } }
{ "Q1": { "question": "Eric is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple3)]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q2": { "question": "Eric is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Eric is round.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple2 triple3) -> rule1))]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Eric is not round.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple2 triple3) -> rule1))]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is red.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple2 triple3) -> rule1) triple2 triple4) -> rule5))]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple3) -> (rule1 % int2)) triple2 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not red.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple2 triple3) -> rule1) triple2 triple4) -> rule5))]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple3) -> (rule1 % int2)) triple2 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is green.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple2 triple3) -> rule1) ((((triple2 triple3) -> rule1) triple2 triple4) -> rule5)) -> rule3))]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple3) -> (rule1 % int3)) ((((triple2 triple3) -> (rule1 % int3)) triple2 triple4) -> (rule5 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Eric is not green.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple2 triple3) -> rule1) ((((triple2 triple3) -> rule1) triple2 triple4) -> rule5)) -> rule3))]", "representation": "(\"Eric\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple3) -> (rule1 % int3)) ((((triple2 triple3) -> (rule1 % int3)) triple2 triple4) -> (rule5 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is kind.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Dave is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Dave is red.[CWA. Example of deepest failure = (rule5 <- rule1 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Gary is green.[CWA. Example of deepest failure = (rule3 <- rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is red.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")" }, "Q14": { "question": "Bob is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")" }, "Q15": { "question": "Bob is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"cold\" \"-\")" }, "Q16": { "question": "Eric is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Dave is young.[(triple1)] Eric is kind.[(triple4)] Eric is nice.[(triple3)] Eric is young.[(triple2)] Gary is cold.[(triple7)] Gary is nice.[(triple6)] Gary is rough.[(triple5)] @1: Eric is round.[(((triple2 triple3) -> rule1))] @2: Eric is red.[(((((triple2 triple3) -> rule1) triple2 triple4) -> rule5))] @3: Eric is green.[(((((triple2 triple3) -> rule1) ((((triple2 triple3) -> rule1) triple2 triple4) -> rule5)) -> rule3))]
[ { "text": "Dave is young.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is red.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple3) -> (rule1 % int2)) triple2 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is green.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple3) -> (rule1 % int3)) ((((triple2 triple3) -> (rule1 % int3)) triple2 triple4) -> (rule5 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": null, "triple9": null, "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": null, "triple12": null }
{ "sent1": "Dave was born only a few years ago so he is young.", "sent2": "Eric is very young to be a nurse but he loves helping others because he is so nice and kind.", "sent3": "When you talk about Gary, the first thing you notice is his rough and cold demeanor and then when you talk to him you find out how very nice he really is to everyone.", "sent4": "Someone who is young and nice is often round.", "sent5": "Big people with round and somewhat red faces will have rough skin.", "sent6": "Round people are often red before they turn green.", "sent7": "Being cold and blue made them rough to deal with.", "sent8": "Someone who is kind and young with a round figure will always be red too.", "sent9": "You can see that cold, blue people are round in shape.", "sent10": "A person who is young and cold and green is kind.", "sent11": null }
AttNonegNatLang-OWA-178
3
11
7
Charlie is nice and kind despite the appearance of his cold, red skin. Dave ate some rotten meat and now feels green. Eric ate some rotten meat and now feels green. Fred is a rather nice, big and round fellow, who is also red from a sunburn and feeling blue. A red colored and round person who is also young will be rather kind. Watch out for the rough and round kind people for they cold to others. A big, blue person who is kind is also round. Someone big and rough in shape is always kind. A green person that is cold is often considered to 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": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple7": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple8": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple9": { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "triple10": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple11": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is red and round and young then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule2": { "text": "If someone is rough and round and kind then they are cold.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule3": { "text": "If someone is blue and kind and big then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is big and rough then they are kind.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule5": { "text": "If someone is green and cold then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is big and round then they are rough.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": { "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\" \"+\"))" } }
{ "Q1": { "question": "Fred is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Fred is not blue.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple10)]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q3": { "question": "Charlie is big.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple1 triple4 triple3) -> rule7))]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple4 triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not big.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple1 triple4 triple3) -> rule7))]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple4 triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is kind.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple11 ((triple11 triple7) -> rule6)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 ((triple11 triple7) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not kind.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple11 ((triple11 triple7) -> rule6)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple11 ((triple11 triple7) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is cold.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple11 triple7) -> rule6) triple7 ((triple11 ((triple11 triple7) -> rule6)) -> rule4)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple7) -> (rule6 % int3)) triple7 ((triple11 ((triple11 triple7) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not cold.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple11 triple7) -> rule6) triple7 ((triple11 ((triple11 triple7) -> rule6)) -> rule4)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple7) -> (rule6 % int3)) triple7 ((triple11 ((triple11 triple7) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Eric is not rough.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Eric is rough.[CWA. Example of deepest failure = (rule6 <- rule3 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Eric is red.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "rconc", "proofs": "[@3: Eric is red.[CWA. Example of deepest failure = (rule5 <- rule2 <- rule3 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Dave is big.[CWA. Example of deepest failure = (rule7 <- rule1 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Eric is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Charlie is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "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": "Charlie is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is cold.[(triple4)] Charlie is kind.[(triple3)] Charlie is nice.[(triple2)] Charlie is red.[(triple1)] Dave is green.[(triple5)] Eric is green.[(triple6)] Fred is big.[(triple11)] Fred is blue.[(triple10)] Fred is nice.[(triple9)] Fred is red.[(triple8)] Fred is round.[(triple7)] @1: Charlie is big.[(((triple1 triple4 triple3) -> rule7))] Fred is rough.[(((triple11 triple7) -> rule6))] @2: Fred is kind.[(((triple11 ((triple11 triple7) -> rule6)) -> rule4))] @3: Fred is cold.[(((((triple11 triple7) -> rule6) triple7 ((triple11 ((triple11 triple7) -> rule6)) -> rule4)) -> rule2))]
[ { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple4 triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is rough.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple7) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is kind.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 ((triple11 triple7) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is cold.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple7) -> (rule6 % int3)) triple7 ((triple11 ((triple11 triple7) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent3", "triple7": "sent4", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Charlie is nice and kind despite the appearance of his cold, red skin.", "sent2": "Dave ate some rotten meat and now feels green.", "sent3": "Eric ate some rotten meat and now feels green.", "sent4": "Fred is a rather nice, big and round fellow, who is also red from a sunburn and feeling blue.", "sent5": "A red colored and round person who is also young will be rather kind.", "sent6": "Watch out for the rough and round kind people for they cold to others.", "sent7": "A big, blue person who is kind is also round.", "sent8": "Someone big and rough in shape is always kind.", "sent9": "A green person that is cold is often considered to be red.", "sent10": "If a person is quite big and also round then they are certainly rough too.", "sent11": "A cold, red person with a kind disposition will certainly be big." }
AttNonegNatLang-OWA-523
3
10
6
Alan was born only a few years ago so he is young. Bob is colored blue and red. He is also kind and cold to the touch. Red Charlie is what folks call him, because he is quite red. Harry can be rather rough, but surprisingly loves the green. He can be rather blue, and is unusually big. A cold, rough person is also round. Cold people,though green and red,tend to be rough. A green colored, nice and young person will be big shaped. People that feel green are cold to people that try to help them. When you meet someone that's rough, kind and nice you'll see they are green as well. People blue with cold are definitely green and new in these parts.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "triple6": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" }, "triple10": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is rough and cold then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "text": "If someone is cold and green and red then they are rough.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule3": { "text": "If someone is young and green and nice then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is green then they are cold.", "representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is rough and kind and nice then they are green.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule6": { "text": "If someone is blue and cold then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Bob is cold.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Alan is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Harry is cold.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple8) -> rule4))]", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Bob is not green.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple5 triple4) -> rule6))]", "representation": "(\"Bob\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Harry is round.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((triple7 ((triple8) -> rule4)) -> rule1))]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Harry is not round.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple7 ((triple8) -> rule4)) -> rule1))]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Bob is round.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((((triple4 ((triple5 triple4) -> rule6) triple2) -> rule2) triple4) -> rule1))]", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple5 triple4) -> (rule6 % int3)) triple2) -> (rule2 % int2)) triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Bob is not round.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((triple4 ((triple5 triple4) -> rule6) triple2) -> rule2) triple4) -> rule1))]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple5 triple4) -> (rule6 % int3)) triple2) -> (rule2 % int2)) triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is cold.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Charlie is cold.[CWA. Example of deepest failure = (rule4 <- rule5 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")" }, "Q14": { "question": "Alan is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "Q15": { "question": "Charlie is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Harry is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is young.[(triple1)] Bob is blue.[(triple5)] Bob is cold.[(triple4)] Bob is kind.[(triple3)] Bob is red.[(triple2)] Charlie is red.[(triple6)] Harry is big.[(triple10)] Harry is blue.[(triple9)] Harry is green.[(triple8)] Harry is rough.[(triple7)] @1: Bob is green.[(((triple5 triple4) -> rule6))] Harry is cold.[(((triple8) -> rule4))] @2: Bob is rough.[(((triple4 ((triple5 triple4) -> rule6) triple2) -> rule2))] Harry is round.[(((triple7 ((triple8) -> rule4)) -> rule1))] @3: Bob is round.[(((((triple4 ((triple5 triple4) -> rule6) triple2) -> rule2) triple4) -> rule1))]
[ { "text": "Alan is young.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is blue.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is blue.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Bob is green.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is cold.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is rough.", "QDep": 2, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple5 triple4) -> (rule6 % int2)) triple2) -> (rule2 % int1))", "intermediates": [ { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is round.", "QDep": 2, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Bob is round.", "QDep": 3, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple5 triple4) -> (rule6 % int3)) triple2) -> (rule2 % int2)) triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent4", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Alan was born only a few years ago so he is young.", "sent2": "Bob is colored blue and red; He is also kind and cold to the touch.", "sent3": "Red Charlie is what folks call him, because he is quite red.", "sent4": "Harry can be rather rough, but surprisingly loves the green; He can be rather blue, and is unusually big.", "sent5": "A cold, rough person is also round.", "sent6": "Cold people,though green and red,tend to be rough.", "sent7": "A green colored, nice and young person will be big shaped.", "sent8": "People that feel green are cold to people that try to help them.", "sent9": "When you meet someone that's rough, kind and nice you'll see they are green as well.", "sent10": "People blue with cold are definitely green and new in these parts.", "sent11": null }
AttNonegNatLang-OWA-307
4
11
7
Alan is round shaped and green colored. Charlie ate some rotten meat and now feels green. Young Fred was a round fellow. He liked to be green and blue. Fred was big for his age. Big, red Harry is quite kind. Big people who are red in color are often nice. When a person's traits are to be big, blue and cold, they will also have a red trait. If you color the young ones blue then they will be kind. When you meet kind people they wont have a cold heart. A person that is the color red will definitely be round shaped. Someone who happens to be cold and green and big all at once must also be round in shape. Young and nice people are ultimately cold.
{ "triple1": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple5": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple6": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple7": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple9": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "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 big and red then they are nice.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule2": { "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\" \"+\"))" }, "rule3": { "text": "If someone is blue and young then they are kind.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule4": { "text": "If someone is kind then they are cold.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is red then they are round.", "representation": "(((\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": { "text": "If someone is cold and green and big then they are round.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule7": { "text": "If someone is young and nice then they are cold.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" } }
{ "Q1": { "question": "Harry is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple10)]", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q2": { "question": "Alan is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Fred is kind.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple7 triple4) -> rule3))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Harry is not round.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple9) -> rule5))]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is cold.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((((triple7 triple4) -> rule3)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple4) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not cold.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((((triple7 triple4) -> rule3)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple4) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is red.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((triple8 ((((triple7 triple4) -> rule3)) -> rule4) triple7) -> rule2))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((((triple7 triple4) -> (rule3 % int3))) -> (rule4 % int2)) triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not red.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple8 ((((triple7 triple4) -> rule3)) -> rule4) triple7) -> rule2))]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((((triple7 triple4) -> (rule3 % int3))) -> (rule4 % int2)) triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is nice.", "answer": "True", "QDep": 4, "QLen": "9", "strategy": "proof", "proofs": "[(((triple8 ((triple8 ((((triple7 triple4) -> rule3)) -> rule4) triple7) -> rule2)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple8 ((((triple7 triple4) -> (rule3 % int4))) -> (rule4 % int3)) triple7) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Fred is not nice.", "answer": "False", "QDep": 4, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple8 ((triple8 ((((triple7 triple4) -> rule3)) -> rule4) triple7) -> rule2)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple8 ((((triple7 triple4) -> (rule3 % int4))) -> (rule4 % int3)) triple7) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Alan is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is red.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not cold.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Alan is cold.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")" }, "Q14": { "question": "Alan is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is red.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "Q15": { "question": "Charlie is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Charlie is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "Q17": { "question": "Alan is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"big\" \"-\")" }, "Q18": { "question": "Harry is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "Q19": { "question": "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\" \"-\")" }, "Q20": { "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\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is green.[(triple2)] Alan is round.[(triple1)] Charlie is green.[(triple3)] Fred is big.[(triple8)] Fred is blue.[(triple7)] Fred is green.[(triple6)] Fred is round.[(triple5 OR ((((((triple7 triple4) -> rule3)) -> rule4) triple6 triple8) -> rule6) OR ((((triple8 ((((triple7 triple4) -> rule3)) -> rule4) triple7) -> rule2)) -> rule5))] Fred is young.[(triple4)] Harry is big.[(triple11)] Harry is kind.[(triple10)] Harry is red.[(triple9)] @1: Fred is kind.[(((triple7 triple4) -> rule3))] Harry is cold.[(((triple10) -> rule4))] Harry is nice.[(((triple11 triple9) -> rule1))] Harry is round.[(((triple9) -> rule5))] @2: Fred is cold.[(((((triple7 triple4) -> rule3)) -> rule4))] @3: Fred is red.[(((triple8 ((((triple7 triple4) -> rule3)) -> rule4) triple7) -> rule2))] @4: Fred is nice.[(((triple8 ((triple8 ((((triple7 triple4) -> rule3)) -> rule4) triple7) -> rule2)) -> rule1))]
[ { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] }, { "representation": "((((((triple7 triple4) -> (rule3 % int3))) -> (rule4 % int2)) triple6 triple8) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple8 ((((triple7 triple4) -> (rule3 % int4))) -> (rule4 % int3)) triple7) -> (rule2 % int2))) -> (rule5 % 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 cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "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 red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is cold.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is nice.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is round.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is cold.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple4) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is red.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((((triple7 triple4) -> (rule3 % int3))) -> (rule4 % int2)) triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, { "text": "Fred is nice.", "QDep": 4, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple8 ((((triple7 triple4) -> (rule3 % int4))) -> (rule4 % int3)) triple7) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent3", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Alan is round shaped and green colored.", "sent2": "Charlie ate some rotten meat and now feels green.", "sent3": "Young Fred was a round fellow; He liked to be green and blue; Fred was big for his age.", "sent4": "Big, red Harry is quite kind.", "sent5": "Big people who are red in color are often nice.", "sent6": "When a person's traits are to be big, blue and cold, they will also have a red trait.", "sent7": "If you color the young ones blue then they will be kind.", "sent8": "When you meet kind people they wont have a cold heart.", "sent9": "A person that is the color red will definitely be round shaped.", "sent10": "Someone who happens to be cold and green and big all at once must also be round in shape.", "sent11": "Young and nice people are ultimately cold." }
AttNonegNatLang-OWA-192
4
9
6
Even though Dave feels blue because of how round he is, he is still nice and kind to people that talk to him. Fred, who is a young, rough person, is also a kind and cold guy. Gary always goes out of his way to show that he is kind to people. People who are rough around the edges, nice, and a bit blue are young. Almost all of the young blue and red people I have seen are big as well. A person with a rough quality is also a person with a blue quality. Like a blueberry, a big blue person is round as anything. Kind people who are blue with sadness and cold toward others are surprisingly red. Big people that tend to be nice and blue, may also be a little rough to others.
{ "triple1": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple6": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple8": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple9": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is rough and nice and blue then they are young.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule2": { "text": "If someone is young and blue and red then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is rough then they are blue.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule4": { "text": "If someone is blue and big then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "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 big and nice and blue then they are rough.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Dave is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple2)]", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q2": { "question": "Fred is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6)]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q3": { "question": "Fred is blue.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple6) -> rule3))]", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not blue.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple6) -> rule3))]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is red.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple8 triple7 ((triple6) -> rule3)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7 ((triple6) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not red.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple8 triple7 ((triple6) -> rule3)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7 ((triple6) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is big.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((triple5 ((triple6) -> rule3) ((triple8 triple7 ((triple6) -> rule3)) -> rule5)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple6) -> (rule3 % int3)) ((triple8 triple7 ((triple6) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule2 % 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 blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not big.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple5 ((triple6) -> rule3) ((triple8 triple7 ((triple6) -> rule3)) -> rule5)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple6) -> (rule3 % int3)) ((triple8 triple7 ((triple6) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule2 % 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 blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is round.", "answer": "True", "QDep": 4, "QLen": "12", "strategy": "proof", "proofs": "[(((((triple6) -> rule3) ((triple5 ((triple6) -> rule3) ((triple8 triple7 ((triple6) -> rule3)) -> rule5)) -> rule2)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6) -> (rule3 % int4)) ((triple5 ((triple6) -> (rule3 % int4)) ((triple8 triple7 ((triple6) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Fred is not round.", "answer": "False", "QDep": 4, "QLen": "12", "strategy": "inv-proof", "proofs": "[(((((triple6) -> rule3) ((triple5 ((triple6) -> rule3) ((triple8 triple7 ((triple6) -> rule3)) -> rule5)) -> rule2)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple6) -> (rule3 % int4)) ((triple5 ((triple6) -> (rule3 % int4)) ((triple8 triple7 ((triple6) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Gary is not blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Gary is blue.[CWA. Example of deepest failure = (rule3 <- rule6 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is red.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Gary is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is red.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"red\" \"-\")" }, "Q14": { "question": "Gary is big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is big.[CWA. Example of deepest failure = (rule2 <- rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"+\")" }, "Q15": { "question": "Dave is not young.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "inv-rconc", "proofs": "[@3: Dave is young.[CWA. Example of deepest failure = (rule1 <- rule6 <- rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Bob is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "Q17": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")" }, "Q18": { "question": "Dave is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "Q19": { "question": "Bob is not nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"-\")" }, "Q20": { "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\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Dave is blue.[(triple4)] Dave is kind.[(triple3)] Dave is nice.[(triple2)] Dave is round.[(triple1)] Fred is cold.[(triple8)] Fred is kind.[(triple7)] Fred is rough.[(triple6)] Fred is young.[(triple5)] Gary is kind.[(triple9)] @1: Fred is blue.[(((triple6) -> rule3))] @2: Fred is red.[(((triple8 triple7 ((triple6) -> rule3)) -> rule5))] @3: Fred is big.[(((triple5 ((triple6) -> rule3) ((triple8 triple7 ((triple6) -> rule3)) -> rule5)) -> rule2))] @4: Fred is round.[(((((triple6) -> rule3) ((triple5 ((triple6) -> rule3) ((triple8 triple7 ((triple6) -> rule3)) -> rule5)) -> rule2)) -> rule4))]
[ { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "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": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is red.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7 ((triple6) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is big.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple6) -> (rule3 % int3)) ((triple8 triple7 ((triple6) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule2 % 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 blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, { "text": "Fred is round.", "QDep": 4, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6) -> (rule3 % int4)) ((triple5 ((triple6) -> (rule3 % int4)) ((triple8 triple7 ((triple6) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent3", "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Even though Dave feels blue because of how round he is, he is still nice and kind to people that talk to him.", "sent2": "Fred, who is a young, rough person, is also a kind and cold guy.", "sent3": "Gary always goes out of his way to show that he is kind to people.", "sent4": "People who are rough around the edges, nice, and a bit blue are young.", "sent5": "Almost all of the young blue and red people I have seen are big as well.", "sent6": "A person with a rough quality is also a person with a blue quality.", "sent7": "Like a blueberry, a big blue person is round as anything.", "sent8": "Kind people who are blue with sadness and cold toward others are surprisingly red.", "sent9": "Big people that tend to be nice and blue, may also be a little rough to others.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1252
3
12
7
Alan is blue and cold. Charlie is a nice and kind young man who is quite big in size. There is a very nice young man with a round body who is wearing green named Fred. Harry is known to be rough and green. Cold people who are young and green are actually nice. When someone is young they can be nice and kind, but green in society. A round someone could be blue and round but maybe red. A person who is in school because of their young age with a round body and the constant desire to be nice will be feeling blue. Big people that have a rough demeanor usually feel blue. If a person is young and very kind then they will be rather big. Blue and red people who are young always have rough skin.
{ "triple1": { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "triple2": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple3": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple4": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple5": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple7": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple8": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "triple10": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple11": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple12": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" } }
{ "rule1": { "text": "If someone is cold and green and young then they are nice.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule2": { "text": "If someone is kind and nice and young then they are green.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "text": "If someone is round and blue then they are red.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is round and young and nice then they are blue.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule5": { "text": "If someone is big and rough then they are blue.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": { "text": "If someone is young and kind then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": { "text": "If someone is blue and red and young then they are rough.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" } }
{ "Q1": { "question": "Fred is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Fred is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple7)]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q3": { "question": "Charlie is green.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple5 triple4 triple3) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4 triple3) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not green.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple5 triple4 triple3) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4 triple3) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is red.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple8 ((triple8 triple7 triple9) -> rule4)) -> rule3))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple8 triple7 triple9) -> (rule4 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not red.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple8 ((triple8 triple7 triple9) -> rule4)) -> rule3))]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple8 triple7 triple9) -> (rule4 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is rough.", "answer": "True", "QDep": 3, "QLen": "12", "strategy": "proof", "proofs": "[(((((triple8 triple7 triple9) -> rule4) ((triple8 ((triple8 triple7 triple9) -> rule4)) -> rule3) triple7) -> rule7))]", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7 triple9) -> (rule4 % int3)) ((triple8 ((triple8 triple7 triple9) -> (rule4 % int3))) -> (rule3 % int2)) triple7) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not rough.", "answer": "False", "QDep": 3, "QLen": "12", "strategy": "inv-proof", "proofs": "[(((((triple8 triple7 triple9) -> rule4) ((triple8 ((triple8 triple7 triple9) -> rule4)) -> rule3) triple7) -> rule7))]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7 triple9) -> (rule4 % int3)) ((triple8 ((triple8 triple7 triple9) -> (rule4 % int3))) -> (rule3 % int2)) triple7) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Harry is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Harry is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")" }, "Q14": { "question": "Harry is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "Alan is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Fred is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple2)] Alan is cold.[(triple1)] Charlie is big.[(triple6 OR ((triple3 triple5) -> rule6))] Charlie is kind.[(triple5)] Charlie is nice.[(triple4)] Charlie is young.[(triple3)] Fred is green.[(triple10)] Fred is nice.[(triple9)] Fred is round.[(triple8)] Fred is young.[(triple7)] Harry is green.[(triple12)] Harry is rough.[(triple11)] @1: Charlie is green.[(((triple5 triple4 triple3) -> rule2))] Fred is blue.[(((triple8 triple7 triple9) -> rule4))] @2: Fred is red.[(((triple8 ((triple8 triple7 triple9) -> rule4)) -> rule3))] @3: Fred is rough.[(((((triple8 triple7 triple9) -> rule4) ((triple8 ((triple8 triple7 triple9) -> rule4)) -> rule3) triple7) -> rule7))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is cold.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] }, { "representation": "((triple3 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4 triple3) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is blue.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7 triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is red.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple8 triple7 triple9) -> (rule4 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is rough.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7 triple9) -> (rule4 % int3)) ((triple8 ((triple8 triple7 triple9) -> (rule4 % int3))) -> (rule3 % int2)) triple7) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Alan is blue and cold.", "sent2": "Charlie is a nice and kind young man who is quite big in size.", "sent3": "There is a very nice young man with a round body who is wearing green named Fred.", "sent4": "Harry is known to be rough and green.", "sent5": "Cold people who are young and green are actually nice.", "sent6": "When someone is young they can be nice and kind, but green in society.", "sent7": "A round someone could be blue and round but maybe red.", "sent8": "A person who is in school because of their young age with a round body and the constant desire to be nice will be feeling blue.", "sent9": "Big people that have a rough demeanor usually feel blue.", "sent10": "If a person is young and very kind then they will be rather big.", "sent11": "Blue and red people who are young always have rough skin." }
AttNonegNatLang-OWA-640
3
10
7
Alan's a round guy, and a red and green guy. Bob is a rough but very kind and blue person. I was surprised at how green and blue young, round Fred is. If you come across someone with rough skin and a big and round shape, you'll see that they are also a big green. A nice person who is always seen to be wearing green clothes will be rather big in size. Someone with round, red, and kind traits also will be green. Kind and blue people,though young,tend to be big. If you color the young ones blue then they will be kind. Nice people that are colored red and green are always round. Because of the person's young age they are feeling blue due to their big body size causing them to act in a slightly rough manner.
{ "triple1": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple8": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple10": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is rough and round and big then they are green.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule2": { "text": "If someone is green and nice then they are big.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is round and red and kind then they are green.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is kind and blue and young then they are big.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule5": { "text": "If someone is blue and young then they are kind.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "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 young and big and blue then they are rough.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" } }
{ "Q1": { "question": "Fred is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9 OR ((((triple7 ((((triple10 triple7) -> rule5) triple10 triple7) -> rule4) triple10) -> rule7) triple8 ((((triple10 triple7) -> rule5) triple10 triple7) -> rule4)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] }, { "representation": "((((triple7 ((((triple10 triple7) -> (rule5 % int4)) triple10 triple7) -> (rule4 % int3)) triple10) -> (rule7 % int2)) triple8 ((((triple10 triple7) -> (rule5 % int4)) triple10 triple7) -> (rule4 % int3))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int3" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] }, "Q2": { "question": "Alan is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Fred is kind.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple10 triple7) -> rule5))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not kind.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple10 triple7) -> rule5))]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is big.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple10 triple7) -> rule5) triple10 triple7) -> rule4))]", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple7) -> (rule5 % int2)) triple10 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not big.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple10 triple7) -> rule5) triple10 triple7) -> rule4))]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple7) -> (rule5 % int2)) triple10 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is rough.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((triple7 ((((triple10 triple7) -> rule5) triple10 triple7) -> rule4) triple10) -> rule7))]", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((((triple10 triple7) -> (rule5 % int3)) triple10 triple7) -> (rule4 % int2)) triple10) -> (rule7 % 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 kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not rough.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple7 ((((triple10 triple7) -> rule5) triple10 triple7) -> rule4) triple10) -> rule7))]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((((triple10 triple7) -> (rule5 % int3)) triple10 triple7) -> (rule4 % int2)) triple10) -> (rule7 % 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 kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Alan is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is kind.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "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 }, "Q11": { "question": "Alan is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is rough.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"-\")" }, "Q14": { "question": "Bob is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "Bob is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")" }, "Q16": { "question": "Bob is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is green.[(triple3)] Alan is red.[(triple2)] Alan is round.[(triple1)] Bob is blue.[(triple6)] Bob is kind.[(triple5)] Bob is rough.[(triple4)] Fred is blue.[(triple10)] Fred is green.[(triple9 OR ((((triple7 ((((triple10 triple7) -> rule5) triple10 triple7) -> rule4) triple10) -> rule7) triple8 ((((triple10 triple7) -> rule5) triple10 triple7) -> rule4)) -> rule1))] Fred is round.[(triple8)] Fred is young.[(triple7)] @1: Fred is kind.[(((triple10 triple7) -> rule5))] @2: Fred is big.[(((((triple10 triple7) -> rule5) triple10 triple7) -> rule4))] @3: Fred is rough.[(((triple7 ((((triple10 triple7) -> rule5) triple10 triple7) -> rule4) triple10) -> rule7))]
[ { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is blue.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] }, { "representation": "((((triple7 ((((triple10 triple7) -> (rule5 % int4)) triple10 triple7) -> (rule4 % int3)) triple10) -> (rule7 % int2)) triple8 ((((triple10 triple7) -> (rule5 % int4)) triple10 triple7) -> (rule4 % int3))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int3" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is big.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple7) -> (rule5 % int2)) triple10 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is rough.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((((triple10 triple7) -> (rule5 % int3)) triple10 triple7) -> (rule4 % int2)) triple10) -> (rule7 % 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 kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": null, "triple12": null }
{ "sent1": "Alan's a round guy, and a red and green guy.", "sent2": "Bob is a rough but very kind and blue person.", "sent3": "I was surprised at how green and blue young, round Fred is.", "sent4": "If you come across someone with rough skin and a big and round shape, you'll see that they are also a big green.", "sent5": "A nice person who is always seen to be wearing green clothes will be rather big in size.", "sent6": "Someone with round, red, and kind traits also will be green.", "sent7": "Kind and blue people,though young,tend to be big.", "sent8": "If you color the young ones blue then they will be kind.", "sent9": "Nice people that are colored red and green are always round.", "sent10": "Because of the person's young age they are feeling blue due to their big body size causing them to act in a slightly rough manner.", "sent11": null }
AttNonegNatLang-OWA-757
3
9
6
Alan who is considered nice was feeling rather rough today. That guy Charlie is big, but he's always kind to little ones. Dave always goes out of his way to show that he is kind to people. Gary who is is looking green after smelling the trash left out in the hot sun is seeing red from his anger. Usually though he is described as being a kind and nice person. People who are big and kind are also round. A big round person is nice. A green colored, nice and young person will be big shaped. I see it all the time, nice big people make equal a cold person. When a round individual is nice to others, they are also feeling blue. If you meet a young and kind person who is also rough, they are cold, too.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple5": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple8": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is kind and big then they are round.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "text": "If someone is round and big then they are nice.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule3": { "text": "If someone is young and green and nice then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "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 round and nice then they are blue.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": { "text": "If someone is rough and young and kind then they are cold.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Alan is rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Alan is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Charlie is round.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple3 triple4) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not round.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple3 triple4) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is nice.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple3 triple4) -> rule1) triple4) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4) -> (rule1 % int2)) triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not nice.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple3 triple4) -> rule1) triple4) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4) -> (rule1 % int2)) triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is blue.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((triple3 triple4) -> rule1) ((((triple3 triple4) -> rule1) triple4) -> rule2)) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4) -> (rule1 % int3)) ((((triple3 triple4) -> (rule1 % int3)) triple4) -> (rule2 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not cold.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((((triple3 triple4) -> rule1) triple4) -> rule2) triple4) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple3 triple4) -> (rule1 % int3)) triple4) -> (rule2 % int2)) triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is not nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Dave is nice.[CWA. Example of deepest failure = (rule2 <- rule3 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Alan is cold.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Alan is cold.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Alan is blue.[CWA. Example of deepest failure = (rule5 <- rule1 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is cold.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is cold.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")" }, "Q14": { "question": "Dave is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "Q15": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Alan is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is nice.[(triple2)] Alan is rough.[(triple1)] Charlie is big.[(triple4)] Charlie is kind.[(triple3)] Dave is kind.[(triple5)] Gary is green.[(triple9)] Gary is kind.[(triple8)] Gary is nice.[(triple7)] Gary is red.[(triple6)] @1: Charlie is round.[(((triple3 triple4) -> rule1))] @2: Charlie is nice.[(((((triple3 triple4) -> rule1) triple4) -> rule2))] @3: Charlie is blue.[(((((triple3 triple4) -> rule1) ((((triple3 triple4) -> rule1) triple4) -> rule2)) -> rule5))] Charlie is cold.[(((((((triple3 triple4) -> rule1) triple4) -> rule2) triple4) -> rule4))]
[ { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is nice.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4) -> (rule1 % int2)) triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is blue.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4) -> (rule1 % int3)) ((((triple3 triple4) -> (rule1 % int3)) triple4) -> (rule2 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, { "text": "Charlie is cold.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple3 triple4) -> (rule1 % int3)) triple4) -> (rule2 % int2)) triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent3", "triple6": "sent4", "triple7": "sent4", "triple8": "sent4", "triple9": "sent4", "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Alan who is considered nice was feeling rather rough today.", "sent2": "That guy Charlie is big, but he's always kind to little ones.", "sent3": "Dave always goes out of his way to show that he is kind to people.", "sent4": "Gary who is is looking green after smelling the trash left out in the hot sun is seeing red from his anger; Usually though he is described as being a kind and nice person.", "sent5": "People who are big and kind are also round.", "sent6": "A big round person is nice.", "sent7": "A green colored, nice and young person will be big shaped.", "sent8": "I see it all the time, nice big people make equal a cold person.", "sent9": "When a round individual is nice to others, they are also feeling blue.", "sent10": "If you meet a young and kind person who is also rough, they are cold, too.", "sent11": null }
AttNonegNatLang-OWA-1406
3
11
7
As much as Alan is nice, he is also cold and often feels blue. Charlie appears green and blue, he is also rather round and kind. Fred is known to be rough and green. Even though he's a big dude, Gary is cold. A big round person is nice. A nice and kind person who is big sized will be cold. Someone being both nice and kind means that they are a big person. Big, red things tend to have a kind spirit to them. John is round and rough, meaning that he is someone that is seen as green. Young people who are nice and cold, are rather green. A person that is green also someone who is big.
{ "triple1": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple2": { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "triple3": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple7": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple9": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple10": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "triple11": { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is round and big then they are nice.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule2": { "text": "If someone is nice and kind and big then they are cold.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule3": { "text": "If someone is nice and kind then they are big.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is red and big then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule5": { "text": "If someone is round and rough then they are green.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule6": { "text": "If someone is nice and young and cold then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": { "text": "If someone is green then they are big.", "representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" } }
{ "Q1": { "question": "Fred is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Fred is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple9)]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q3": { "question": "Charlie is big.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple6) -> rule7))]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not big.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple9) -> rule7))]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is nice.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((triple4 ((triple6) -> rule7)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple6) -> (rule7 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not nice.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple6) -> rule7)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple6) -> (rule7 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is cold.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((((triple4 ((triple6) -> rule7)) -> rule1) triple5 ((triple6) -> rule7)) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple6) -> (rule7 % int3))) -> (rule1 % int2)) triple5 ((triple6) -> (rule7 % int3))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not cold.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((triple4 ((triple6) -> rule7)) -> rule1) triple5 ((triple6) -> rule7)) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple6) -> (rule7 % int3))) -> (rule1 % int2)) triple5 ((triple6) -> (rule7 % int3))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is kind.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is kind.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Fred is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")" }, "Q14": { "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\" \"+\")" }, "Q15": { "question": "Gary is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Alan is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple3)] Alan is cold.[(triple2)] Alan is nice.[(triple1)] Charlie is blue.[(triple7)] Charlie is green.[(triple6)] Charlie is kind.[(triple5)] Charlie is round.[(triple4)] Fred is green.[(triple9)] Fred is rough.[(triple8)] Gary is big.[(triple11)] Gary is cold.[(triple10)] @1: Charlie is big.[(((triple6) -> rule7))] Fred is big.[(((triple9) -> rule7))] @2: Charlie is nice.[(((triple4 ((triple6) -> rule7)) -> rule1))] @3: Charlie is cold.[(((((triple4 ((triple6) -> rule7)) -> rule1) triple5 ((triple6) -> rule7)) -> rule2))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is cold.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is big.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is big.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is nice.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple6) -> (rule7 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is cold.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple6) -> (rule7 % int3))) -> (rule1 % int2)) triple5 ((triple6) -> (rule7 % int3))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent3", "triple9": "sent3", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "As much as Alan is nice, he is also cold and often feels blue.", "sent2": "Charlie appears green and blue, he is also rather round and kind.", "sent3": "Fred is known to be rough and green.", "sent4": "Even though he's a big dude, Gary is cold.", "sent5": "A big round person is nice.", "sent6": "A nice and kind person who is big sized will be cold.", "sent7": "Someone being both nice and kind means that they are a big person.", "sent8": "Big, red things tend to have a kind spirit to them.", "sent9": "John is round and rough, meaning that he is someone that is seen as green.", "sent10": "Young people who are nice and cold, are rather green.", "sent11": "A person that is green also someone who is big." }
AttNonegNatLang-OWA-1134
3
10
4
In the snow sits Bob, crying from being cold. From a certain angle Charlie is blue but he is young so maybe that will go away. Young Dave knew he was round, but he hadn't realized how rough and kind he was. His green nature left him cold and numb to these facts. Eric always goes out of his way to show that he is kind to people. People blue with cold are definitely green and new in these parts. Looking blue can be a sign that someone is cold. Kind people, for example, like the ones at the bank are always blue. If you run into a cold and kind person, they are always big.
{ "triple1": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple2": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple3": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple5": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple6": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple8": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple10": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is blue and cold then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule2": { "text": "If someone is blue then they are cold.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule3": { "text": "If someone is kind then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule4": { "text": "If someone is cold and kind then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule5": null, "rule6": null, "rule7": null }
{ "Q1": { "question": "Eric is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple10)]", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q2": { "question": "Dave is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple8 OR ((((triple7) -> rule3) triple9) -> rule1) OR ((((triple7) -> rule3) ((((triple7) -> rule3)) -> rule2)) -> rule1))]", "representation": "(\"Dave\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] }, { "representation": "((((triple7) -> (rule3 % int2)) triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple7) -> (rule3 % int3)) ((((triple7) -> (rule3 % int3))) -> (rule2 % int2))) -> (rule1 % 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" } ] } ] }, "Q3": { "question": "Dave is big.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple9 triple7) -> rule4) OR ((((((triple7) -> rule3)) -> rule2) triple7) -> rule4))]", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" } ] }, { "representation": "((((((triple7) -> (rule3 % int3))) -> (rule2 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q4": { "question": "Charlie is not cold.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple3) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is green.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((triple3 ((triple3) -> rule2)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple3) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not green.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple3 ((triple3) -> rule2)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple3) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is big.", "answer": "True", "QDep": 3, "QLen": "5", "strategy": "proof", "proofs": "[(((((((triple10) -> rule3)) -> rule2) triple10) -> rule4))]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple10) -> (rule3 % int3))) -> (rule2 % int2)) triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Eric is not big.", "answer": "False", "QDep": 3, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((((triple10) -> rule3)) -> rule2) triple10) -> rule4))]", "representation": "(\"Eric\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple10) -> (rule3 % int3))) -> (rule2 % int2)) triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is big.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is green.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is green.[CWA. Example of deepest failure = (rule1 <- rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is blue.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is big.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")" }, "Q14": { "question": "Eric is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "Q15": { "question": "Bob is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"-\")" }, "Q16": { "question": "Bob is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is cold.[(triple1)] Charlie is blue.[(triple3)] Charlie is young.[(triple2)] Dave is cold.[(triple9 OR ((((triple7) -> rule3)) -> rule2))] Dave is green.[(triple8 OR ((((triple7) -> rule3) triple9) -> rule1) OR ((((triple7) -> rule3) ((((triple7) -> rule3)) -> rule2)) -> rule1))] Dave is kind.[(triple7)] Dave is rough.[(triple6)] Dave is round.[(triple5)] Dave is young.[(triple4)] Eric is kind.[(triple10)] @1: Charlie is cold.[(((triple3) -> rule2))] Dave is big.[(((triple9 triple7) -> rule4) OR ((((((triple7) -> rule3)) -> rule2) triple7) -> rule4))] Dave is blue.[(((triple7) -> rule3))] Eric is blue.[(((triple10) -> rule3))] @2: Charlie is green.[(((triple3 ((triple3) -> rule2)) -> rule1))] Eric is cold.[(((((triple10) -> rule3)) -> rule2))] @3: Eric is big.[(((((((triple10) -> rule3)) -> rule2) triple10) -> rule4))] Eric is green.[(((((triple10) -> rule3) ((((triple10) -> rule3)) -> rule2)) -> rule1))]
[ { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Dave is cold.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] }, { "representation": "((((triple7) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] }, { "representation": "((((triple7) -> (rule3 % int2)) triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple7) -> (rule3 % int3)) ((((triple7) -> (rule3 % int3))) -> (rule2 % int2))) -> (rule1 % 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 kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is young.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is big.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" } ] }, { "representation": "((((((triple7) -> (rule3 % int3))) -> (rule2 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "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 blue.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is blue.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is green.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple3) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is cold.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is big.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple10) -> (rule3 % int3))) -> (rule2 % int2)) triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, { "text": "Eric is green.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10) -> (rule3 % int3)) ((((triple10) -> (rule3 % int3))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent3", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": null, "rule6": null, "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "In the snow sits Bob, crying from being cold.", "sent2": "From a certain angle Charlie is blue but he is young so maybe that will go away.", "sent3": "Young Dave knew he was round, but he hadn't realized how rough and kind he was; His green nature left him cold and numb to these facts.", "sent4": "Eric always goes out of his way to show that he is kind to people.", "sent5": "People blue with cold are definitely green and new in these parts.", "sent6": "Looking blue can be a sign that someone is cold.", "sent7": "Kind people, for example, like the ones at the bank are always blue.", "sent8": "If you run into a cold and kind person, they are always big.", "sent9": null, "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1593
3
12
7
Young Alan is kind and perpetually cold, especially during the winter holidays when he is green and red. From a certain angle Bob is blue but he is young so maybe that will go away. Gary has rough skin that is tinged with both red and green. He has a round shape and is nice to everyone he meets. All kind, red, and young people are also nice. Nice and kind people tend to live green lifestyle and arent very rough. People who are rough and green with envy are young. A big and round shaped person that is also cold will be blue in color. Blue people who are rough are often young. Someone who tends to be icy cold and rough but secretly nice are generally very blue. I have found that kind, rough people are both red and cold.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "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": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple10": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple11": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple12": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" } }
{ "rule1": { "text": "If someone is kind and red and young then they are nice.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule2": { "text": "If someone is nice and kind and green then they are rough.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule3": { "text": "If someone is rough and green then they are young.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is cold and big and round then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule5": { "text": "If someone is rough and blue then they are young.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule6": { "text": "If someone is cold and rough and nice then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule7": { "text": "If someone is red and kind and rough then they are cold.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" } }
{ "Q1": { "question": "Gary is rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Gary is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple11)]", "representation": "(\"Gary\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q3": { "question": "Gary is young.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple9 triple12) -> rule3))]", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple12) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not nice.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple3 triple2 triple1) -> rule1))]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2 triple1) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is rough.", "answer": "True", "QDep": 2, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2))]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple2 triple1) -> (rule1 % int2)) triple3 triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not rough.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2))]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple2 triple1) -> (rule1 % int2)) triple3 triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is blue.", "answer": "True", "QDep": 3, "QLen": "13", "strategy": "proof", "proofs": "[(((triple5 ((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2) ((triple3 triple2 triple1) -> rule1)) -> rule6) OR ((((triple2 triple3 ((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2)) -> rule7) ((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2) ((triple3 triple2 triple1) -> rule1)) -> rule6))]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((((triple3 triple2 triple1) -> (rule1 % int3)) triple3 triple4) -> (rule2 % int2)) ((triple3 triple2 triple1) -> (rule1 % int3))) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple2 triple3 ((((triple3 triple2 triple1) -> (rule1 % int4)) triple3 triple4) -> (rule2 % int3))) -> (rule7 % int2)) ((((triple3 triple2 triple1) -> (rule1 % int4)) triple3 triple4) -> (rule2 % int3)) ((triple3 triple2 triple1) -> (rule1 % int4))) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int3" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Alan is not blue.", "answer": "False", "QDep": 3, "QLen": "13", "strategy": "inv-proof", "proofs": "[(((triple5 ((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2) ((triple3 triple2 triple1) -> rule1)) -> rule6) OR ((((triple2 triple3 ((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2)) -> rule7) ((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2) ((triple3 triple2 triple1) -> rule1)) -> rule6))]", "representation": "(\"Alan\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((((triple3 triple2 triple1) -> (rule1 % int3)) triple3 triple4) -> (rule2 % int2)) ((triple3 triple2 triple1) -> (rule1 % int3))) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple2 triple3 ((((triple3 triple2 triple1) -> (rule1 % int4)) triple3 triple4) -> (rule2 % int3))) -> (rule7 % int2)) ((((triple3 triple2 triple1) -> (rule1 % int4)) triple3 triple4) -> (rule2 % int3)) ((triple3 triple2 triple1) -> (rule1 % int4))) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int3" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Eric is not young.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Eric is young.[CWA. Example of deepest failure = (rule5 <- rule2 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Eric is cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is cold.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Eric is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is rough.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Eric is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Gary is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"-\")" }, "Q14": { "question": "Bob is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"+\")" }, "Q15": { "question": "Eric is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Eric is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is cold.[(triple5 OR ((triple2 triple3 ((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2)) -> rule7))] Alan is green.[(triple4)] Alan is kind.[(triple3)] Alan is red.[(triple2)] Alan is young.[(triple1)] Bob is blue.[(triple7)] Bob is young.[(triple6)] Gary is green.[(triple12)] Gary is nice.[(triple11)] Gary is red.[(triple10)] Gary is rough.[(triple9)] Gary is round.[(triple8)] @1: Alan is nice.[(((triple3 triple2 triple1) -> rule1))] Gary is young.[(((triple9 triple12) -> rule3))] @2: Alan is rough.[(((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2))] @3: Alan is blue.[(((triple5 ((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2) ((triple3 triple2 triple1) -> rule1)) -> rule6) OR ((((triple2 triple3 ((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2)) -> rule7) ((((triple3 triple2 triple1) -> rule1) triple3 triple4) -> rule2) ((triple3 triple2 triple1) -> rule1)) -> rule6))]
[ { "text": "Alan is cold.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] }, { "representation": "((triple2 triple3 ((((triple3 triple2 triple1) -> (rule1 % int3)) triple3 triple4) -> (rule2 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, { "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 young.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is blue.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2 triple1) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is young.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple12) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is rough.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple2 triple1) -> (rule1 % int2)) triple3 triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is blue.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((((triple3 triple2 triple1) -> (rule1 % int3)) triple3 triple4) -> (rule2 % int2)) ((triple3 triple2 triple1) -> (rule1 % int3))) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple2 triple3 ((((triple3 triple2 triple1) -> (rule1 % int4)) triple3 triple4) -> (rule2 % int3))) -> (rule7 % int2)) ((((triple3 triple2 triple1) -> (rule1 % int4)) triple3 triple4) -> (rule2 % int3)) ((triple3 triple2 triple1) -> (rule1 % int4))) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int3" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent2", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": "sent3", "triple12": "sent3" }
{ "sent1": "Young Alan is kind and perpetually cold, especially during the winter holidays when he is green and red.", "sent2": "From a certain angle Bob is blue but he is young so maybe that will go away.", "sent3": "Gary has rough skin that is tinged with both red and green; He has a round shape and is nice to everyone he meets.", "sent4": "All kind, red, and young people are also nice.", "sent5": "Nice and kind people tend to live green lifestyle and arent very rough.", "sent6": "People who are rough and green with envy are young.", "sent7": "A big and round shaped person that is also cold will be blue in color.", "sent8": "Blue people who are rough are often young.", "sent9": "Someone who tends to be icy cold and rough but secretly nice are generally very blue.", "sent10": "I have found that kind, rough people are both red and cold.", "sent11": null }
AttNonegNatLang-OWA-948
3
12
6
Alan is a young, cold guy, but he's also a nice and kind guy who can be rough. Upon meeting Charlie, you'll notice he's green and kind. If you met Fred you will see that he is round and red, but he is cold. Harry gets red when he is mad and tends to act very cold. A big person who also feels blue and a bit green are usually wearing red. You will probably see that red, round people are nice, as well as green. A person who is green and rough and round is also young. A person who is green and kind is usually rather big. You will find most green,cold and blue people to be rough. Someone who is big and kind is blue.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple7": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple10": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple11": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple12": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" } }
{ "rule1": { "text": "If someone is big and blue and green then they are red.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "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\" \"+\"))" }, "rule3": { "text": "If someone is round and rough and green then they are young.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is green and kind then they are big.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule5": { "text": "If someone is green and cold and blue then they are rough.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule6": { "text": "If someone is kind and big then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Harry is cold.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple12)]", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, "Q2": { "question": "Alan is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Charlie is big.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple7 triple6) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not big.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple7 triple6) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is blue.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple6 ((triple7 triple6) -> rule4)) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple7 triple6) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not blue.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple6 ((triple7 triple6) -> rule4)) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple7 triple6) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is red.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple7 triple6) -> rule4) ((triple6 ((triple7 triple6) -> rule4)) -> rule6) triple7) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple6) -> (rule4 % int3)) ((triple6 ((triple7 triple6) -> (rule4 % int3))) -> (rule6 % int2)) triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not red.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple7 triple6) -> rule4) ((triple6 ((triple7 triple6) -> rule4)) -> rule6) triple7) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple6) -> (rule4 % int3)) ((triple6 ((triple7 triple6) -> (rule4 % int3))) -> (rule6 % int2)) triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Harry is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Alan is big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Alan is big.[CWA. Example of deepest failure = (rule4 <- rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Harry is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")" }, "Q14": { "question": "Harry is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "Q15": { "question": "Harry is not nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")" }, "Q16": { "question": "Harry is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is cold.[(triple5)] Alan is kind.[(triple4)] Alan is nice.[(triple3)] Alan is rough.[(triple2)] Alan is young.[(triple1)] Charlie is green.[(triple7)] Charlie is kind.[(triple6)] Fred is cold.[(triple10)] Fred is red.[(triple9)] Fred is round.[(triple8)] Harry is cold.[(triple12)] Harry is red.[(triple11)] @1: Charlie is big.[(((triple7 triple6) -> rule4))] @2: Charlie is blue.[(((triple6 ((triple7 triple6) -> rule4)) -> rule6))] @3: Charlie is red.[(((((triple7 triple6) -> rule4) ((triple6 ((triple7 triple6) -> rule4)) -> rule6) triple7) -> rule1))]
[ { "text": "Alan is cold.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is young.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is blue.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple7 triple6) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is red.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple6) -> (rule4 % int3)) ((triple6 ((triple7 triple6) -> (rule4 % int3))) -> (rule6 % int2)) triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent2", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Alan is a young, cold guy, but he's also a nice and kind guy who can be rough.", "sent2": "Upon meeting Charlie, you'll notice he's green and kind.", "sent3": "If you met Fred you will see that he is round and red, but he is cold.", "sent4": "Harry gets red when he is mad and tends to act very cold.", "sent5": "A big person who also feels blue and a bit green are usually wearing red.", "sent6": "You will probably see that red, round people are nice, as well as green.", "sent7": "A person who is green and rough and round is also young.", "sent8": "A person who is green and kind is usually rather big.", "sent9": "You will find most green,cold and blue people to be rough.", "sent10": "Someone who is big and kind is blue.", "sent11": null }
AttNonegNatLang-OWA-1062
3
11
7
Alan has a round face and is very nice. Bob is a rough but very kind and blue person. In the snow sits Charlie, crying from being cold. Dave, a blue and green creature, was also big, rough and kind to others. Young and nice people have great big smiles. Anybody who is so cold that they are red and blue must be young. When someone is young they can be nice and kind, but green in society. Somebody whose descriptors are nice, big and kind will also fit a young descriptor. Kind young people that are still blue are generally round shaped. People that are big but also green, may ultimately be very nice. Nice, kind people who look rough almost always feel cold.
{ "triple1": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "triple6": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple10": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple11": { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is young and nice then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is blue and red and cold then they are young.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule3": { "text": "If someone is kind and nice and young then they are green.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "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 blue and young and kind then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": { "text": "If someone is big and green then they are nice.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule7": { "text": "If someone is nice and kind and rough then they are cold.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" } }
{ "Q1": { "question": "Alan is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q2": { "question": "Dave is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple8)]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q3": { "question": "Dave is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple11 triple9) -> rule6))]", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple11 triple9) -> rule6))]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is young.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple11 triple9) -> rule6) triple11 triple8) -> rule4))]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple9) -> (rule6 % int2)) triple11 triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not young.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple11 triple9) -> rule6) triple11 triple8) -> rule4))]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple9) -> (rule6 % int2)) triple11 triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Dave is round.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((triple10 ((((triple11 triple9) -> rule6) triple11 triple8) -> rule4) triple8) -> rule5))]", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((((triple11 triple9) -> (rule6 % int3)) triple11 triple8) -> (rule4 % int2)) triple8) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Dave is not round.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple10 ((((triple11 triple9) -> rule6) triple11 triple8) -> rule4) triple8) -> rule5))]", "representation": "(\"Dave\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((((triple11 triple9) -> (rule6 % int3)) triple11 triple8) -> (rule4 % int2)) triple8) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is green.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is green.[CWA. Example of deepest failure = (rule3 <- rule6 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Bob is big.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is round.", "answer": "Unknown", "QDep": 4, "QLen": "", "strategy": "rconc", "proofs": "[@4: Bob is round.[CWA. Example of deepest failure = (rule5 <- rule4 <- rule6 <- rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "Charlie is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "Q15": { "question": "Charlie is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Charlie is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is nice.[(triple2)] Alan is round.[(triple1)] Bob is blue.[(triple5)] Bob is kind.[(triple4)] Bob is rough.[(triple3)] Charlie is cold.[(triple6)] Dave is big.[(triple11)] Dave is blue.[(triple10)] Dave is green.[(triple9)] Dave is kind.[(triple8)] Dave is rough.[(triple7)] @1: Dave is nice.[(((triple11 triple9) -> rule6))] @2: Dave is cold.[(((((triple11 triple9) -> rule6) triple8 triple7) -> rule7))] Dave is young.[(((((triple11 triple9) -> rule6) triple11 triple8) -> rule4))] @3: Dave is round.[(((triple10 ((((triple11 triple9) -> rule6) triple11 triple8) -> rule4) triple8) -> rule5))]
[ { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is blue.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Dave is big.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is cold.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple9) -> (rule6 % int2)) triple8 triple7) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is young.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple9) -> (rule6 % int2)) triple11 triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is round.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((((triple11 triple9) -> (rule6 % int3)) triple11 triple8) -> (rule4 % int2)) triple8) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent4", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Alan has a round face and is very nice.", "sent2": "Bob is a rough but very kind and blue person.", "sent3": "In the snow sits Charlie, crying from being cold.", "sent4": "Dave, a blue and green creature, was also big, rough and kind to others.", "sent5": "Young and nice people have great big smiles.", "sent6": "Anybody who is so cold that they are red and blue must be young.", "sent7": "When someone is young they can be nice and kind, but green in society.", "sent8": "Somebody whose descriptors are nice, big and kind will also fit a young descriptor.", "sent9": "Kind young people that are still blue are generally round shaped.", "sent10": "People that are big but also green, may ultimately be very nice.", "sent11": "Nice, kind people who look rough almost always feel cold." }
AttNonegNatLang-OWA-64
3
10
6
Blue and green Alan is so kind he snowplows the neighbors driveways and everyone thanks him with beer. Even though Bob is big and round, he is cold much of the time. Fred has become rough with permanent red skin from working outdoors for so many years. He always feels cold. He is kind to both people and animals. If a red person is cold and kind to others, they also tend to be blue. Someone who is blue and cold is also big. Young,cold and blue people are mostly round. Young, kind people have the trait of being cold and are also very nice to interact with. You can see that cold, blue people are round in shape. People with rough red and blue skin are young.
{ "triple1": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple2": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")" }, "triple7": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple9": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple10": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is cold and kind and red then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule2": { "text": "If someone is blue and cold then they are big.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is blue and young and cold then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is cold and young and kind then they are nice.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "text": "If someone is cold and blue then they are round.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": { "text": "If someone is rough and red and blue then they are young.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Bob is big.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Alan is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Fred is blue.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple10 triple9 triple8) -> rule1))]", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 triple8) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not blue.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple10 triple9 triple8) -> rule1))]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 triple8) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is round.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple10 ((triple10 triple9 triple8) -> rule1)) -> rule5) OR ((((triple10 triple9 triple8) -> rule1) ((triple7 triple8 ((triple10 triple9 triple8) -> rule1)) -> rule6) triple10) -> rule3))]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple10 triple9 triple8) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple10 triple9 triple8) -> (rule1 % int3)) ((triple7 triple8 ((triple10 triple9 triple8) -> (rule1 % int3))) -> (rule6 % int2)) triple10) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Fred is not big.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple10 triple9 triple8) -> rule1) triple10) -> rule2))]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 triple8) -> (rule1 % int2)) triple10) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is nice.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((triple10 ((triple7 triple8 ((triple10 triple9 triple8) -> rule1)) -> rule6) triple9) -> rule4))]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple7 triple8 ((triple10 triple9 triple8) -> (rule1 % int3))) -> (rule6 % int2)) triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not nice.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((triple10 ((triple7 triple8 ((triple10 triple9 triple8) -> rule1)) -> rule6) triple9) -> rule4))]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple7 triple8 ((triple10 triple9 triple8) -> (rule1 % int3))) -> (rule6 % int2)) triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Alan is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is young.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is young.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")" }, "Q14": { "question": "Bob is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "Q15": { "question": "Bob is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Bob is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple3)] Alan is green.[(triple2)] Alan is kind.[(triple1)] Bob is big.[(triple6)] Bob is cold.[(triple5)] Bob is round.[(triple4)] Fred is cold.[(triple10)] Fred is kind.[(triple9)] Fred is red.[(triple8)] Fred is rough.[(triple7)] @1: Fred is blue.[(((triple10 triple9 triple8) -> rule1))] @2: Fred is big.[(((((triple10 triple9 triple8) -> rule1) triple10) -> rule2))] Fred is round.[(((triple10 ((triple10 triple9 triple8) -> rule1)) -> rule5) OR ((((triple10 triple9 triple8) -> rule1) ((triple7 triple8 ((triple10 triple9 triple8) -> rule1)) -> rule6) triple10) -> rule3))] Fred is young.[(((triple7 triple8 ((triple10 triple9 triple8) -> rule1)) -> rule6))] @3: Fred is nice.[(((triple10 ((triple7 triple8 ((triple10 triple9 triple8) -> rule1)) -> rule6) triple9) -> rule4))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is big.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Bob is round.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "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 red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 triple8) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is big.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 triple8) -> (rule1 % int2)) triple10) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is round.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple10 triple9 triple8) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple10 triple9 triple8) -> (rule1 % int3)) ((triple7 triple8 ((triple10 triple9 triple8) -> (rule1 % int3))) -> (rule6 % int2)) triple10) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, { "text": "Fred is young.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8 ((triple10 triple9 triple8) -> (rule1 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is nice.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple7 triple8 ((triple10 triple9 triple8) -> (rule1 % int3))) -> (rule6 % int2)) triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Blue and green Alan is so kind he snowplows the neighbors driveways and everyone thanks him with beer.", "sent2": "Even though Bob is big and round, he is cold much of the time.", "sent3": "Fred has become rough with permanent red skin from working outdoors for so many years; He always feels cold; He is kind to both people and animals.", "sent4": "If a red person is cold and kind to others, they also tend to be blue.", "sent5": "Someone who is blue and cold is also big.", "sent6": "Young,cold and blue people are mostly round.", "sent7": "Young, kind people have the trait of being cold and are also very nice to interact with.", "sent8": "You can see that cold, blue people are round in shape.", "sent9": "People with rough red and blue skin are young.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-94
3
12
5
Alan has rough, green skin and that makes him cold. He also feels blue for his big size. The big, round, blue guy is Dave. He's kind but rather rough. They always call him rough Fred. Red Gary is what folks call him, because he is quite red. A person who is nice and green with envy is round. Find a big human that is colored red and green and he will be amazingly kind. A big rough person are also young of age. People who have a big shape while they are young are found to be nice. Blue, red, young people are always going to be kind people, too.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "triple4": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple10": { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")" }, "triple11": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple12": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" } }
{ "rule1": { "text": "If someone is nice and green then they are round.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "text": "If someone is big and red and green then they are kind.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule3": { "text": "If someone is big and rough then they are young.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is young and big then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "text": "If someone is blue and red and young then they are kind.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Dave is rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple7)]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q2": { "question": "Dave is not big.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple10)]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q3": { "question": "Dave is young.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple10 triple7) -> rule3))]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not young.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple5 triple1) -> rule3))]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple1) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is nice.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple5 triple1) -> rule3) triple5) -> rule4))]", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple1) -> (rule3 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not nice.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple10 triple7) -> rule3) triple10) -> rule4))]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple7) -> (rule3 % int2)) triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is round.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((((triple5 triple1) -> rule3) triple5) -> rule4) triple2) -> rule1))]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple5 triple1) -> (rule3 % int3)) triple5) -> (rule4 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not round.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((((triple5 triple1) -> rule3) triple5) -> rule4) triple2) -> rule1))]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple5 triple1) -> (rule3 % int3)) triple5) -> (rule4 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Fred is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")" }, "Q14": { "question": "Dave is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "Q15": { "question": "Fred is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Dave is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is big.[(triple5)] Alan is blue.[(triple4)] Alan is cold.[(triple3)] Alan is green.[(triple2)] Alan is rough.[(triple1)] Dave is big.[(triple10)] Dave is blue.[(triple9)] Dave is kind.[(triple8)] Dave is rough.[(triple7)] Dave is round.[(triple6)] Fred is rough.[(triple11)] Gary is red.[(triple12)] @1: Alan is young.[(((triple5 triple1) -> rule3))] Dave is young.[(((triple10 triple7) -> rule3))] @2: Alan is nice.[(((((triple5 triple1) -> rule3) triple5) -> rule4))] Dave is nice.[(((((triple10 triple7) -> rule3) triple10) -> rule4))] @3: Alan is round.[(((((((triple5 triple1) -> rule3) triple5) -> rule4) triple2) -> rule1))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is cold.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is big.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Alan is young.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple1) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is young.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is nice.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple1) -> (rule3 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is nice.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple7) -> (rule3 % int2)) triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is round.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple5 triple1) -> (rule3 % int3)) triple5) -> (rule4 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent2", "triple10": "sent2", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": null, "rule7": null, "triple11": "sent3", "triple12": "sent4" }
{ "sent1": "Alan has rough, green skin and that makes him cold; He also feels blue for his big size.", "sent2": "The big, round, blue guy is Dave; He's kind but rather rough.", "sent3": "They always call him rough Fred.", "sent4": "Red Gary is what folks call him, because he is quite red.", "sent5": "A person who is nice and green with envy is round.", "sent6": "Find a big human that is colored red and green and he will be amazingly kind.", "sent7": "A big rough person are also young of age.", "sent8": "People who have a big shape while they are young are found to be nice.", "sent9": "Blue, red, young people are always going to be kind people, too.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-812
3
9
7
Charlie is a nice person who is red because he has a rash. Big Eric, the most blue guy I know while also being cold. Harry is colored blue and red. He is also kind and cold to the touch. Blue Christmas ornaments are also red. An individual that fits the nice, red, and kind description will fit the description of big, too. A nice and colored blue person will be rather big. If you are green you are also kind. Anyone with red and blue coloration also has green coloration. Red and kind people always seem to be big as well. A young, green person who is cold is rough around the edges.
{ "triple1": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple4": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple8": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "triple9": { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is blue then they are red.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is red and kind and nice then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is blue and nice then they are big.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is green then they are kind.", "representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule5": { "text": "If someone is red and blue then they are green.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule6": { "text": "If someone is red and kind then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": { "text": "If someone is cold and green and young then they are rough.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" } }
{ "Q1": { "question": "Charlie is red.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Eric is not blue.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple4)]", "representation": "(\"Eric\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q3": { "question": "Harry is green.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple6 triple9) -> rule5) OR ((((triple9) -> rule1) triple9) -> rule5))]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple9) -> (rule1 % int2)) triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q4": { "question": "Harry is not green.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple6 triple9) -> rule5) OR ((((triple9) -> rule1) triple9) -> rule5))]", "representation": "(\"Harry\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple9) -> (rule1 % int2)) triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q5": { "question": "Eric is green.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((((triple4) -> rule1) triple4) -> rule5))]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4) -> (rule1 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not green.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((((triple4) -> rule1) triple4) -> rule5))]", "representation": "(\"Eric\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4) -> (rule1 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is kind.", "answer": "True", "QDep": 3, "QLen": "5", "strategy": "proof", "proofs": "[(((((((triple4) -> rule1) triple4) -> rule5)) -> rule4))]", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple4) -> (rule1 % int3)) triple4) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Eric is not kind.", "answer": "False", "QDep": 3, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((((triple4) -> rule1) triple4) -> rule5)) -> rule4))]", "representation": "(\"Eric\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple4) -> (rule1 % int3)) triple4) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Bob is big.[CWA. Example of deepest failure = (rule6 <- rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is big.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "rconc", "proofs": "[@3: Charlie is big.[CWA. Example of deepest failure = (rule2 <- rule4 <- rule5 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is rough.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")" }, "Q14": { "question": "Charlie is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "Q15": { "question": "Eric is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "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: Charlie is nice.[(triple2)] Charlie is red.[(triple1)] Eric is big.[(triple5 OR ((((triple4) -> rule1) ((((((triple4) -> rule1) triple4) -> rule5)) -> rule4)) -> rule6))] Eric is blue.[(triple4)] Eric is cold.[(triple3)] Harry is blue.[(triple9)] Harry is cold.[(triple8)] Harry is kind.[(triple7 OR ((((triple6 triple9) -> rule5)) -> rule4) OR ((((((triple9) -> rule1) triple9) -> rule5)) -> rule4))] Harry is red.[(triple6 OR ((triple9) -> rule1))] @1: Eric is red.[(((triple4) -> rule1))] Harry is big.[(((triple6 triple7) -> rule6) OR ((((triple9) -> rule1) triple7) -> rule6) OR ((triple6 ((((triple6 triple9) -> rule5)) -> rule4)) -> rule6) OR ((((triple9) -> rule1) ((((triple6 triple9) -> rule5)) -> rule4)) -> rule6) OR ((triple6 ((((((triple9) -> rule1) triple9) -> rule5)) -> rule4)) -> rule6) OR ((((triple9) -> rule1) ((((((triple9) -> rule1) triple9) -> rule5)) -> rule4)) -> rule6))] Harry is green.[(((triple6 triple9) -> rule5) OR ((((triple9) -> rule1) triple9) -> rule5))] @2: Eric is green.[(((((triple4) -> rule1) triple4) -> rule5))] @3: Eric is kind.[(((((((triple4) -> rule1) triple4) -> rule5)) -> rule4))]
[ { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] }, { "representation": "((((triple4) -> (rule1 % int4)) ((((((triple4) -> (rule1 % int4)) triple4) -> (rule5 % int3))) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Harry is blue.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] }, { "representation": "((((triple6 triple9) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int2" } ] }, { "representation": "((((((triple9) -> (rule1 % int3)) triple9) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] }, { "representation": "((triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is red.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is big.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple7) -> (rule6 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple9) -> (rule1 % int2)) triple7) -> (rule6 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int2" } ] }, { "representation": "((triple6 ((((triple6 triple9) -> (rule5 % int3))) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple9) -> (rule1 % int4)) ((((triple6 triple9) -> (rule5 % int3))) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int4" } ] }, { "representation": "((triple6 ((((((triple9) -> (rule1 % int4)) triple9) -> (rule5 % int3))) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple9) -> (rule1 % int4)) ((((((triple9) -> (rule1 % int4)) triple9) -> (rule5 % int3))) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] }, { "text": "Harry is green.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple9) -> (rule1 % int2)) triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is green.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4) -> (rule1 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is kind.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple4) -> (rule1 % int3)) triple4) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "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": "Charlie is a nice person who is red because he has a rash.", "sent2": "Big Eric, the most blue guy I know while also being cold.", "sent3": "Harry is colored blue and red; He is also kind and cold to the touch.", "sent4": "Blue Christmas ornaments are also red.", "sent5": "An individual that fits the nice, red, and kind description will fit the description of big, too.", "sent6": "A nice and colored blue person will be rather big.", "sent7": "If you are green you are also kind.", "sent8": "Anyone with red and blue coloration also has green coloration.", "sent9": "Red and kind people always seem to be big as well.", "sent10": "A young, green person who is cold is rough around the edges.", "sent11": null }
AttNonegNatLang-OWA-841
3
10
7
Alan is a big, round, nice, and red fellow is looking a bit green righ now. Eric is red when he is rough and blue when he is kind. Fred wears all blue. Kind young people are red. If people are cold they are often red. Nice green people and often blue with sadness. A young person with a kind heart and big sized body will be rough around the edges. You will discover that green rough people are always red. When you meet someone who is round, red and green, they will also be young. A young, big sized person will certainly be a kind one.
{ "triple1": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple5": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple10": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is kind and young then they are red.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is cold then they are red.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is green and nice then they are blue.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule4": { "text": "If someone is young and kind and big then they are rough.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is green and rough then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is green and red and round then they are young.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule7": { "text": "If someone is young and big then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" } }
{ "Q1": { "question": "Eric is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Eric is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6)]", "representation": "(\"Eric\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q3": { "question": "Alan is young.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple4 triple2 triple1) -> rule6))]", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple2 triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not blue.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple4 triple3) -> rule3))]", "representation": "(\"Alan\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is kind.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple4 triple2 triple1) -> rule6) triple5) -> rule7))]", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple2 triple1) -> (rule6 % int2)) triple5) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not kind.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple4 triple2 triple1) -> rule6) triple5) -> rule7))]", "representation": "(\"Alan\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple2 triple1) -> (rule6 % int2)) triple5) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is rough.", "answer": "True", "QDep": 3, "QLen": "12", "strategy": "proof", "proofs": "[(((((triple4 triple2 triple1) -> rule6) ((((triple4 triple2 triple1) -> rule6) triple5) -> rule7) triple5) -> rule4))]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple2 triple1) -> (rule6 % int3)) ((((triple4 triple2 triple1) -> (rule6 % int3)) triple5) -> (rule7 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not rough.", "answer": "False", "QDep": 3, "QLen": "12", "strategy": "inv-proof", "proofs": "[(((((triple4 triple2 triple1) -> rule6) ((((triple4 triple2 triple1) -> rule6) triple5) -> rule7) triple5) -> rule4))]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple2 triple1) -> (rule6 % int3)) ((((triple4 triple2 triple1) -> (rule6 % int3)) triple5) -> (rule7 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is kind.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "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": "Gary is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is red.[CWA. Example of deepest failure = (rule1 <- rule7 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")" }, "Q14": { "question": "Alan is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "Q15": { "question": "Gary is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"-\")" }, "Q16": { "question": "Eric is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is big.[(triple5)] Alan is green.[(triple4)] Alan is nice.[(triple3)] Alan is red.[(triple2)] Alan is round.[(triple1)] Eric is blue.[(triple9)] Eric is kind.[(triple8)] Eric is red.[(triple7)] Eric is rough.[(triple6)] Fred is blue.[(triple10)] @1: Alan is blue.[(((triple4 triple3) -> rule3))] Alan is young.[(((triple4 triple2 triple1) -> rule6))] @2: Alan is kind.[(((((triple4 triple2 triple1) -> rule6) triple5) -> rule7))] @3: Alan is rough.[(((((triple4 triple2 triple1) -> rule6) ((((triple4 triple2 triple1) -> rule6) triple5) -> rule7) triple5) -> rule4))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Alan is blue.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is young.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple2 triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is kind.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple2 triple1) -> (rule6 % int2)) triple5) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is rough.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple2 triple1) -> (rule6 % int3)) ((((triple4 triple2 triple1) -> (rule6 % int3)) triple5) -> (rule7 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent2", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": null, "triple12": null }
{ "sent1": "Alan is a big, round, nice, and red fellow is looking a bit green righ now.", "sent2": "Eric is red when he is rough and blue when he is kind.", "sent3": "Fred wears all blue.", "sent4": "Kind young people are red.", "sent5": "If people are cold they are often red.", "sent6": "Nice green people and often blue with sadness.", "sent7": "A young person with a kind heart and big sized body will be rough around the edges.", "sent8": "You will discover that green rough people are always red.", "sent9": "When you meet someone who is round, red and green, they will also be young.", "sent10": "A young, big sized person will certainly be a kind one.", "sent11": null }
AttNonegNatLang-OWA-1464
3
8
5
Charlie is both young and fairly round in size. I know Eric really well and you can say he is rough on the outside, cold on the inside and red all of the time. That Gary is as round and red as a cherry, and twice as kind. Someone who has a a young round face is often rough around the edges. A nice young person who is rough around the edges is big. A person that is feeling blue and slightly big, is red as well. Big, red things tend to have a kind spirit to them. If you meet somebody who is young, rough and round, you can be sure they are nice as well.
{ "triple1": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple5": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is round and young then they are rough.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule2": { "text": "If someone is young and nice and rough then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is big and blue then they are red.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is red and big then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "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": null, "rule7": null }
{ "Q1": { "question": "Gary is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple8)]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q2": { "question": "Gary is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple8)]", "representation": "(\"Gary\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q3": { "question": "Charlie is rough.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple2 triple1) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not rough.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple2 triple1) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is nice.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple1 triple2 ((triple2 triple1) -> rule1)) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2 ((triple2 triple1) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not nice.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple1 triple2 ((triple2 triple1) -> rule1)) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2 ((triple2 triple1) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is big.", "answer": "True", "QDep": 3, "QLen": "11", "strategy": "proof", "proofs": "[(((triple1 ((triple1 triple2 ((triple2 triple1) -> rule1)) -> rule5) ((triple2 triple1) -> rule1)) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple1 triple2 ((triple2 triple1) -> (rule1 % int3))) -> (rule5 % int2)) ((triple2 triple1) -> (rule1 % int3))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not big.", "answer": "False", "QDep": 3, "QLen": "11", "strategy": "inv-proof", "proofs": "[(((triple1 ((triple1 triple2 ((triple2 triple1) -> rule1)) -> rule5) ((triple2 triple1) -> rule1)) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple1 triple2 ((triple2 triple1) -> (rule1 % int3))) -> (rule5 % int2)) ((triple2 triple1) -> (rule1 % int3))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is kind.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is kind.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Eric is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is rough.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"-\")" }, "Q14": { "question": "Gary is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "Q15": { "question": "Eric is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Eric is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is round.[(triple2)] Charlie is young.[(triple1)] Eric is cold.[(triple5)] Eric is red.[(triple4)] Eric is rough.[(triple3)] Gary is kind.[(triple8)] Gary is red.[(triple7)] Gary is round.[(triple6)] @1: Charlie is rough.[(((triple2 triple1) -> rule1))] @2: Charlie is nice.[(((triple1 triple2 ((triple2 triple1) -> rule1)) -> rule5))] @3: Charlie is big.[(((triple1 ((triple1 triple2 ((triple2 triple1) -> rule1)) -> rule5) ((triple2 triple1) -> rule1)) -> rule2))]
[ { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "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 kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is nice.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2 ((triple2 triple1) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is big.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple1 triple2 ((triple2 triple1) -> (rule1 % int3))) -> (rule5 % int2)) ((triple2 triple1) -> (rule1 % int3))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": null, "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": null, "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Charlie is both young and fairly round in size.", "sent2": "I know Eric really well and you can say he is rough on the outside, cold on the inside and red all of the time.", "sent3": "That Gary is as round and red as a cherry, and twice as kind.", "sent4": "Someone who has a a young round face is often rough around the edges.", "sent5": "A nice young person who is rough around the edges is big.", "sent6": "A person that is feeling blue and slightly big, is red as well.", "sent7": "Big, red things tend to have a kind spirit to them.", "sent8": "If you meet somebody who is young, rough and round, you can be sure they are nice as well.", "sent9": null, "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1080
3
7
5
I know Dave really well and you can say he is rough on the outside, cold on the inside and red all of the time. Fred fits the description of someone who is rough, red and blue. They always call him rough Harry. Someone who is both red and blue will also be a nice person. A rough person that is cold towards others is green. Cold, red people are generally kind and big. When someone is nice, dressing in red, they can be blue because they are cold. People who are red, young, and round are also blue.
{ "triple1": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple4": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple6": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple8": null, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is red and blue then they are nice.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule2": { "text": "If someone is rough and cold then they are green.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "text": "If someone is kind and red and cold then they are big.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is nice and blue and red then they are cold.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is round and red and young then they are blue.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Fred is red.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple5)]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q2": { "question": "Dave is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Dave is green.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple1 triple3) -> rule2))]", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple5 triple6) -> rule1))]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple6) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is cold.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple5 triple6) -> rule1) triple6 triple5) -> rule4))]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple6) -> (rule1 % int2)) triple6 triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not cold.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple5 triple6) -> rule1) triple6 triple5) -> rule4))]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple6) -> (rule1 % int2)) triple6 triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is green.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple4 ((((triple5 triple6) -> rule1) triple6 triple5) -> rule4)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((((triple5 triple6) -> (rule1 % int3)) triple6 triple5) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not green.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple4 ((((triple5 triple6) -> rule1) triple6 triple5) -> rule4)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((((triple5 triple6) -> (rule1 % int3)) triple6 triple5) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is blue.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Fred is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Dave is nice.[CWA. Example of deepest failure = (rule1 <- rule5 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")" }, "Q14": { "question": "Dave is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Charlie is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Dave is cold.[(triple3)] Dave is red.[(triple2)] Dave is rough.[(triple1)] Fred is blue.[(triple6)] Fred is red.[(triple5)] Fred is rough.[(triple4)] Harry is rough.[(triple7)] @1: Dave is green.[(((triple1 triple3) -> rule2))] Fred is nice.[(((triple5 triple6) -> rule1))] @2: Fred is cold.[(((((triple5 triple6) -> rule1) triple6 triple5) -> rule4))] @3: Fred is green.[(((triple4 ((((triple5 triple6) -> rule1) triple6 triple5) -> rule4)) -> rule2))]
[ { "text": "Dave is cold.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is nice.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple6) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is cold.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple6) -> (rule1 % int2)) triple6 triple5) -> (rule4 % 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 green.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((((triple5 triple6) -> (rule1 % int3)) triple6 triple5) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": null, "triple9": null, "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": null, "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "I know Dave really well and you can say he is rough on the outside, cold on the inside and red all of the time.", "sent2": "Fred fits the description of someone who is rough, red and blue.", "sent3": "They always call him rough Harry.", "sent4": "Someone who is both red and blue will also be a nice person.", "sent5": "A rough person that is cold towards others is green.", "sent6": "Cold, red people are generally kind and big.", "sent7": "When someone is nice, dressing in red, they can be blue because they are cold.", "sent8": "People who are red, young, and round are also blue.", "sent9": null, "sent10": null, "sent11": null }
AttNonegNatLang-OWA-73
3
10
6
Alan is colored blue and red. He is also kind and cold to the touch. Bob always goes out of his way to show that he is kind to people. Eric realized he was round and rough, and he decided to be nice and kind as well. Fred was born only a few years ago so he is young. All people that are rough and cold, as well as nice will be kind if you talk to them. Young and nice people have great big smiles. Look for the blue and green people, they are kind and will give you directions if you're lost. Rough and kind people are big. Nice people who are big are always feeling blue. Blue people who are rough are often young.
{ "triple1": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple3": { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "triple4": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple9": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple10": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is nice and rough and cold then they are kind.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule2": { "text": "If someone is young and nice then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is blue and green then they are kind.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule4": { "text": "If someone is rough and kind then they are big.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule5": { "text": "If someone is nice and big then they are blue.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": { "text": "If someone is rough and blue then they are young.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Fred is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple10)]", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q2": { "question": "Eric is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple9)]", "representation": "(\"Eric\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q3": { "question": "Eric is big.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple7 triple9) -> rule4))]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple9) -> (rule4 % 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": "[(((triple7 triple9) -> rule4))]", "representation": "(\"Eric\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is blue.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple8 ((triple7 triple9) -> rule4)) -> rule5))]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple7 triple9) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not blue.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple8 ((triple7 triple9) -> rule4)) -> rule5))]", "representation": "(\"Eric\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple7 triple9) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is young.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((triple7 ((triple8 ((triple7 triple9) -> rule4)) -> rule5)) -> rule6))]", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8 ((triple7 triple9) -> (rule4 % int3))) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Eric is not young.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple7 ((triple8 ((triple7 triple9) -> rule4)) -> rule5)) -> rule6))]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8 ((triple7 triple9) -> (rule4 % int3))) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Fred is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Fred is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")" }, "Q14": { "question": "Fred is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "Q15": { "question": "Bob is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"-\")" }, "Q16": { "question": "Alan is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple4)] Alan is cold.[(triple3)] Alan is kind.[(triple2)] Alan is red.[(triple1)] Bob is kind.[(triple5)] Eric is kind.[(triple9)] Eric is nice.[(triple8)] Eric is rough.[(triple7)] Eric is round.[(triple6)] Fred is young.[(triple10)] @1: Eric is big.[(((triple7 triple9) -> rule4))] @2: Eric is blue.[(((triple8 ((triple7 triple9) -> rule4)) -> rule5))] @3: Eric is young.[(((triple7 ((triple8 ((triple7 triple9) -> rule4)) -> rule5)) -> rule6))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is cold.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is blue.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple7 triple9) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is young.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8 ((triple7 triple9) -> (rule4 % int3))) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Alan is colored blue and red; He is also kind and cold to the touch.", "sent2": "Bob always goes out of his way to show that he is kind to people.", "sent3": "Eric realized he was round and rough, and he decided to be nice and kind as well.", "sent4": "Fred was born only a few years ago so he is young.", "sent5": "All people that are rough and cold, as well as nice will be kind if you talk to them.", "sent6": "Young and nice people have great big smiles.", "sent7": "Look for the blue and green people, they are kind and will give you directions if you're lost.", "sent8": "Rough and kind people are big.", "sent9": "Nice people who are big are always feeling blue.", "sent10": "Blue people who are rough are often young.", "sent11": null }
AttNonegNatLang-OWA-1503
3
11
5
Alan is blue and cold. Bob wears all blue. Big Charlie is very nice. Though he is rough and cold he is green and still learning. Even though Fred is young, he is still very round and still very red. A cold, rough person is also round. When young, round people are cold it their skin gets a blue tinge to it. A green person who is kind and a bit blue is young. Any cold, round, green person is going to be young at the same time. A big, young aged person that is green will be round shaped.
{ "triple1": { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "triple2": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple3": { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple6": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple7": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple8": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple9": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is rough and cold then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "text": "If someone is young and round and cold then they are blue.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is blue and kind and green then they are young.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is cold and round and green then they are young.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule5": { "text": "If someone is big and green and young then they are round.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Fred is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Charlie is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple5)]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q3": { "question": "Charlie is round.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple4 triple7) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not round.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple4 triple7) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is young.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple7 ((triple4 triple7) -> rule1) triple6) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple4 triple7) -> (rule1 % int2)) triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not young.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple7 ((triple4 triple7) -> rule1) triple6) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple4 triple7) -> (rule1 % int2)) triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is blue.", "answer": "True", "QDep": 3, "QLen": "11", "strategy": "proof", "proofs": "[(((((triple7 ((triple4 triple7) -> rule1) triple6) -> rule4) ((triple4 triple7) -> rule1) triple7) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 ((triple4 triple7) -> (rule1 % int3)) triple6) -> (rule4 % int2)) ((triple4 triple7) -> (rule1 % int3)) triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not blue.", "answer": "False", "QDep": 3, "QLen": "11", "strategy": "inv-proof", "proofs": "[(((((triple7 ((triple4 triple7) -> rule1) triple6) -> rule4) ((triple4 triple7) -> rule1) triple7) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7 ((triple4 triple7) -> (rule1 % int3)) triple6) -> (rule4 % int2)) ((triple4 triple7) -> (rule1 % int3)) triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is round.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Fred is blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"-\")" }, "Q14": { "question": "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": "Alan is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Fred is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple2)] Alan is cold.[(triple1)] Bob is blue.[(triple3)] Charlie is big.[(triple8)] Charlie is cold.[(triple7)] Charlie is green.[(triple6)] Charlie is nice.[(triple5)] Charlie is rough.[(triple4)] Fred is red.[(triple11)] Fred is round.[(triple10)] Fred is young.[(triple9)] @1: Charlie is round.[(((triple4 triple7) -> rule1))] @2: Charlie is young.[(((triple7 ((triple4 triple7) -> rule1) triple6) -> rule4))] @3: Charlie is blue.[(((((triple7 ((triple4 triple7) -> rule1) triple6) -> rule4) ((triple4 triple7) -> rule1) triple7) -> rule2))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is cold.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is blue.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is young.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple4 triple7) -> (rule1 % int2)) triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is blue.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 ((triple4 triple7) -> (rule1 % int3)) triple6) -> (rule4 % int2)) ((triple4 triple7) -> (rule1 % int3)) triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent3", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": null, "rule7": null, "triple11": "sent4", "triple12": null }
{ "sent1": "Alan is blue and cold.", "sent2": "Bob wears all blue.", "sent3": "Big Charlie is very nice; Though he is rough and cold he is green and still learning.", "sent4": "Even though Fred is young, he is still very round and still very red.", "sent5": "A cold, rough person is also round.", "sent6": "When young, round people are cold it their skin gets a blue tinge to it.", "sent7": "A green person who is kind and a bit blue is young.", "sent8": "Any cold, round, green person is going to be young at the same time.", "sent9": "A big, young aged person that is green will be round shaped.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1313
3
11
5
Red Bob is what folks call him, because he is quite red. Charlie is nice and kind. He is green with envy which makes him feel blue. Fred is made of many colors, red and blue and green. He is also rough and cold. Harry always goes out of his way to show that he is kind to people. Young people tend to be blue all the time and rough. If someone is blue, young, and rough, they qualify as being round. Anyone who's got young, round and big traits is bound to have a red trait, too. Looking blue can be a sign that someone is cold. People who are nice and kind are somewhat young.
{ "triple1": { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple5": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple6": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple10": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple11": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is blue and young then they are rough.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule2": { "text": "If someone is rough and young and blue then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule3": { "text": "If someone is young and big and round then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is blue then they are cold.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is kind and nice then they are young.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Charlie is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple3)]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q2": { "question": "Fred is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6)]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q3": { "question": "Charlie is young.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple3 triple2) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not young.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple3 triple2) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is rough.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple5 ((triple3 triple2) -> rule5)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple3 triple2) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not rough.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple5 ((triple3 triple2) -> rule5)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple3 triple2) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is round.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple5 ((triple3 triple2) -> rule5)) -> rule1) ((triple3 triple2) -> rule5) triple5) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 ((triple3 triple2) -> (rule5 % int3))) -> (rule1 % int2)) ((triple3 triple2) -> (rule5 % int3)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not round.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple5 ((triple3 triple2) -> rule5)) -> rule1) ((triple3 triple2) -> rule5) triple5) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple5 ((triple3 triple2) -> (rule5 % int3))) -> (rule1 % int2)) ((triple3 triple2) -> (rule5 % int3)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is cold.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")" }, "Q14": { "question": "Bob is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "Q15": { "question": "Harry is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Fred is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is red.[(triple1)] Charlie is blue.[(triple5)] Charlie is green.[(triple4)] Charlie is kind.[(triple3)] Charlie is nice.[(triple2)] Fred is blue.[(triple10)] Fred is cold.[(triple9 OR ((triple10) -> rule4))] Fred is green.[(triple8)] Fred is red.[(triple7)] Fred is rough.[(triple6)] Harry is kind.[(triple11)] @1: Charlie is cold.[(((triple5) -> rule4))] Charlie is young.[(((triple3 triple2) -> rule5))] @2: Charlie is rough.[(((triple5 ((triple3 triple2) -> rule5)) -> rule1))] @3: Charlie is round.[(((((triple5 ((triple3 triple2) -> rule5)) -> rule1) ((triple3 triple2) -> rule5) triple5) -> rule2))]
[ { "text": "Bob is red.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] }, { "representation": "((triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is young.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is rough.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple3 triple2) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is round.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 ((triple3 triple2) -> (rule5 % int3))) -> (rule1 % int2)) ((triple3 triple2) -> (rule5 % int3)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": null, "rule7": null, "triple11": "sent4", "triple12": null }
{ "sent1": "Red Bob is what folks call him, because he is quite red.", "sent2": "Charlie is nice and kind; He is green with envy which makes him feel blue.", "sent3": "Fred is made of many colors, red and blue and green; He is also rough and cold.", "sent4": "Harry always goes out of his way to show that he is kind to people.", "sent5": "Young people tend to be blue all the time and rough.", "sent6": "If someone is blue, young, and rough, they qualify as being round.", "sent7": "Anyone who's got young, round and big traits is bound to have a red trait, too.", "sent8": "Looking blue can be a sign that someone is cold.", "sent9": "People who are nice and kind are somewhat young.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-864
3
10
5
They always call him rough Eric. Fred is red with anger because he's green with envy, like all young, rough boys. Gary looks red to most people, with blue features. Harry is big and round man that is looking rather green after seeing some bad mayonnaise. A round shaped and young aged person will be very cold. Incredible as it may seem, young people who are red and have kind attitudes are always round. Rough people will often be blue. They thrive on being kind and nice. Young people who are nice and cold, are rather green. If someone is red and green and feeels rough, they are kind.
{ "triple1": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple3": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple5": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "triple10": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is round and young then they are cold.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule2": { "text": "If someone is young and red and kind then they are round.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule3": { "text": "If someone is rough and kind and blue then they are nice.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule4": { "text": "If someone is nice and young and cold then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule5": { "text": "If someone is rough and green and red then they are kind.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Harry is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Gary is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6)]", "representation": "(\"Gary\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q3": { "question": "Fred is kind.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple3 triple5 triple4) -> rule5))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple5 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not kind.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple3 triple5 triple4) -> rule5))]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple5 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is round.", "answer": "True", "QDep": 2, "QLen": "7", "strategy": "proof", "proofs": "[(((triple2 triple4 ((triple3 triple5 triple4) -> rule5)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple4 ((triple3 triple5 triple4) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not round.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple2 triple4 ((triple3 triple5 triple4) -> rule5)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple4 ((triple3 triple5 triple4) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is cold.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((triple2 triple4 ((triple3 triple5 triple4) -> rule5)) -> rule2) triple2) -> rule1))]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple4 ((triple3 triple5 triple4) -> (rule5 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not cold.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((triple2 triple4 ((triple3 triple5 triple4) -> rule5)) -> rule2) triple2) -> rule1))]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple4 ((triple3 triple5 triple4) -> (rule5 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Gary is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Eric is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Harry is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Fred is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"-\")" }, "Q14": { "question": "Fred is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "Q15": { "question": "Eric is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"big\" \"-\")" }, "Q16": { "question": "Eric is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Eric is rough.[(triple1)] Fred is green.[(triple5)] Fred is red.[(triple4)] Fred is rough.[(triple3)] Fred is young.[(triple2)] Gary is blue.[(triple7)] Gary is red.[(triple6)] Harry is big.[(triple10)] Harry is green.[(triple9)] Harry is round.[(triple8)] @1: Fred is kind.[(((triple3 triple5 triple4) -> rule5))] @2: Fred is round.[(((triple2 triple4 ((triple3 triple5 triple4) -> rule5)) -> rule2))] @3: Fred is cold.[(((((triple2 triple4 ((triple3 triple5 triple4) -> rule5)) -> rule2) triple2) -> rule1))]
[ { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Gary is blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple5 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is round.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple4 ((triple3 triple5 triple4) -> (rule5 % int2))) -> (rule2 % 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.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple4 ((triple3 triple5 triple4) -> (rule5 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": null, "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "They always call him rough Eric.", "sent2": "Fred is red with anger because he's green with envy, like all young, rough boys.", "sent3": "Gary looks red to most people, with blue features.", "sent4": "Harry is big and round man that is looking rather green after seeing some bad mayonnaise.", "sent5": "A round shaped and young aged person will be very cold.", "sent6": "Incredible as it may seem, young people who are red and have kind attitudes are always round.", "sent7": "Rough people will often be blue; They thrive on being kind and nice.", "sent8": "Young people who are nice and cold, are rather green.", "sent9": "If someone is red and green and feeels rough, they are kind.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-95
3
12
6
Nice, but round, Bob has been said to be cold. Eric who is big in stature is almost always nice even when he is cold. Fred is so young and darling he is kind to all the old people on the block. Young Harry is a round fellow: sometimes nice, sometimes rough. Young, round, and cold people have a habit of looking pretty red. It's a fact that young people are red people. Red people feel blue about it. When someone feels cold, while being big and rough, they always turn out to be red. Anyone with red and blue coloration also has green coloration. A very nice and kind person will also be round shaped.
{ "triple1": { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple4": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple5": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple7": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple8": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple12": { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")" } }
{ "rule1": { "text": "If someone is cold and young and round then they are red.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is young then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is red then they are blue.", "representation": "(((\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule4": { "text": "If someone is cold and big and rough then they are red.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule5": { "text": "If someone is red and blue then they are green.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule6": { "text": "If someone is nice and kind then they are round.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Harry is round.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple10)]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q2": { "question": "Harry is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple12)]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, "Q3": { "question": "Fred is red.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple7) -> rule2))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Harry is not red.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple9) -> rule2))]", "representation": "(\"Harry\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Harry is blue.", "answer": "True", "QDep": 2, "QLen": "3", "strategy": "proof", "proofs": "[(((((triple9) -> rule2)) -> rule3))]", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Harry is not blue.", "answer": "False", "QDep": 2, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((((triple9) -> rule2)) -> rule3))]", "representation": "(\"Harry\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple9) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Harry is green.", "answer": "True", "QDep": 3, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple9) -> rule2) ((((triple9) -> rule2)) -> rule3)) -> rule5))]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9) -> (rule2 % int3)) ((((triple9) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not green.", "answer": "False", "QDep": 3, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple7) -> rule2) ((((triple7) -> rule2)) -> rule3)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7) -> (rule2 % int3)) ((((triple7) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is round.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is blue.[CWA. Example of deepest failure = (rule3 <- rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Eric is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is round.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is green.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is green.[CWA. Example of deepest failure = (rule5 <- rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "Harry is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "Q15": { "question": "Eric is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Bob is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is cold.[(triple3)] Bob is nice.[(triple2)] Bob is round.[(triple1)] Eric is big.[(triple6)] Eric is cold.[(triple5)] Eric is nice.[(triple4)] Fred is kind.[(triple8)] Fred is young.[(triple7)] Harry is nice.[(triple12)] Harry is rough.[(triple11)] Harry is round.[(triple10)] Harry is young.[(triple9)] @1: Fred is red.[(((triple7) -> rule2))] Harry is red.[(((triple9) -> rule2))] @2: Fred is blue.[(((((triple7) -> rule2)) -> rule3))] Harry is blue.[(((((triple9) -> rule2)) -> rule3))] @3: Fred is green.[(((((triple7) -> rule2) ((((triple7) -> rule2)) -> rule3)) -> rule5))] Harry is green.[(((((triple9) -> rule2) ((((triple9) -> rule2)) -> rule3)) -> rule5))]
[ { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is nice.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is round.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Harry is nice.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "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": "Fred is red.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is red.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is blue.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is blue.", "QDep": 2, "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is green.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7) -> (rule2 % int3)) ((((triple7) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, { "text": "Harry is green.", "QDep": 3, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9) -> (rule2 % int3)) ((((triple9) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Nice, but round, Bob has been said to be cold.", "sent2": "Eric who is big in stature is almost always nice even when he is cold.", "sent3": "Fred is so young and darling he is kind to all the old people on the block.", "sent4": "Young Harry is a round fellow: sometimes nice, sometimes rough.", "sent5": "Young, round, and cold people have a habit of looking pretty red.", "sent6": "It's a fact that young people are red people.", "sent7": "Red people feel blue about it.", "sent8": "When someone feels cold, while being big and rough, they always turn out to be red.", "sent9": "Anyone with red and blue coloration also has green coloration.", "sent10": "A very nice and kind person will also be round shaped.", "sent11": null }
AttNonegNatLang-OWA-88
3
12
6
Charlie is a nice and red, but very kind person as soon as you meet him. Dave is known to be rough and green. Eric is blue just like his dog. Eric is rough and round enough for the dog to use him as an exercise wheel. Gary is considered to be a rather nice person who is also described as being kind, green and big. Nice blue people are often rough. A kind red person is also a blue person. Almost all of the young blue and red people I have seen are big as well. I see it all the time, nice big people make equal a cold person. People who are rough and nice and blue can be round. People that are blue, cold, and big, are rather rough.
{ "triple1": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple10": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple11": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple12": { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")" } }
{ "rule1": { "text": "If someone is nice and blue then they are rough.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule2": { "text": "If someone is kind and red then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is young and blue and red then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "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 rough and nice and blue then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": { "text": "If someone is blue and cold and big then they are rough.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Charlie is red.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Gary is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple11)]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q3": { "question": "Gary is cold.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple9 triple12) -> rule4))]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple12) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not blue.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple3 triple1) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple1) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is rough.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple2 ((triple3 triple1) -> rule2)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple3 triple1) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not rough.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple2 ((triple3 triple1) -> rule2)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple3 triple1) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is round.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple2 ((triple3 triple1) -> rule2)) -> rule1) triple2 ((triple3 triple1) -> rule2)) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 ((triple3 triple1) -> (rule2 % int3))) -> (rule1 % int2)) triple2 ((triple3 triple1) -> (rule2 % int3))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not round.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple2 ((triple3 triple1) -> rule2)) -> rule1) triple2 ((triple3 triple1) -> rule2)) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2 ((triple3 triple1) -> (rule2 % int3))) -> (rule1 % int2)) triple2 ((triple3 triple1) -> (rule2 % int3))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is rough.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is rough.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "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 = (rule3 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is cold.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Eric is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")" }, "Q14": { "question": "Charlie is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "Eric is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Dave is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is kind.[(triple3)] Charlie is nice.[(triple2)] Charlie is red.[(triple1)] Dave is green.[(triple5)] Dave is rough.[(triple4)] Eric is blue.[(triple8)] Eric is rough.[(triple7)] Eric is round.[(triple6)] Gary is big.[(triple12)] Gary is green.[(triple11)] Gary is kind.[(triple10)] Gary is nice.[(triple9)] @1: Charlie is blue.[(((triple3 triple1) -> rule2))] Gary is cold.[(((triple9 triple12) -> rule4))] @2: Charlie is rough.[(((triple2 ((triple3 triple1) -> rule2)) -> rule1))] @3: Charlie is round.[(((((triple2 ((triple3 triple1) -> rule2)) -> rule1) triple2 ((triple3 triple1) -> rule2)) -> rule5))]
[ { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is big.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple1) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is cold.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple12) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is rough.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple3 triple1) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is round.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 ((triple3 triple1) -> (rule2 % int3))) -> (rule1 % int2)) triple2 ((triple3 triple1) -> (rule2 % int3))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Charlie is a nice and red, but very kind person as soon as you meet him.", "sent2": "Dave is known to be rough and green.", "sent3": "Eric is blue just like his dog; Eric is rough and round enough for the dog to use him as an exercise wheel.", "sent4": "Gary is considered to be a rather nice person who is also described as being kind, green and big.", "sent5": "Nice blue people are often rough.", "sent6": "A kind red person is also a blue person.", "sent7": "Almost all of the young blue and red people I have seen are big as well.", "sent8": "I see it all the time, nice big people make equal a cold person.", "sent9": "People who are rough and nice and blue can be round.", "sent10": "People that are blue, cold, and big, are rather rough.", "sent11": null }
AttNonegNatLang-OWA-1013
3
12
7
That guy Bob is big, but he's always kind to little ones. Charlie often feels a bit blue and tends to run on the cold side while also being very nice and red. Eric is a kind and red colored guy. Fred is a rough kind of Fellow, but described as a nice and kind Person, even though Fred is red. Young people who wear red lipstick are certainly kind. Because of circulation issues big people are often cold. If they are also green then they are certainly young. A green person that is cold is often considered to be red. Someone who is round like a dumpling and cold like an icicle are very young in age. A big person with cold, rough skin is going to be green as well. Someone that is red and blue because they are cold are also round. A young, cold person is often blue.
{ "triple1": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple2": { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")" }, "triple3": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple4": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple5": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple10": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple11": { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "triple12": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" } }
{ "rule1": { "text": "If someone is red and young then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule2": { "text": "If someone is cold and green and big then they are young.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule3": { "text": "If someone is green and cold then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is round and cold then they are young.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule5": { "text": "If someone is big and cold and rough then they are green.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule6": { "text": "If someone is blue and red and cold then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule7": { "text": "If someone is cold and young then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" } }
{ "Q1": { "question": "Fred is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple12)]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, "Q2": { "question": "Eric is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple8)]", "representation": "(\"Eric\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q3": { "question": "Charlie is round.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple6 triple3 triple5) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple3 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not round.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple6 triple3 triple5) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple3 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is young.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple6 triple3 triple5) -> rule6) triple5) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple3 triple5) -> (rule6 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not young.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple6 triple3 triple5) -> rule6) triple5) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple3 triple5) -> (rule6 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is kind.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple3 ((((triple6 triple3 triple5) -> rule6) triple5) -> rule4)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((((triple6 triple3 triple5) -> (rule6 % int3)) triple5) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not kind.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple3 ((((triple6 triple3 triple5) -> rule6) triple5) -> rule4)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((((triple6 triple3 triple5) -> (rule6 % int3)) triple5) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is blue.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Bob\" \"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 = (rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Fred is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")" }, "Q14": { "question": "Eric is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "Q15": { "question": "Eric is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"cold\" \"-\")" }, "Q16": { "question": "Fred is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is big.[(triple2)] Bob is kind.[(triple1)] Charlie is blue.[(triple6)] Charlie is cold.[(triple5)] Charlie is nice.[(triple4)] Charlie is red.[(triple3)] Eric is kind.[(triple8)] Eric is red.[(triple7)] Fred is kind.[(triple12)] Fred is nice.[(triple11)] Fred is red.[(triple10)] Fred is rough.[(triple9)] @1: Charlie is round.[(((triple6 triple3 triple5) -> rule6))] @2: Charlie is young.[(((((triple6 triple3 triple5) -> rule6) triple5) -> rule4))] @3: Charlie is kind.[(((triple3 ((((triple6 triple3 triple5) -> rule6) triple5) -> rule4)) -> rule1))]
[ { "text": "Bob is big.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple3 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is young.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple3 triple5) -> (rule6 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is kind.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((((triple6 triple3 triple5) -> (rule6 % int3)) triple5) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "That guy Bob is big, but he's always kind to little ones.", "sent2": "Charlie often feels a bit blue and tends to run on the cold side while also being very nice and red.", "sent3": "Eric is a kind and red colored guy.", "sent4": "Fred is a rough kind of Fellow, but described as a nice and kind Person, even though Fred is red.", "sent5": "Young people who wear red lipstick are certainly kind.", "sent6": "Because of circulation issues big people are often cold; If they are also green then they are certainly young.", "sent7": "A green person that is cold is often considered to be red.", "sent8": "Someone who is round like a dumpling and cold like an icicle are very young in age.", "sent9": "A big person with cold, rough skin is going to be green as well.", "sent10": "Someone that is red and blue because they are cold are also round.", "sent11": "A young, cold person is often blue." }
AttNonegNatLang-OWA-713
3
10
7
Alan is nice and kind. He is green with envy which makes him feel blue. Red Charlie is what folks call him, because he is quite red. Fred is blue from ink he spilled on himself while being kind and helping some children paint. Gary is interestingly colored red and blue, and is also very kind. This person is nice and young, also round, which makes them cold. I have found that blue, kind people are big. Rough people are often always nice. When a person's traits are to be big, blue and cold, they will also have a red trait. Nice people who are big are always cold because they can't find space near the heater. When you meet kind people they wont have a cold heart. A red and green colored person who is cold will be round shaped.
{ "triple1": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple2": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple3": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple6": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple7": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple9": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple10": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is young and nice and round then they are cold.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule2": { "text": "If someone is blue and kind then they are big.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is rough then they are nice.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule4": { "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\" \"+\"))" }, "rule5": { "text": "If someone is big and nice then they are cold.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule6": { "text": "If someone is kind then they are cold.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "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": "Gary is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Charlie is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple5)]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q3": { "question": "Gary is cold.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple9) -> rule6))]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Gary is not cold.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple9) -> rule6))]", "representation": "(\"Gary\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is red.", "answer": "True", "QDep": 2, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple4 triple2) -> rule2) ((triple2) -> rule6) triple4) -> rule4) OR ((((triple4 triple2) -> rule2) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple4) -> rule4))]", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple2) -> (rule2 % int3)) ((triple2) -> (rule6 % int2)) triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple4 triple2) -> (rule2 % int3)) ((((triple4 triple2) -> (rule2 % int3)) triple1) -> (rule5 % int2)) triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Fred is not red.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple7 triple6) -> rule2) ((triple6) -> rule6) triple7) -> rule4))]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple6) -> (rule2 % int3)) ((triple6) -> (rule6 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q7": { "question": "Alan is round.", "answer": "True", "QDep": 3, "QLen": "11", "strategy": "proof", "proofs": "[(((((((triple4 triple2) -> rule2) ((triple2) -> rule6) triple4) -> rule4) ((triple2) -> rule6) triple3) -> rule7) OR ((((((triple4 triple2) -> rule2) ((triple2) -> rule6) triple4) -> rule4) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple3) -> rule7) OR ((((((triple4 triple2) -> rule2) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple4) -> rule4) ((triple2) -> rule6) triple3) -> rule7) OR ((((((triple4 triple2) -> rule2) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple4) -> rule4) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple3) -> rule7))]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((triple2) -> (rule6 % int3)) triple4) -> (rule4 % int2)) ((triple2) -> (rule6 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((triple2) -> (rule6 % int3)) triple4) -> (rule4 % int2)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple4) -> (rule4 % int2)) ((triple2) -> (rule6 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple4) -> (rule4 % int2)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Alan is not round.", "answer": "False", "QDep": 3, "QLen": "11", "strategy": "inv-proof", "proofs": "[(((((((triple4 triple2) -> rule2) ((triple2) -> rule6) triple4) -> rule4) ((triple2) -> rule6) triple3) -> rule7) OR ((((((triple4 triple2) -> rule2) ((triple2) -> rule6) triple4) -> rule4) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple3) -> rule7) OR ((((((triple4 triple2) -> rule2) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple4) -> rule4) ((triple2) -> rule6) triple3) -> rule7) OR ((((((triple4 triple2) -> rule2) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple4) -> rule4) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple3) -> rule7))]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((triple2) -> (rule6 % int3)) triple4) -> (rule4 % int2)) ((triple2) -> (rule6 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((triple2) -> (rule6 % int3)) triple4) -> (rule4 % int2)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple4) -> (rule4 % int2)) ((triple2) -> (rule6 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple4) -> (rule4 % int2)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Gary is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Fred is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is round.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "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": "Fred is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "Alan is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")" }, "Q16": { "question": "Gary is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple4)] Alan is green.[(triple3)] Alan is kind.[(triple2)] Alan is nice.[(triple1)] Charlie is red.[(triple5)] Fred is blue.[(triple7)] Fred is kind.[(triple6)] Gary is blue.[(triple10)] Gary is kind.[(triple9)] Gary is red.[(triple8 OR ((((triple10 triple9) -> rule2) ((triple9) -> rule6) triple10) -> rule4))] @1: Alan is big.[(((triple4 triple2) -> rule2))] Alan is cold.[(((triple2) -> rule6) OR ((((triple4 triple2) -> rule2) triple1) -> rule5))] Fred is big.[(((triple7 triple6) -> rule2))] Fred is cold.[(((triple6) -> rule6))] Gary is big.[(((triple10 triple9) -> rule2))] Gary is cold.[(((triple9) -> rule6))] @2: Alan is red.[(((((triple4 triple2) -> rule2) ((triple2) -> rule6) triple4) -> rule4) OR ((((triple4 triple2) -> rule2) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple4) -> rule4))] Fred is red.[(((((triple7 triple6) -> rule2) ((triple6) -> rule6) triple7) -> rule4))] @3: Alan is round.[(((((((triple4 triple2) -> rule2) ((triple2) -> rule6) triple4) -> rule4) ((triple2) -> rule6) triple3) -> rule7) OR ((((((triple4 triple2) -> rule2) ((triple2) -> rule6) triple4) -> rule4) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple3) -> rule7) OR ((((((triple4 triple2) -> rule2) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple4) -> rule4) ((triple2) -> rule6) triple3) -> rule7) OR ((((((triple4 triple2) -> rule2) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple4) -> rule4) ((((triple4 triple2) -> rule2) triple1) -> rule5) triple3) -> rule7))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] }, { "representation": "((((triple10 triple9) -> (rule2 % int3)) ((triple9) -> (rule6 % int2)) triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, { "text": "Alan is big.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple2) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is cold.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple4 triple2) -> (rule2 % int2)) triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is big.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is cold.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is big.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is cold.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is red.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple2) -> (rule2 % int3)) ((triple2) -> (rule6 % int2)) triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple4 triple2) -> (rule2 % int3)) ((((triple4 triple2) -> (rule2 % int3)) triple1) -> (rule5 % int2)) triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, { "text": "Fred is red.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple6) -> (rule2 % int3)) ((triple6) -> (rule6 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, { "text": "Alan is round.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((triple2) -> (rule6 % int3)) triple4) -> (rule4 % int2)) ((triple2) -> (rule6 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((triple2) -> (rule6 % int3)) triple4) -> (rule4 % int2)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple4) -> (rule4 % int2)) ((triple2) -> (rule6 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple4 triple2) -> (rule2 % int4)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple4) -> (rule4 % int2)) ((((triple4 triple2) -> (rule2 % int4)) triple1) -> (rule5 % int3)) triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] } ]
{ "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": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": null, "triple12": null }
{ "sent1": "Alan is nice and kind; He is green with envy which makes him feel blue.", "sent2": "Red Charlie is what folks call him, because he is quite red.", "sent3": "Fred is blue from ink he spilled on himself while being kind and helping some children paint.", "sent4": "Gary is interestingly colored red and blue, and is also very kind.", "sent5": "This person is nice and young, also round, which makes them cold.", "sent6": "I have found that blue, kind people are big.", "sent7": "Rough people are often always nice.", "sent8": "When a person's traits are to be big, blue and cold, they will also have a red trait.", "sent9": "Nice people who are big are always cold because they can't find space near the heater.", "sent10": "When you meet kind people they wont have a cold heart.", "sent11": "A red and green colored person who is cold will be round shaped." }
AttNonegNatLang-OWA-749
3
10
7
Charlie is known to be rough and green. Dave, is a rather young, rough, and round person who is considered kind. Today however he is red from a sunburn and looks green after seeing some rather rotten trash. Even though he's a big dude, Harry is cold. Someone who is round in shape and green in color is usually cold. I see it all the time, nice big people make equal a cold person. If a person that is kind is big and blue they have to be young. You can count on someone who is red and green being young. Young people with red, flushed cheeks who are rough around the edges are really quite nice. You will discover that green rough people are always red. Big, red things tend to have a kind spirit to them.
{ "triple1": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple4": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple8": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "triple10": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is green and round then they are cold.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule2": { "text": "If someone is nice and big then they are cold.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule3": { "text": "If someone is blue and kind and big then they are young.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is red and green then they are young.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule5": { "text": "If someone is red and young and rough then they are nice.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule6": { "text": "If someone is green and rough then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule7": { "text": "If someone is red and big then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" } }
{ "Q1": { "question": "Dave is rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple5)]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q2": { "question": "Dave is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple7)]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q3": { "question": "Dave is nice.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple6 triple3 triple5) -> rule5) OR ((triple6 ((triple6 triple8) -> rule4) triple5) -> rule5) OR ((((triple8 triple5) -> rule6) triple3 triple5) -> rule5) OR ((((triple8 triple5) -> rule6) ((triple6 triple8) -> rule4) triple5) -> rule5) OR ((triple6 ((((triple8 triple5) -> rule6) triple8) -> rule4) triple5) -> rule5) OR ((((triple8 triple5) -> rule6) ((((triple8 triple5) -> rule6) triple8) -> rule4) triple5) -> rule5))]", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple3 triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple6 ((triple6 triple8) -> (rule4 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple8 triple5) -> (rule6 % int2)) triple3 triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple8 triple5) -> (rule6 % int3)) ((triple6 triple8) -> (rule4 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int3" } ] }, { "representation": "((triple6 ((((triple8 triple5) -> (rule6 % int3)) triple8) -> (rule4 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple8 triple5) -> (rule6 % int3)) ((((triple8 triple5) -> (rule6 % int3)) triple8) -> (rule4 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q4": { "question": "Charlie is not red.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple2 triple1) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is young.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple2 triple1) -> rule6) triple2) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple1) -> (rule6 % int2)) triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not young.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple2 triple1) -> rule6) triple2) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple1) -> (rule6 % int2)) triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is nice.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple2 triple1) -> rule6) ((((triple2 triple1) -> rule6) triple2) -> rule4) triple1) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple1) -> (rule6 % int3)) ((((triple2 triple1) -> (rule6 % int3)) triple2) -> (rule4 % int2)) triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not nice.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple2 triple1) -> rule6) ((((triple2 triple1) -> rule6) triple2) -> rule4) triple1) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple1) -> (rule6 % int3)) ((((triple2 triple1) -> (rule6 % int3)) triple2) -> (rule4 % int2)) triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Alan is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is red.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Harry is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is kind.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"rough\" \"-\")" }, "Q14": { "question": "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": "Harry is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Alan is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is green.[(triple2)] Charlie is rough.[(triple1)] Dave is green.[(triple8)] Dave is kind.[(triple7)] Dave is red.[(triple6 OR ((triple8 triple5) -> rule6))] Dave is rough.[(triple5)] Dave is round.[(triple4)] Dave is young.[(triple3 OR ((triple6 triple8) -> rule4) OR ((((triple8 triple5) -> rule6) triple8) -> rule4))] Harry is big.[(triple10)] Harry is cold.[(triple9)] @1: Charlie is red.[(((triple2 triple1) -> rule6))] Dave is cold.[(((triple8 triple4) -> rule1))] Dave is nice.[(((triple6 triple3 triple5) -> rule5) OR ((triple6 ((triple6 triple8) -> rule4) triple5) -> rule5) OR ((((triple8 triple5) -> rule6) triple3 triple5) -> rule5) OR ((((triple8 triple5) -> rule6) ((triple6 triple8) -> rule4) triple5) -> rule5) OR ((triple6 ((((triple8 triple5) -> rule6) triple8) -> rule4) triple5) -> rule5) OR ((((triple8 triple5) -> rule6) ((((triple8 triple5) -> rule6) triple8) -> rule4) triple5) -> rule5))] @2: Charlie is young.[(((((triple2 triple1) -> rule6) triple2) -> rule4))] @3: Charlie is nice.[(((((triple2 triple1) -> rule6) ((((triple2 triple1) -> rule6) triple2) -> rule4) triple1) -> rule5))]
[ { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] }, { "representation": "((triple8 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is young.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] }, { "representation": "((triple6 triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple8 triple5) -> (rule6 % int2)) triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is cold.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is nice.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple3 triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple6 ((triple6 triple8) -> (rule4 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple8 triple5) -> (rule6 % int2)) triple3 triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple8 triple5) -> (rule6 % int3)) ((triple6 triple8) -> (rule4 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int3" } ] }, { "representation": "((triple6 ((((triple8 triple5) -> (rule6 % int3)) triple8) -> (rule4 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple8 triple5) -> (rule6 % int3)) ((((triple8 triple5) -> (rule6 % int3)) triple8) -> (rule4 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, { "text": "Charlie is young.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple1) -> (rule6 % int2)) triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is nice.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple1) -> (rule6 % int3)) ((((triple2 triple1) -> (rule6 % int3)) triple2) -> (rule4 % int2)) triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent3", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": null, "triple12": null }
{ "sent1": "Charlie is known to be rough and green.", "sent2": "Dave, is a rather young, rough, and round person who is considered kind; Today however he is red from a sunburn and looks green after seeing some rather rotten trash.", "sent3": "Even though he's a big dude, Harry is cold.", "sent4": "Someone who is round in shape and green in color is usually cold.", "sent5": "I see it all the time, nice big people make equal a cold person.", "sent6": "If a person that is kind is big and blue they have to be young.", "sent7": "You can count on someone who is red and green being young.", "sent8": "Young people with red, flushed cheeks who are rough around the edges are really quite nice.", "sent9": "You will discover that green rough people are always red.", "sent10": "Big, red things tend to have a kind spirit to them.", "sent11": null }
AttNonegNatLang-OWA-1218
3
12
7
Although Alan is seen as nice and round, his days of playing football have made him quite rough. Bob is blue just like his dog. Bob is rough and round enough for the dog to use him as an exercise wheel. Dave is a red person who is round and also feels blue. Harry is a red person who is round and also feels blue. If a red person is cold and kind to others, they also tend to be blue. A person that is both green and red tends to be cold as well. Fat, round people who are green with envy and notoriously rough. Rough, round persons are also nice persons. Have you noticed that green and round folks are also so young. It is impossible for a nice person who is blue and red not to be rough. A blue and round human being will also be a green human being.
{ "triple1": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple8": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple9": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple10": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple12": { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" } }
{ "rule1": { "text": "If someone is cold and kind and red then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule2": { "text": "If someone is green and red then they are cold.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule3": { "text": "If someone is green and round then they are rough.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule4": { "text": "If someone is rough and round then they are nice.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "text": "If someone is green and round then they are young.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule6": { "text": "If someone is blue and red and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": { "text": "If someone is blue and round then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" } }
{ "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": "Dave is not blue.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple9)]", "representation": "(\"Dave\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q3": { "question": "Harry is green.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple12 triple10) -> rule7))]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12 triple10) -> (rule7 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Bob is not green.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple6 triple4) -> rule7))]", "representation": "(\"Bob\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4) -> (rule7 % int1))", "intermediates": [ { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is rough.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple9 triple7) -> rule7) triple7) -> rule3))]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9 triple7) -> (rule7 % int2)) triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Bob is not young.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple6 triple4) -> rule7) triple4) -> rule5))]", "representation": "(\"Bob\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple4) -> (rule7 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Harry is nice.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((((triple12 triple10) -> rule7) triple10) -> rule3) triple10) -> rule4))]", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple12 triple10) -> (rule7 % int3)) triple10) -> (rule3 % int2)) triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Harry is not nice.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((((triple12 triple10) -> rule7) triple10) -> rule3) triple10) -> rule4))]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple12 triple10) -> (rule7 % int3)) triple10) -> (rule3 % int2)) triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Alan is not young.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "inv-rconc", "proofs": "[@3: Alan is young.[CWA. Example of deepest failure = (rule5 <- rule7 <- rule1 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Alan is green.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Alan is green.[CWA. Example of deepest failure = (rule7 <- rule1 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is blue.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is cold.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")" }, "Q14": { "question": "Dave is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "Q15": { "question": "Harry is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Dave is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is nice.[(triple3 OR ((triple2 triple1) -> rule4))] Alan is rough.[(triple2)] Alan is round.[(triple1)] Bob is blue.[(triple6)] Bob is rough.[(triple5 OR ((((triple6 triple4) -> rule7) triple4) -> rule3))] Bob is round.[(triple4)] Dave is blue.[(triple9)] Dave is red.[(triple8)] Dave is round.[(triple7)] Harry is blue.[(triple12)] Harry is red.[(triple11)] Harry is round.[(triple10)] @1: Bob is green.[(((triple6 triple4) -> rule7))] Bob is nice.[(((triple5 triple4) -> rule4) OR ((((((triple6 triple4) -> rule7) triple4) -> rule3) triple4) -> rule4))] Dave is green.[(((triple9 triple7) -> rule7))] Harry is green.[(((triple12 triple10) -> rule7))] @2: Bob is young.[(((((triple6 triple4) -> rule7) triple4) -> rule5))] Dave is cold.[(((((triple9 triple7) -> rule7) triple8) -> rule2))] Dave is rough.[(((((triple9 triple7) -> rule7) triple7) -> rule3))] Dave is young.[(((((triple9 triple7) -> rule7) triple7) -> rule5))] Harry is cold.[(((((triple12 triple10) -> rule7) triple11) -> rule2))] Harry is rough.[(((((triple12 triple10) -> rule7) triple10) -> rule3))] Harry is young.[(((((triple12 triple10) -> rule7) triple10) -> rule5))] @3: Dave is nice.[(((((((triple9 triple7) -> rule7) triple7) -> rule3) triple7) -> rule4))] Harry is nice.[(((((((triple12 triple10) -> rule7) triple10) -> rule3) triple10) -> rule4))]
[ { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] }, { "representation": "((triple2 triple1) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is blue.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] }, { "representation": "((((triple6 triple4) -> (rule7 % int2)) triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Bob is round.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Harry is blue.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Bob is green.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4) -> (rule7 % int1))", "intermediates": [ { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is nice.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((((((triple6 triple4) -> (rule7 % int3)) triple4) -> (rule3 % int2)) triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, { "text": "Dave is green.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple7) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is green.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12 triple10) -> (rule7 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is young.", "QDep": 2, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple4) -> (rule7 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is cold.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9 triple7) -> (rule7 % int2)) triple8) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is rough.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9 triple7) -> (rule7 % int2)) triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is young.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9 triple7) -> (rule7 % int2)) triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is cold.", "QDep": 2, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple12 triple10) -> (rule7 % int2)) triple11) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is rough.", "QDep": 2, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple12 triple10) -> (rule7 % int2)) triple10) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is young.", "QDep": 2, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple12 triple10) -> (rule7 % int2)) triple10) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is nice.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple9 triple7) -> (rule7 % int3)) triple7) -> (rule3 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, { "text": "Harry is nice.", "QDep": 3, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple12 triple10) -> (rule7 % int3)) triple10) -> (rule3 % int2)) triple10) -> (rule4 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Although Alan is seen as nice and round, his days of playing football have made him quite rough.", "sent2": "Bob is blue just like his dog; Bob is rough and round enough for the dog to use him as an exercise wheel.", "sent3": "Dave is a red person who is round and also feels blue.", "sent4": "Harry is a red person who is round and also feels blue.", "sent5": "If a red person is cold and kind to others, they also tend to be blue.", "sent6": "A person that is both green and red tends to be cold as well.", "sent7": "Fat, round people who are green with envy and notoriously rough.", "sent8": "Rough, round persons are also nice persons.", "sent9": "Have you noticed that green and round folks are also so young.", "sent10": "It is impossible for a nice person who is blue and red not to be rough.", "sent11": "A blue and round human being will also be a green human being." }
AttNonegNatLang-OWA-418
3
9
5
Charlie is still young and round, but he is nice to everyone and kind to animals. Red Dave is what folks call him, because he is quite red. That Eric is a round, rough fellow, and he's nice, as well as big. People who are rough and green with envy are young. If you can find someone who is nice and red, then be relieved that they are certain to be kind. A person who is very round is nice but also quite rough. A young, cold person is often blue. If you meet a young and kind person who is also rough, they are cold, too.
{ "triple1": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple6": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple9": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is rough and green then they are young.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule2": { "text": "If someone is nice and red then they are kind.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule3": { "text": "If someone is round and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule4": { "text": "If someone is cold and young then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule5": { "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\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Charlie is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Charlie is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Charlie is rough.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple2 triple3) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not rough.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple2 triple3) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is cold.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple2 triple3) -> rule3) triple1 triple4) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple3) -> (rule3 % int2)) triple1 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not cold.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple2 triple3) -> rule3) triple1 triple4) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple3) -> (rule3 % int2)) triple1 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is blue.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((((((triple2 triple3) -> rule3) triple1 triple4) -> rule5) triple1) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple2 triple3) -> (rule3 % int3)) triple1 triple4) -> (rule5 % int2)) triple1) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not blue.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((((triple2 triple3) -> rule3) triple1 triple4) -> rule5) triple1) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple2 triple3) -> (rule3 % int3)) triple1 triple4) -> (rule5 % int2)) triple1) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Eric is not blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Eric is blue.[CWA. Example of deepest failure = (rule4 <- rule1 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Harry is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Harry is not cold.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Harry is cold.[CWA. Example of deepest failure = (rule5 <- rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Eric is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is young.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Eric is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")" }, "Q14": { "question": "Charlie is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "Q15": { "question": "Eric is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "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 kind.[(triple4)] Charlie is nice.[(triple3)] Charlie is round.[(triple2)] Charlie is young.[(triple1)] Dave is red.[(triple5)] Eric is big.[(triple9)] Eric is nice.[(triple8)] Eric is rough.[(triple7 OR ((triple6 triple8) -> rule3))] Eric is round.[(triple6)] @1: Charlie is rough.[(((triple2 triple3) -> rule3))] @2: Charlie is cold.[(((((triple2 triple3) -> rule3) triple1 triple4) -> rule5))] @3: Charlie is blue.[(((((((triple2 triple3) -> rule3) triple1 triple4) -> rule5) triple1) -> rule4))]
[ { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] }, { "representation": "((triple6 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is cold.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple3) -> (rule3 % int2)) triple1 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is blue.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple2 triple3) -> (rule3 % int3)) triple1 triple4) -> (rule5 % int2)) triple1) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": null, "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Charlie is still young and round, but he is nice to everyone and kind to animals.", "sent2": "Red Dave is what folks call him, because he is quite red.", "sent3": "That Eric is a round, rough fellow, and he's nice, as well as big.", "sent4": "People who are rough and green with envy are young.", "sent5": "If you can find someone who is nice and red, then be relieved that they are certain to be kind.", "sent6": "A person who is very round is nice but also quite rough.", "sent7": "A young, cold person is often blue.", "sent8": "If you meet a young and kind person who is also rough, they are cold, too.", "sent9": null, "sent10": null, "sent11": null }
AttNonegNatLang-OWA-630
3
10
6
Blue and green Charlie is so kind he snowplows the neighbors driveways and everyone thanks him with beer. For someone so round, Fred turns blue when he's cold. No wonder he's so rough and red with anger all the time. That man standing next to you with a big round body goes by the name of Harry. Someone who is round in shape and green in color is usually cold. In every case of people being kind and blue and green, we find they are concurrently nice. Young people with red skin that play rough are actually quite kind. If you meet a kind green person with a round shape they will also be young. Nice people are kind and rough when they are young. A blue individual that is kind and nice to others also has a rough appearance.
{ "triple1": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple2": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple8": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple10": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is green and round then they are cold.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule2": { "text": "If someone is kind and blue and green then they are nice.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule3": { "text": "If someone is young and rough and red then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule4": { "text": "If someone is kind and green and round then they are young.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule5": { "text": "If someone is nice and kind and rough then they are young.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule6": { "text": "If someone is kind and blue and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Fred is red.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Fred is not round.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple4)]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q3": { "question": "Charlie is nice.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple1 triple3 triple2) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 triple2) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not nice.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple1 triple3 triple2) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 triple2) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is rough.", "answer": "True", "QDep": 2, "QLen": "7", "strategy": "proof", "proofs": "[(((triple1 triple3 ((triple1 triple3 triple2) -> rule2)) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 ((triple1 triple3 triple2) -> (rule2 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not rough.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple1 triple3 ((triple1 triple3 triple2) -> rule2)) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 ((triple1 triple3 triple2) -> (rule2 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is young.", "answer": "True", "QDep": 3, "QLen": "13", "strategy": "proof", "proofs": "[(((((triple1 triple3 triple2) -> rule2) triple1 ((triple1 triple3 ((triple1 triple3 triple2) -> rule2)) -> rule6)) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1 triple3 triple2) -> (rule2 % int3)) triple1 ((triple1 triple3 ((triple1 triple3 triple2) -> (rule2 % int3))) -> (rule6 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not young.", "answer": "False", "QDep": 3, "QLen": "13", "strategy": "inv-proof", "proofs": "[(((((triple1 triple3 triple2) -> rule2) triple1 ((triple1 triple3 ((triple1 triple3 triple2) -> rule2)) -> rule6)) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple1 triple3 triple2) -> (rule2 % int3)) triple1 ((triple1 triple3 ((triple1 triple3 triple2) -> (rule2 % int3))) -> (rule6 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is nice.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Harry is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Fred is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is nice.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Fred is kind.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Fred is kind.[CWA. Example of deepest failure = (rule3 <- rule4 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"round\" \"-\")" }, "Q14": { "question": "Harry is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" }, "Q15": { "question": "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": "Charlie is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is blue.[(triple3)] Charlie is green.[(triple2)] Charlie is kind.[(triple1)] Fred is blue.[(triple8)] Fred is cold.[(triple7)] Fred is red.[(triple6)] Fred is rough.[(triple5)] Fred is round.[(triple4)] Harry is big.[(triple10)] Harry is round.[(triple9)] @1: Charlie is nice.[(((triple1 triple3 triple2) -> rule2))] @2: Charlie is rough.[(((triple1 triple3 ((triple1 triple3 triple2) -> rule2)) -> rule6))] @3: Charlie is young.[(((((triple1 triple3 triple2) -> rule2) triple1 ((triple1 triple3 ((triple1 triple3 triple2) -> rule2)) -> rule6)) -> rule5))]
[ { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 triple2) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is rough.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 ((triple1 triple3 triple2) -> (rule2 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is young.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1 triple3 triple2) -> (rule2 % int3)) triple1 ((triple1 triple3 ((triple1 triple3 triple2) -> (rule2 % int3))) -> (rule6 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent3", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Blue and green Charlie is so kind he snowplows the neighbors driveways and everyone thanks him with beer.", "sent2": "For someone so round, Fred turns blue when he's cold; No wonder he's so rough and red with anger all the time.", "sent3": "That man standing next to you with a big round body goes by the name of Harry.", "sent4": "Someone who is round in shape and green in color is usually cold.", "sent5": "In every case of people being kind and blue and green, we find they are concurrently nice.", "sent6": "Young people with red skin that play rough are actually quite kind.", "sent7": "If you meet a kind green person with a round shape they will also be young.", "sent8": "Nice people are kind and rough when they are young.", "sent9": "A blue individual that is kind and nice to others also has a rough appearance.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-143
3
11
7
Even though Bob is big and round, he is cold much of the time. Young, round Charlie is green and very cold, but also nice. My friend Dave is very young. People say he is nice for having a round shape. Because someone is green and kind they are extremely nice to people. A nice person who is always seen to be wearing green clothes will be rather big in size. When someone feels cold, while being big and rough, they always turn out to be red. You can count on someone who is red and green being young. Anyone who's got young, round and big traits is bound to have a red trait, too. John is round and rough, meaning that he is someone that is seen as green. People who are cold and and red are also young and kind.
{ "triple1": { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple3": { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")" }, "triple4": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple5": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple6": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple7": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple9": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is green and kind then they are nice.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule2": { "text": "If someone is green and nice then they are big.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is cold and big and rough then they are red.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is red and green then they are young.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule5": { "text": "If someone is young and big and round then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is round and rough then they are green.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": { "text": "If someone is red and young and cold then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" } }
{ "Q1": { "question": "Dave is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Charlie is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6)]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q3": { "question": "Charlie is big.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple7 triple6) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not big.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple7 triple6) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is red.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple4 ((triple7 triple6) -> rule2) triple5) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple7 triple6) -> (rule2 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not red.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple7 triple6) -> rule2) triple5) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple7 triple6) -> (rule2 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is kind.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((triple4 ((triple7 triple6) -> rule2) triple5) -> rule5) triple4 triple8) -> rule7))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple7 triple6) -> (rule2 % int3)) triple5) -> (rule5 % int2)) triple4 triple8) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not kind.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((triple4 ((triple7 triple6) -> rule2) triple5) -> rule5) triple4 triple8) -> rule7))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple7 triple6) -> (rule2 % int3)) triple5) -> (rule5 % int2)) triple4 triple8) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Fred is big.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Fred is nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Fred is nice.[CWA. Example of deepest failure = (rule1 <- rule6 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is kind.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is nice.[CWA. Example of deepest failure = (rule1 <- rule6 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "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\" \"-\")" }, "Q14": { "question": "Bob is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "Q15": { "question": "Bob is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Dave is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is big.[(triple3)] Bob is cold.[(triple2)] Bob is round.[(triple1)] Charlie is cold.[(triple8)] Charlie is green.[(triple7)] Charlie is nice.[(triple6)] Charlie is round.[(triple5)] Charlie is young.[(triple4)] Dave is nice.[(triple11)] Dave is round.[(triple10)] Dave is young.[(triple9)] @1: Charlie is big.[(((triple7 triple6) -> rule2))] @2: Charlie is red.[(((triple4 ((triple7 triple6) -> rule2) triple5) -> rule5))] @3: Charlie is kind.[(((((triple4 ((triple7 triple6) -> rule2) triple5) -> rule5) triple4 triple8) -> rule7))]
[ { "text": "Bob is big.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is round.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Dave is young.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is red.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple7 triple6) -> (rule2 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is kind.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple7 triple6) -> (rule2 % int3)) triple5) -> (rule5 % int2)) triple4 triple8) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent3", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": "sent3", "triple12": null }
{ "sent1": "Even though Bob is big and round, he is cold much of the time.", "sent2": "Young, round Charlie is green and very cold, but also nice.", "sent3": "My friend Dave is very young; People say he is nice for having a round shape.", "sent4": "Because someone is green and kind they are extremely nice to people.", "sent5": "A nice person who is always seen to be wearing green clothes will be rather big in size.", "sent6": "When someone feels cold, while being big and rough, they always turn out to be red.", "sent7": "You can count on someone who is red and green being young.", "sent8": "Anyone who's got young, round and big traits is bound to have a red trait, too.", "sent9": "John is round and rough, meaning that he is someone that is seen as green.", "sent10": "People who are cold and and red are also young and kind.", "sent11": null }
AttNonegNatLang-OWA-394
3
10
7
Alan is a person both green and big. That rough but kind guy is Charlie, the green one. Even though Eric is green with envy he is nice with rosy red cheeks. Because Fred gets cold easily he tends to appear round from bundling up. Surprisingly, all the kind, green people were also big. People who are round, blue and cold are usually nice. A quite nice person will certainly be red. A green and quite rough person will also be blue. People that are big but also green, may ultimately be very nice. Young people are rough. A person who is young and cold and green is kind.
{ "triple1": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple2": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple3": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple8": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple10": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is kind and green then they are big.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is 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 nice then they are red.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is rough and green then they are blue.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule5": { "text": "If someone is big and green then they are nice.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule6": { "text": "If someone is young then they are rough.", "representation": "(((\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": { "text": "If someone is green and young and cold then they are kind.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" } }
{ "Q1": { "question": "Alan is big.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q2": { "question": "Eric is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6 OR ((triple7) -> rule3))]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] }, { "representation": "((triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q3": { "question": "Alan is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple2 triple1) -> rule5))]", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not big.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple4 triple5) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple5) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is nice.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple4 triple5) -> rule1) triple5) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple5) -> (rule1 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not nice.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple4 triple5) -> rule1) triple5) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple5) -> (rule1 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is red.", "answer": "True", "QDep": 3, "QLen": "6", "strategy": "proof", "proofs": "[(((((((triple4 triple5) -> rule1) triple5) -> rule5)) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple5) -> (rule1 % int3)) triple5) -> (rule5 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not red.", "answer": "False", "QDep": 3, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((((triple4 triple5) -> rule1) triple5) -> rule5)) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple5) -> (rule1 % int3)) triple5) -> (rule5 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Eric is not blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Eric is blue.[CWA. Example of deepest failure = (rule4 <- rule6 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Fred is blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Fred is not red.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "inv-rconc", "proofs": "[@3: Fred is red.[CWA. Example of deepest failure = (rule3 <- rule2 <- rule4 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Eric is big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Eric is big.[CWA. Example of deepest failure = (rule1 <- rule7 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Eric is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "Q15": { "question": "Fred is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Charlie is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is big.[(triple2)] Alan is green.[(triple1)] Charlie is green.[(triple5)] Charlie is kind.[(triple4)] Charlie is rough.[(triple3)] Eric is green.[(triple8)] Eric is nice.[(triple7)] Eric is red.[(triple6 OR ((triple7) -> rule3))] Fred is cold.[(triple10)] Fred is round.[(triple9)] @1: Alan is nice.[(((triple2 triple1) -> rule5))] Charlie is big.[(((triple4 triple5) -> rule1))] Charlie is blue.[(((triple3 triple5) -> rule4))] @2: Alan is red.[(((((triple2 triple1) -> rule5)) -> rule3))] Charlie is nice.[(((((triple4 triple5) -> rule1) triple5) -> rule5))] @3: Charlie is red.[(((((((triple4 triple5) -> rule1) triple5) -> rule5)) -> rule3))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] }, { "representation": "((triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is big.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple5) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is blue.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is red.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple1) -> (rule5 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is nice.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple5) -> (rule1 % int2)) triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is red.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple4 triple5) -> (rule1 % int3)) triple5) -> (rule5 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "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": null, "triple12": null }
{ "sent1": "Alan is a person both green and big.", "sent2": "That rough but kind guy is Charlie, the green one.", "sent3": "Even though Eric is green with envy he is nice with rosy red cheeks.", "sent4": "Because Fred gets cold easily he tends to appear round from bundling up.", "sent5": "Surprisingly, all the kind, green people were also big.", "sent6": "People who are round, blue and cold are usually nice.", "sent7": "A quite nice person will certainly be red.", "sent8": "A green and quite rough person will also be blue.", "sent9": "People that are big but also green, may ultimately be very nice.", "sent10": "Young people are rough.", "sent11": "A person who is young and cold and green is kind." }
AttNonegNatLang-OWA-1432
3
7
7
Bob is known to be rough and green. As much as Charlie is nice, he is also cold and often feels blue. Even though he's a big dude, Fred is cold. Whoever is rough and red must be kind. Anyone that's rough and cold is also going to be blue. Kind and blue people,though young,tend to be big. People,though rough and red,tend to be cold too. Blue people who are big tend to be rough. You will discover that green rough people are always red. Someone who's young and frosty cold are actually very nice.
{ "triple1": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple6": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple8": null, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is rough and red then they are kind.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule2": { "text": "If someone is cold and rough then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is kind and blue and young then they are big.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is rough and red then they are cold.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is blue and big then they are rough.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule6": { "text": "If someone is green and rough then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule7": { "text": "If someone is young and cold then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" } }
{ "Q1": { "question": "Charlie is cold.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Fred is not cold.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6)]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q3": { "question": "Bob is red.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple2 triple1) -> rule6))]", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Bob is not red.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple2 triple1) -> rule6))]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Bob is cold.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple1 ((triple2 triple1) -> rule6)) -> rule4))]", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple2 triple1) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Bob is not cold.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple1 ((triple2 triple1) -> rule6)) -> rule4))]", "representation": "(\"Bob\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple2 triple1) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Bob is blue.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple1 ((triple2 triple1) -> rule6)) -> rule4) triple1) -> rule2))]", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1 ((triple2 triple1) -> (rule6 % int3))) -> (rule4 % int2)) triple1) -> (rule2 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Bob is not blue.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple1 ((triple2 triple1) -> rule6)) -> rule4) triple1) -> rule2))]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple1 ((triple2 triple1) -> (rule6 % int3))) -> (rule4 % int2)) triple1) -> (rule2 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not kind.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Fred is kind.[CWA. Example of deepest failure = (rule1 <- rule6 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Fred is not blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Fred is blue.[CWA. Example of deepest failure = (rule2 <- rule5 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is nice.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Gary is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "Q15": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Charlie is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is green.[(triple2)] Bob is rough.[(triple1)] Charlie is blue.[(triple5)] Charlie is cold.[(triple4)] Charlie is nice.[(triple3)] Fred is big.[(triple7)] Fred is cold.[(triple6)] @1: Bob is red.[(((triple2 triple1) -> rule6))] @2: Bob is cold.[(((triple1 ((triple2 triple1) -> rule6)) -> rule4))] Bob is kind.[(((triple1 ((triple2 triple1) -> rule6)) -> rule1))] @3: Bob is blue.[(((((triple1 ((triple2 triple1) -> rule6)) -> rule4) triple1) -> rule2))]
[ { "text": "Bob is green.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is cold.", "QDep": 2, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple2 triple1) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Bob is kind.", "QDep": 2, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple2 triple1) -> (rule6 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Bob is blue.", "QDep": 3, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1 ((triple2 triple1) -> (rule6 % int3))) -> (rule4 % int2)) triple1) -> (rule2 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": null, "triple9": null, "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": null, "triple12": null }
{ "sent1": "Bob is known to be rough and green.", "sent2": "As much as Charlie is nice, he is also cold and often feels blue.", "sent3": "Even though he's a big dude, Fred is cold.", "sent4": "Whoever is rough and red must be kind.", "sent5": "Anyone that's rough and cold is also going to be blue.", "sent6": "Kind and blue people,though young,tend to be big.", "sent7": "People,though rough and red,tend to be cold too.", "sent8": "Blue people who are big tend to be rough.", "sent9": "You will discover that green rough people are always red.", "sent10": "Someone who's young and frosty cold are actually very nice.", "sent11": null }
AttNonegNatLang-OWA-644
3
11
7
Alan is nice, even when he is rough and red with anger. To the touch Dave has rough, cold skin. Eric is nice, even when he is rough and red with anger. Nice, but round, Gary has been said to be cold. People that tend to be big and green also tend to be cold. A big round person is nice. A green and blue colored person who is young will certainly be big. Nice people that are colored red and green are always round. When you know someone who's red, rough and nice, you'll also see that they're cold. A person with the qualities of being cold and being red will also be a person that is green. An individual who is big and nice is also green.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple9": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple10": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple11": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is big and green then they are cold.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule2": { "text": "If someone is round and big then they are nice.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule3": { "text": "If someone is green and young and blue then they are big.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "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\" \"+\"))" }, "rule5": { "text": "If someone is nice and red and rough then they are cold.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule6": { "text": "If someone is cold and red then they are green.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": { "text": "If someone is big and nice then they are green.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" } }
{ "Q1": { "question": "Eric is rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Eric is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple7)]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q3": { "question": "Eric is cold.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple8 triple7 triple6) -> rule5))]", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7 triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not cold.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple3 triple2 triple1) -> rule5))]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2 triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is green.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple8 triple7 triple6) -> rule5) triple7) -> rule6))]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7 triple6) -> (rule5 % int2)) triple7) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not green.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple3 triple2 triple1) -> rule5) triple2) -> rule6))]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple2 triple1) -> (rule5 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is round.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((((triple3 triple2 triple1) -> rule5) triple2) -> rule6) triple2 triple3) -> rule4))]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple3 triple2 triple1) -> (rule5 % int3)) triple2) -> (rule6 % int2)) triple2 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not round.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((((triple3 triple2 triple1) -> rule5) triple2) -> rule6) triple2 triple3) -> rule4))]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple3 triple2 triple1) -> (rule5 % int3)) triple2) -> (rule6 % int2)) triple2 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Gary is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is green.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is green.[CWA. Example of deepest failure = (rule7 <- rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Dave is nice.[CWA. Example of deepest failure = (rule2 <- rule4 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Alan is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "Q15": { "question": "Gary is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Dave is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is nice.[(triple3)] Alan is red.[(triple2)] Alan is rough.[(triple1)] Dave is cold.[(triple5)] Dave is rough.[(triple4)] Eric is nice.[(triple8)] Eric is red.[(triple7)] Eric is rough.[(triple6)] Gary is cold.[(triple11)] Gary is nice.[(triple10)] Gary is round.[(triple9)] @1: Alan is cold.[(((triple3 triple2 triple1) -> rule5))] Eric is cold.[(((triple8 triple7 triple6) -> rule5))] @2: Alan is green.[(((((triple3 triple2 triple1) -> rule5) triple2) -> rule6))] Eric is green.[(((((triple8 triple7 triple6) -> rule5) triple7) -> rule6))] @3: Alan is round.[(((((((triple3 triple2 triple1) -> rule5) triple2) -> rule6) triple2 triple3) -> rule4))] Eric is round.[(((((((triple8 triple7 triple6) -> rule5) triple7) -> rule6) triple7 triple8) -> rule4))]
[ { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "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": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Alan is cold.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2 triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is cold.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7 triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is green.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple2 triple1) -> (rule5 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is green.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7 triple6) -> (rule5 % int2)) triple7) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is round.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple3 triple2 triple1) -> (rule5 % int3)) triple2) -> (rule6 % int2)) triple2 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, { "text": "Eric is round.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple8 triple7 triple6) -> (rule5 % int3)) triple7) -> (rule6 % int2)) triple7 triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Alan is nice, even when he is rough and red with anger.", "sent2": "To the touch Dave has rough, cold skin.", "sent3": "Eric is nice, even when he is rough and red with anger.", "sent4": "Nice, but round, Gary has been said to be cold.", "sent5": "People that tend to be big and green also tend to be cold.", "sent6": "A big round person is nice.", "sent7": "A green and blue colored person who is young will certainly be big.", "sent8": "Nice people that are colored red and green are always round.", "sent9": "When you know someone who's red, rough and nice, you'll also see that they're cold.", "sent10": "A person with the qualities of being cold and being red will also be a person that is green.", "sent11": "An individual who is big and nice is also green." }
AttNonegNatLang-OWA-1319
3
9
7
Bob was born only a few years ago so he is young. Gary is a young man is who big and round. He is very kind and never someone who is cold and blue. To the touch Harry has rough, cold skin. A nice and blue person who's also red will be a rough person. Young people tend to rough and nice, but they are also red. A big person who is kind and nice is usually red because their prone to blushing. Someone blue and red is definitely round and dressed as a clown. People who have a big shape while they are young are found to be nice. If you find that someone has rough blue skin they are always kind. Invariably, any young person whose skin appears rough and green is bound to be quite big.
{ "triple1": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "triple3": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple4": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")" }, "triple8": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple9": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is blue and nice and red then they are rough.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule2": { "text": "If someone is young and rough and nice then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is kind and nice and big then they are red.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is blue and red then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule5": { "text": "If someone is young and big then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule6": { "text": "If someone is rough and blue then they are kind.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule7": { "text": "If someone is young and green and rough then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" } }
{ "Q1": { "question": "Gary is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Gary is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Gary\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Gary is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple2 triple7) -> rule5))]", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Gary is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple2 triple7) -> rule5))]", "representation": "(\"Gary\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Gary is red.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple4 ((triple2 triple7) -> rule5) triple7) -> rule3))]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple2 triple7) -> (rule5 % int2)) triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Gary is not red.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple2 triple7) -> rule5) triple7) -> rule3))]", "representation": "(\"Gary\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple2 triple7) -> (rule5 % int2)) triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Gary is rough.", "answer": "True", "QDep": 3, "QLen": "11", "strategy": "proof", "proofs": "[(((triple6 ((triple2 triple7) -> rule5) ((triple4 ((triple2 triple7) -> rule5) triple7) -> rule3)) -> rule1))]", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple2 triple7) -> (rule5 % int3)) ((triple4 ((triple2 triple7) -> (rule5 % int3)) triple7) -> (rule3 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Gary is not rough.", "answer": "False", "QDep": 3, "QLen": "11", "strategy": "inv-proof", "proofs": "[(((triple6 ((triple2 triple7) -> rule5) ((triple4 ((triple2 triple7) -> rule5) triple7) -> rule3)) -> rule1))]", "representation": "(\"Gary\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple2 triple7) -> (rule5 % int3)) ((triple4 ((triple2 triple7) -> (rule5 % int3)) triple7) -> (rule3 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Harry is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "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\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Fred is not red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Fred is red.[CWA. Example of deepest failure = (rule3 <- rule6 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "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": "Harry is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Bob is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is young.[(triple1)] Gary is big.[(triple7)] Gary is blue.[(triple6)] Gary is cold.[(triple5)] Gary is kind.[(triple4)] Gary is round.[(triple3 OR ((triple6 ((triple4 ((triple2 triple7) -> rule5) triple7) -> rule3)) -> rule4))] Gary is young.[(triple2)] Harry is cold.[(triple9)] Harry is rough.[(triple8)] @1: Gary is nice.[(((triple2 triple7) -> rule5))] @2: Gary is red.[(((triple4 ((triple2 triple7) -> rule5) triple7) -> rule3))] @3: Gary is rough.[(((triple6 ((triple2 triple7) -> rule5) ((triple4 ((triple2 triple7) -> rule5) triple7) -> rule3)) -> rule1))]
[ { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Gary is big.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] }, { "representation": "((triple6 ((triple4 ((triple2 triple7) -> (rule5 % int3)) triple7) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, { "text": "Gary is young.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is red.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple2 triple7) -> (rule5 % int2)) triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is rough.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple2 triple7) -> (rule5 % int3)) ((triple4 ((triple2 triple7) -> (rule5 % int3)) triple7) -> (rule3 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "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 was born only a few years ago so he is young.", "sent2": "Gary is a young man is who big and round; He is very kind and never someone who is cold and blue.", "sent3": "To the touch Harry has rough, cold skin.", "sent4": "A nice and blue person who's also red will be a rough person.", "sent5": "Young people tend to rough and nice, but they are also red.", "sent6": "A big person who is kind and nice is usually red because their prone to blushing.", "sent7": "Someone blue and red is definitely round and dressed as a clown.", "sent8": "People who have a big shape while they are young are found to be nice.", "sent9": "If you find that someone has rough blue skin they are always kind.", "sent10": "Invariably, any young person whose skin appears rough and green is bound to be quite big.", "sent11": null }
AttNonegNatLang-OWA-1448
3
12
6
When you talk about Bob, the first thing you notice is his rough and cold demeanor and then when you talk to him you find out how very nice he really is to everyone. Being so young, Eric is rough during play, even though he is nice. He is big for his age and has blue eyes. Gary, like all young people, is nice. Harry is a kind and red colored guy. If people are nice and round, they look red. A round person who is nice and feelin cold is usually rough in apperance. I've noticed that kind people are also big. A downhearted blue person who is kind is round. If someone is young at heart and has big toes as well as being nice to others then you'll see that they are also kind to children. I've noticed that big people with blue and green skin tend to be young.
{ "triple1": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple4": { "text": "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": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple9": { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple11": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple12": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" } }
{ "rule1": { "text": "If someone is nice and round then they are red.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is round and nice and cold then they are rough.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule3": { "text": "If someone is kind then they are big.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is kind and blue then they are round.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule5": { "text": "If someone is young and big and nice then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule6": { "text": "If someone is green and big and blue then they are young.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Eric is big.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple8)]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q2": { "question": "Bob is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Bob\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Harry is big.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple12) -> rule3))]", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Harry is not big.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple12) -> rule3))]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple12) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is round.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple4 triple8 triple6) -> rule5) triple7) -> rule4))]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple8 triple6) -> (rule5 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not round.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple4 triple8 triple6) -> rule5) triple7) -> rule4))]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple8 triple6) -> (rule5 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is red.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple6 ((((triple4 triple8 triple6) -> rule5) triple7) -> rule4)) -> rule1))]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((((triple4 triple8 triple6) -> (rule5 % int3)) triple7) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Eric is not red.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple6 ((((triple4 triple8 triple6) -> rule5) triple7) -> rule4)) -> rule1))]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((((triple4 triple8 triple6) -> (rule5 % int3)) triple7) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Harry is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is kind.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is kind.[CWA. Example of deepest failure = (rule5 <- rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")" }, "Q14": { "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\" \"+\")" }, "Q15": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Harry is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is cold.[(triple3)] Bob is nice.[(triple2)] Bob is rough.[(triple1)] Eric is big.[(triple8)] Eric is blue.[(triple7)] Eric is nice.[(triple6)] Eric is rough.[(triple5)] Eric is young.[(triple4)] Gary is nice.[(triple10)] Gary is young.[(triple9)] Harry is kind.[(triple12)] Harry is red.[(triple11)] @1: Eric is kind.[(((triple4 triple8 triple6) -> rule5))] Harry is big.[(((triple12) -> rule3))] @2: Eric is round.[(((((triple4 triple8 triple6) -> rule5) triple7) -> rule4))] @3: Eric is red.[(((triple6 ((((triple4 triple8 triple6) -> rule5) triple7) -> rule4)) -> rule1))]
[ { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is nice.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "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": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is young.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple8 triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is big.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is round.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple8 triple6) -> (rule5 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is red.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((((triple4 triple8 triple6) -> (rule5 % int3)) triple7) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "When you talk about Bob, the first thing you notice is his rough and cold demeanor and then when you talk to him you find out how very nice he really is to everyone.", "sent2": "Being so young, Eric is rough during play, even though he is nice; He is big for his age and has blue eyes.", "sent3": "Gary, like all young people, is nice.", "sent4": "Harry is a kind and red colored guy.", "sent5": "If people are nice and round, they look red.", "sent6": "A round person who is nice and feelin cold is usually rough in apperance.", "sent7": "I've noticed that kind people are also big.", "sent8": "A downhearted blue person who is kind is round.", "sent9": "If someone is young at heart and has big toes as well as being nice to others then you'll see that they are also kind to children.", "sent10": "I've noticed that big people with blue and green skin tend to be young.", "sent11": null }
AttNonegNatLang-OWA-1679
3
10
7
From a certain angle Dave is blue but he is young so maybe that will go away. Eric is a very rough person. As expected, he's also a very cold and big individual. Fred has become rough with permanent red skin from working outdoors for so many years. He always feels cold. He is kind to both people and animals. Gary always goes out of his way to show that he is kind to people. A green, inexperienced person with a round shape who is kind to others gets very red when in the sun. A round person who is cold is big. A big person with cold, rough skin is going to be green as well. Everyone knows that if you are cold, kind, and big, it goes without saying that you are round. People who are rough are often rather kind as well. If someone is kind, green, and round sized, then they are typically nice people. Somebody having round, cold and kind traits is also sure to be young.
{ "triple1": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple3": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple10": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is green and round and kind then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is cold and round then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is big and cold and rough then they are green.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is cold and kind and big then they are round.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule5": { "text": "If someone is rough then they are kind.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule6": { "text": "If someone is kind and green and round then they are nice.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule7": { "text": "If someone is round and kind and cold then they are young.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" } }
{ "Q1": { "question": "Eric is cold.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Gary is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple10)]", "representation": "(\"Gary\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q3": { "question": "Eric is kind.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple3) -> rule5))]", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Eric is not kind.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple3) -> rule5))]", "representation": "(\"Eric\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is round.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple4 ((triple3) -> rule5) triple5) -> rule4))]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple3) -> (rule5 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not round.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple3) -> rule5) triple5) -> rule4))]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple3) -> (rule5 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is nice.", "answer": "True", "QDep": 3, "QLen": "12", "strategy": "proof", "proofs": "[(((((triple3) -> rule5) ((triple5 triple4 triple3) -> rule3) ((triple4 ((triple3) -> rule5) triple5) -> rule4)) -> rule6))]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule5 % int4)) ((triple5 triple4 triple3) -> (rule3 % int3)) ((triple4 ((triple3) -> (rule5 % int4)) triple5) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Eric is not nice.", "answer": "False", "QDep": 3, "QLen": "12", "strategy": "inv-proof", "proofs": "[(((((triple3) -> rule5) ((triple5 triple4 triple3) -> rule3) ((triple4 ((triple3) -> rule5) triple5) -> rule4)) -> rule6))]", "representation": "(\"Eric\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule5 % int4)) ((triple5 triple4 triple3) -> (rule3 % int3)) ((triple4 ((triple3) -> (rule5 % int4)) triple5) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Dave is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Dave is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is kind.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Fred is not big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Fred is big.[CWA. Example of deepest failure = (rule2 <- rule4 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Dave is nice.[CWA. Example of deepest failure = (rule6 <- rule5 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"-\")" }, "Q14": { "question": "Gary is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "Q15": { "question": "Fred is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Eric is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Dave is blue.[(triple2)] Dave is young.[(triple1)] Eric is big.[(triple5)] Eric is cold.[(triple4)] Eric is rough.[(triple3)] Fred is cold.[(triple9)] Fred is kind.[(triple8 OR ((triple6) -> rule5))] Fred is red.[(triple7)] Fred is rough.[(triple6)] Gary is kind.[(triple10)] @1: Eric is green.[(((triple5 triple4 triple3) -> rule3))] Eric is kind.[(((triple3) -> rule5))] @2: Eric is round.[(((triple4 ((triple3) -> rule5) triple5) -> rule4))] @3: Eric is nice.[(((((triple3) -> rule5) ((triple5 triple4 triple3) -> rule3) ((triple4 ((triple3) -> rule5) triple5) -> rule4)) -> rule6))] Eric is red.[(((((triple5 triple4 triple3) -> rule3) ((triple4 ((triple3) -> rule5) triple5) -> rule4) ((triple3) -> rule5)) -> rule1))] Eric is young.[(((((triple4 ((triple3) -> rule5) triple5) -> rule4) ((triple3) -> rule5) triple4) -> rule7))]
[ { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Dave is young.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] }, { "representation": "((triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is kind.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is round.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple3) -> (rule5 % int2)) triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is nice.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule5 % int4)) ((triple5 triple4 triple3) -> (rule3 % int3)) ((triple4 ((triple3) -> (rule5 % int4)) triple5) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] }, { "text": "Eric is red.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4 triple3) -> (rule3 % int4)) ((triple4 ((triple3) -> (rule5 % int3)) triple5) -> (rule4 % int2)) ((triple3) -> (rule5 % int3))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] }, { "text": "Eric is young.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple3) -> (rule5 % int3)) triple5) -> (rule4 % int2)) ((triple3) -> (rule5 % int3)) triple4) -> (rule7 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": null, "triple12": null }
{ "sent1": "From a certain angle Dave is blue but he is young so maybe that will go away.", "sent2": "Eric is a very rough person; As expected, he's also a very cold and big individual.", "sent3": "Fred has become rough with permanent red skin from working outdoors for so many years; He always feels cold; He is kind to both people and animals.", "sent4": "Gary always goes out of his way to show that he is kind to people.", "sent5": "A green, inexperienced person with a round shape who is kind to others gets very red when in the sun.", "sent6": "A round person who is cold is big.", "sent7": "A big person with cold, rough skin is going to be green as well.", "sent8": "Everyone knows that if you are cold, kind, and big, it goes without saying that you are round.", "sent9": "People who are rough are often rather kind as well.", "sent10": "If someone is kind, green, and round sized, then they are typically nice people.", "sent11": "Somebody having round, cold and kind traits is also sure to be young." }
AttNonegNatLang-OWA-191
4
9
7
Alan is known to be rough and green. Young, red Charlie is nice. Harry is too young to be so big. Some say he is too green to be so blue as well. Most young, green people are kind and because of this they are round. A person that is blue green and nice are that way because they are still young. Red and round people are nice to others even though they are big. A green colored person will be young and also kind. A person who exhibits nice, kind and cold characteristics will also be a rough person. A person with the qualities of being cold and being red will also be a person that is green. A nice and young aged person will definitely be green in color.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple4": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple5": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple6": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is green and young and kind then they are round.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "text": "If someone is blue and green and nice then they are young.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule3": { "text": "If someone is nice and round and red then they are big.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is green and young then they are kind.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule5": { "text": "If someone is kind and nice and cold then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule6": { "text": "If someone is cold and red then they are green.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": { "text": "If someone is nice and young then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" } }
{ "Q1": { "question": "Charlie is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple5)]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "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": "Harry is kind.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple7 triple6) -> rule4))]", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not green.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple5 triple3) -> rule7))]", "representation": "(\"Charlie\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is kind.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple5 triple3) -> rule7) triple3) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple3) -> (rule7 % int2)) triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Harry is not round.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple7 triple6 ((triple7 triple6) -> rule4)) -> rule1))]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6 ((triple7 triple6) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is round.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple5 triple3) -> rule7) triple3 ((((triple5 triple3) -> rule7) triple3) -> rule4)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple3) -> (rule7 % int3)) triple3 ((((triple5 triple3) -> (rule7 % int3)) triple3) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not round.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple5 triple3) -> rule7) triple3 ((((triple5 triple3) -> rule7) triple3) -> rule4)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple3) -> (rule7 % int3)) triple3 ((((triple5 triple3) -> (rule7 % int3)) triple3) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Charlie is big.", "answer": "True", "QDep": 4, "QLen": "13", "strategy": "proof", "proofs": "[(((triple5 ((((triple5 triple3) -> rule7) triple3 ((((triple5 triple3) -> rule7) triple3) -> rule4)) -> rule1) triple4) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((((triple5 triple3) -> (rule7 % int4)) triple3 ((((triple5 triple3) -> (rule7 % int4)) triple3) -> (rule4 % int3))) -> (rule1 % int2)) triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Charlie is not big.", "answer": "False", "QDep": 4, "QLen": "13", "strategy": "inv-proof", "proofs": "[(((triple5 ((((triple5 triple3) -> rule7) triple3 ((((triple5 triple3) -> rule7) triple3) -> rule4)) -> rule1) triple4) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((((triple5 triple3) -> (rule7 % int4)) triple3 ((((triple5 triple3) -> (rule7 % int4)) triple3) -> (rule4 % int3))) -> (rule1 % int2)) triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Alan is not round.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Alan is round.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Alan is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "Q15": { "question": "Harry is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is rough.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"rough\" \"-\")" }, "Q16": { "question": "Harry is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "Q17": { "question": "Dave is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")" }, "Q18": { "question": "Harry is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "Q19": { "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\" \"-\")" }, "Q20": { "question": "Harry is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is green.[(triple2)] Alan is rough.[(triple1)] Charlie is nice.[(triple5)] Charlie is red.[(triple4)] Charlie is young.[(triple3)] Harry is big.[(triple9)] Harry is blue.[(triple8)] Harry is green.[(triple7)] Harry is young.[(triple6)] @1: Charlie is green.[(((triple5 triple3) -> rule7))] Harry is kind.[(((triple7 triple6) -> rule4))] @2: Charlie is kind.[(((((triple5 triple3) -> rule7) triple3) -> rule4))] Harry is round.[(((triple7 triple6 ((triple7 triple6) -> rule4)) -> rule1))] @3: Charlie is round.[(((((triple5 triple3) -> rule7) triple3 ((((triple5 triple3) -> rule7) triple3) -> rule4)) -> rule1))] @4: Charlie is big.[(((triple5 ((((triple5 triple3) -> rule7) triple3 ((((triple5 triple3) -> rule7) triple3) -> rule4)) -> rule1) triple4) -> rule3))]
[ { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is blue.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is kind.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is kind.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple3) -> (rule7 % int2)) triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is round.", "QDep": 2, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6 ((triple7 triple6) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is round.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple3) -> (rule7 % int3)) triple3 ((((triple5 triple3) -> (rule7 % int3)) triple3) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, { "text": "Charlie is big.", "QDep": 4, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((((triple5 triple3) -> (rule7 % int4)) triple3 ((((triple5 triple3) -> (rule7 % int4)) triple3) -> (rule4 % int3))) -> (rule1 % int2)) triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "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": "Alan is known to be rough and green.", "sent2": "Young, red Charlie is nice.", "sent3": "Harry is too young to be so big; Some say he is too green to be so blue as well.", "sent4": "Most young, green people are kind and because of this they are round.", "sent5": "A person that is blue green and nice are that way because they are still young.", "sent6": "Red and round people are nice to others even though they are big.", "sent7": "A green colored person will be young and also kind.", "sent8": "A person who exhibits nice, kind and cold characteristics will also be a rough person.", "sent9": "A person with the qualities of being cold and being red will also be a person that is green.", "sent10": "A nice and young aged person will definitely be green in color.", "sent11": null }
AttNonegNatLang-OWA-103
3
10
6
Because Bob gets cold easily he tends to appear round from bundling up. Dave is rough and is blue, but that's because he's big and round in a small and square world. Because Gary is so young, he is rough and cold when he can be round instead. A nice and blue person who's also red will be a rough person. A rough, blue person is often said to be nice. When someone is young, they can be cold but kind. Nice young people who are round are also blue. Anybody with big, rough and nice qualities is bound to also be young. A person described as cold and kind can also be described as nice.
{ "triple1": { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple3": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple4": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple6": { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")" }, "triple7": { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "triple8": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple10": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is blue and nice and red then they are rough.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule2": { "text": "If someone is blue and rough then they are nice.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule3": { "text": "If someone is young and cold then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule4": { "text": "If someone is nice and young and round then they are blue.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule5": { "text": "If someone is big and rough and nice then they are young.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule6": { "text": "If someone is cold and kind then they are nice.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Dave is rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Dave is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple4)]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q3": { "question": "Gary is kind.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple7 triple10) -> rule3))]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple10) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple5 triple4) -> rule2))]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Gary is nice.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple10 ((triple7 triple10) -> rule3)) -> rule6))]", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple7 triple10) -> (rule3 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not young.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple6 triple4 ((triple5 triple4) -> rule2)) -> rule5))]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4 ((triple5 triple4) -> (rule2 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Gary is blue.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((((triple10 ((triple7 triple10) -> rule3)) -> rule6) triple7 triple8) -> rule4))]", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 ((triple7 triple10) -> (rule3 % int3))) -> (rule6 % int2)) triple7 triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Gary is not blue.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((triple10 ((triple7 triple10) -> rule3)) -> rule6) triple7 triple8) -> rule4))]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple10 ((triple7 triple10) -> (rule3 % int3))) -> (rule6 % int2)) triple7 triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not nice.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "inv-rconc", "proofs": "[@3: Bob is nice.[CWA. Example of deepest failure = (rule6 <- rule3 <- rule5 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is young.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is rough.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Gary is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"-\")" }, "Q14": { "question": "Dave is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "Q15": { "question": "Charlie is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")" }, "Q16": { "question": "Gary is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is cold.[(triple2)] Bob is round.[(triple1)] Dave is big.[(triple6)] Dave is blue.[(triple5)] Dave is rough.[(triple4)] Dave is round.[(triple3)] Gary is cold.[(triple10)] Gary is rough.[(triple9)] Gary is round.[(triple8)] Gary is young.[(triple7)] @1: Dave is nice.[(((triple5 triple4) -> rule2))] Gary is kind.[(((triple7 triple10) -> rule3))] @2: Dave is young.[(((triple6 triple4 ((triple5 triple4) -> rule2)) -> rule5))] Gary is nice.[(((triple10 ((triple7 triple10) -> rule3)) -> rule6))] @3: Gary is blue.[(((((triple10 ((triple7 triple10) -> rule3)) -> rule6) triple7 triple8) -> rule4))]
[ { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is round.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is big.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is young.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is kind.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple10) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is young.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4 ((triple5 triple4) -> (rule2 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is nice.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple7 triple10) -> (rule3 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is blue.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 ((triple7 triple10) -> (rule3 % int3))) -> (rule6 % int2)) triple7 triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Because Bob gets cold easily he tends to appear round from bundling up.", "sent2": "Dave is rough and is blue, but that's because he's big and round in a small and square world.", "sent3": "Because Gary is so young, he is rough and cold when he can be round instead.", "sent4": "A nice and blue person who's also red will be a rough person.", "sent5": "A rough, blue person is often said to be nice.", "sent6": "When someone is young, they can be cold but kind.", "sent7": "Nice young people who are round are also blue.", "sent8": "Anybody with big, rough and nice qualities is bound to also be young.", "sent9": "A person described as cold and kind can also be described as nice.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1517
4
12
6
Alan's skin turned blue and green in a lab accident. Despite his outward appearance, he is really nice. Charlie is kind and round. Being round makes him a bit blue. Fred can be rather rough, but surprisingly loves the green. He can be rather blue, and is unusually big. To the touch Gary has rough, cold skin. People who are blue and red and kind are described as being green. Cold, red people are generally kind and big. If someone is green skinned and has a big nose then you'll find that they often are nice to their family. When someone is nice, dressing in red, they can be blue because they are cold. A quite nice person will certainly be red. Big people who at the same time are cold hearted and nice are a conundrum but they are also kind.
{ "triple1": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple2": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple10": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple11": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple12": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" } }
{ "rule1": { "text": "If someone is red and kind and blue then they are green.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule2": { "text": "If someone is kind and red and cold then they are big.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is green and big then they are nice.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule4": { "text": "If someone is nice and blue and red then they are cold.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is nice then they are red.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is cold and nice and big then they are kind.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Charlie is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Fred is not big.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple10)]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q3": { "question": "Fred is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple8 triple10) -> rule3))]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple10) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple8 triple10) -> rule3))]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple10) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is red.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((((triple8 triple10) -> rule3)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple10) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not red.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((((triple8 triple10) -> rule3)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple10) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is cold.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((triple8 triple10) -> rule3) triple9 ((((triple8 triple10) -> rule3)) -> rule5)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple10) -> (rule3 % int3)) triple9 ((((triple8 triple10) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not cold.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((triple8 triple10) -> rule3) triple9 ((((triple8 triple10) -> rule3)) -> rule5)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple10) -> (rule3 % int3)) triple9 ((((triple8 triple10) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is kind.", "answer": "True", "QDep": 4, "QLen": "14", "strategy": "proof", "proofs": "[(((((((triple8 triple10) -> rule3) triple9 ((((triple8 triple10) -> rule3)) -> rule5)) -> rule4) ((triple8 triple10) -> rule3) triple10) -> rule6))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple8 triple10) -> (rule3 % int4)) triple9 ((((triple8 triple10) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule4 % int2)) ((triple8 triple10) -> (rule3 % int4)) triple10) -> (rule6 % 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 red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Fred is not kind.", "answer": "False", "QDep": 4, "QLen": "14", "strategy": "inv-proof", "proofs": "[(((((((triple8 triple10) -> rule3) triple9 ((((triple8 triple10) -> rule3)) -> rule5)) -> rule4) ((triple8 triple10) -> rule3) triple10) -> rule6))]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple8 triple10) -> (rule3 % int4)) triple9 ((((triple8 triple10) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule4 % int2)) ((triple8 triple10) -> (rule3 % int4)) triple10) -> (rule6 % 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 red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is red.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "rconc", "proofs": "[@3: Gary is red.[CWA. Example of deepest failure = (rule5 <- rule3 <- rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not nice.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "inv-rconc", "proofs": "[@3: Charlie is nice.[CWA. Example of deepest failure = (rule3 <- rule1 <- rule5 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")" }, "Q14": { "question": "Gary is nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is nice.[CWA. Example of deepest failure = (rule3 <- rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "Q15": { "question": "Alan is not big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Alan is big.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"big\" \"-\")" }, "Q16": { "question": "Alan is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "Q17": { "question": "Fred is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")" }, "Q18": { "question": "Fred is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "Q19": { "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\" \"-\")" }, "Q20": { "question": "Alan is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple3)] Alan is green.[(triple2)] Alan is nice.[(triple1)] Charlie is blue.[(triple6)] Charlie is kind.[(triple5)] Charlie is round.[(triple4)] Fred is big.[(triple10)] Fred is blue.[(triple9)] Fred is green.[(triple8)] Fred is rough.[(triple7)] Gary is cold.[(triple12)] Gary is rough.[(triple11)] @1: Alan is red.[(((triple1) -> rule5))] Fred is nice.[(((triple8 triple10) -> rule3))] @2: Alan is cold.[(((triple1 triple3 ((triple1) -> rule5)) -> rule4))] Fred is red.[(((((triple8 triple10) -> rule3)) -> rule5))] @3: Fred is cold.[(((((triple8 triple10) -> rule3) triple9 ((((triple8 triple10) -> rule3)) -> rule5)) -> rule4))] @4: Fred is kind.[(((((((triple8 triple10) -> rule3) triple9 ((((triple8 triple10) -> rule3)) -> rule5)) -> rule4) ((triple8 triple10) -> rule3) triple10) -> rule6))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "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": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is nice.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple10) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is cold.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 ((triple1) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is red.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple10) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is cold.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple10) -> (rule3 % int3)) triple9 ((((triple8 triple10) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, { "text": "Fred is kind.", "QDep": 4, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple8 triple10) -> (rule3 % int4)) triple9 ((((triple8 triple10) -> (rule3 % int4))) -> (rule5 % int3))) -> (rule4 % int2)) ((triple8 triple10) -> (rule3 % int4)) triple10) -> (rule6 % 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 red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Alan's skin turned blue and green in a lab accident; Despite his outward appearance, he is really nice.", "sent2": "Charlie is kind and round; Being round makes him a bit blue.", "sent3": "Fred can be rather rough, but surprisingly loves the green; He can be rather blue, and is unusually big.", "sent4": "To the touch Gary has rough, cold skin.", "sent5": "People who are blue and red and kind are described as being green.", "sent6": "Cold, red people are generally kind and big.", "sent7": "If someone is green skinned and has a big nose then you'll find that they often are nice to their family.", "sent8": "When someone is nice, dressing in red, they can be blue because they are cold.", "sent9": "A quite nice person will certainly be red.", "sent10": "Big people who at the same time are cold hearted and nice are a conundrum but they are also kind.", "sent11": null }
AttNonegNatLang-OWA-1610
3
11
7
Alan wears all blue. From a certain angle Dave is blue but he is young so maybe that will go away. Eric had big, red, round cheeks. Fred is still young which means he can be rough and cold. He is a big boy with red hair. Someone can be young, big, and cold but green. When anyone is young, red and green, you know they'll also be blue. A big, young human being is sure to also be a green human being. Humans who are nice to others while they are young and red will also be green. Unfortunately, all the young people who are considered green are all round. A person that is the color red will definitely be round shaped. It's just a fact that a blue person is a kind person.
{ "triple1": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple2": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple3": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple6": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple7": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple8": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple9": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple10": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple11": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is young and cold and big then they are green.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule2": { "text": "If someone is red and young and green then they are blue.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is big and young then they are green.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is nice and young and red then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule5": { "text": "If someone is green and young then they are round.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": { "text": "If someone is red then they are round.", "representation": "(((\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule7": { "text": "If someone is blue then they are kind.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" } }
{ "Q1": { "question": "Dave is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple3)]", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q2": { "question": "Fred is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple7)]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q3": { "question": "Fred is green.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple11 triple7) -> rule3) OR ((triple7 triple10 triple11) -> rule1))]", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" } ] }, { "representation": "((triple7 triple10 triple11) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not kind.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple1) -> rule7))]", "representation": "(\"Alan\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is blue.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple9 triple7 ((triple11 triple7) -> rule3)) -> rule2) OR ((triple9 triple7 ((triple7 triple10 triple11) -> rule1)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple7 ((triple11 triple7) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] }, { "representation": "((triple9 triple7 ((triple7 triple10 triple11) -> (rule1 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not blue.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple9 triple7 ((triple11 triple7) -> rule3)) -> rule2) OR ((triple9 triple7 ((triple7 triple10 triple11) -> rule1)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple7 ((triple11 triple7) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] }, { "representation": "((triple9 triple7 ((triple7 triple10 triple11) -> (rule1 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is kind.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple9 triple7 ((triple11 triple7) -> rule3)) -> rule2)) -> rule7) OR ((((triple9 triple7 ((triple7 triple10 triple11) -> rule1)) -> rule2)) -> rule7))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9 triple7 ((triple11 triple7) -> (rule3 % int3))) -> (rule2 % int2))) -> (rule7 % 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 green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple9 triple7 ((triple7 triple10 triple11) -> (rule1 % int3))) -> (rule2 % int2))) -> (rule7 % 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 green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not kind.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple9 triple7 ((triple11 triple7) -> rule3)) -> rule2)) -> rule7) OR ((((triple9 triple7 ((triple7 triple10 triple11) -> rule1)) -> rule2)) -> rule7))]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple9 triple7 ((triple11 triple7) -> (rule3 % int3))) -> (rule2 % int2))) -> (rule7 % 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 green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple9 triple7 ((triple7 triple10 triple11) -> (rule1 % int3))) -> (rule2 % int2))) -> (rule7 % 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 green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Eric is not kind.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Eric is kind.[CWA. Example of deepest failure = (rule7 <- rule2 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Eric is blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Eric is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "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": "Dave is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "Q15": { "question": "Alan is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")" }, "Q16": { "question": "Eric is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple1)] Dave is blue.[(triple3)] Dave is young.[(triple2)] Eric is big.[(triple6)] Eric is red.[(triple5)] Eric is round.[(triple4 OR ((triple5) -> rule6))] Fred is big.[(triple11)] Fred is cold.[(triple10)] Fred is red.[(triple9)] Fred is rough.[(triple8)] Fred is young.[(triple7)] @1: Alan is kind.[(((triple1) -> rule7))] Dave is kind.[(((triple3) -> rule7))] Fred is green.[(((triple11 triple7) -> rule3) OR ((triple7 triple10 triple11) -> rule1))] Fred is round.[(((triple9) -> rule6) OR ((((triple11 triple7) -> rule3) triple7) -> rule5) OR ((((triple7 triple10 triple11) -> rule1) triple7) -> rule5))] @2: Fred is blue.[(((triple9 triple7 ((triple11 triple7) -> rule3)) -> rule2) OR ((triple9 triple7 ((triple7 triple10 triple11) -> rule1)) -> rule2))] @3: Fred is kind.[(((((triple9 triple7 ((triple11 triple7) -> rule3)) -> rule2)) -> rule7) OR ((((triple9 triple7 ((triple7 triple10 triple11) -> rule1)) -> rule2)) -> rule7))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is young.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] }, { "representation": "((triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is kind.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is green.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" } ] }, { "representation": "((triple7 triple10 triple11) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is round.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple11 triple7) -> (rule3 % int2)) triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple7 triple10 triple11) -> (rule1 % int2)) triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is blue.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple7 ((triple11 triple7) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] }, { "representation": "((triple9 triple7 ((triple7 triple10 triple11) -> (rule1 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is kind.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9 triple7 ((triple11 triple7) -> (rule3 % int3))) -> (rule2 % int2))) -> (rule7 % 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 green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple9 triple7 ((triple7 triple10 triple11) -> (rule1 % int3))) -> (rule2 % int2))) -> (rule7 % 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 green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent3", "triple5": "sent3", "triple6": "sent3", "triple7": "sent4", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Alan wears all blue.", "sent2": "From a certain angle Dave is blue but he is young so maybe that will go away.", "sent3": "Eric had big, red, round cheeks.", "sent4": "Fred is still young which means he can be rough and cold; He is a big boy with red hair.", "sent5": "Someone can be young, big, and cold but green.", "sent6": "When anyone is young, red and green, you know they'll also be blue.", "sent7": "A big, young human being is sure to also be a green human being.", "sent8": "Humans who are nice to others while they are young and red will also be green.", "sent9": "Unfortunately, all the young people who are considered green are all round.", "sent10": "A person that is the color red will definitely be round shaped.", "sent11": "It's just a fact that a blue person is a kind person." }
AttNonegNatLang-OWA-1373
3
8
7
Bob has a round face and is very nice. Although Dave is seen as nice and round, his days of playing football have made him quite rough. Young Gary is wearing green pants. Harry always goes out of his way to show that he is kind to people. A round person who is cold is big. If people are cold they are often red. Often, when you meet a rough person with red skin, you'll see that they are young too. A kind, young person will be rough textured. People who are blue and cold are red. A human being described as rough, nice and round will also fit the description of being cold. Somebody having round, cold and kind traits is also sure to be young.
{ "triple1": { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple4": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")" }, "triple6": { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is cold and round then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is cold then they are red.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is rough and red then they are young.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is young and kind then they are rough.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is blue and cold then they are red.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is rough and round and nice then they are cold.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule7": { "text": "If someone is round and kind and cold then they are young.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" } }
{ "Q1": { "question": "Gary is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Bob is not round.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Dave is cold.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple4 triple3 triple5) -> rule6))]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not cold.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple4 triple3 triple5) -> rule6))]", "representation": "(\"Dave\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is red.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple4 triple3 triple5) -> rule6)) -> rule2))]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple3 triple5) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not red.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple4 triple3 triple5) -> rule6)) -> rule2))]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple3 triple5) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Dave is young.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((triple4 ((((triple4 triple3 triple5) -> rule6)) -> rule2)) -> rule3))]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((((triple4 triple3 triple5) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Dave is not young.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple4 ((((triple4 triple3 triple5) -> rule6)) -> rule2)) -> rule3))]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((((triple4 triple3 triple5) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Harry is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Harry is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Harry is red.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is cold.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")" }, "Q14": { "question": "Bob is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "Q15": { "question": "Harry is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Gary is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is nice.[(triple2)] Bob is round.[(triple1)] Dave is nice.[(triple5)] Dave is rough.[(triple4)] Dave is round.[(triple3)] Gary is green.[(triple7)] Gary is young.[(triple6)] Harry is kind.[(triple8)] @1: Dave is cold.[(((triple4 triple3 triple5) -> rule6))] @2: Dave is big.[(((((triple4 triple3 triple5) -> rule6) triple3) -> rule1))] Dave is red.[(((((triple4 triple3 triple5) -> rule6)) -> rule2))] @3: Dave is young.[(((triple4 ((((triple4 triple3 triple5) -> rule6)) -> rule2)) -> rule3))]
[ { "text": "Bob is nice.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is round.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is young.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is cold.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is big.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple3 triple5) -> (rule6 % int2)) triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is red.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple3 triple5) -> (rule6 % int2))) -> (rule2 % 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 young.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((((triple4 triple3 triple5) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent4", "triple9": null, "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": null, "triple12": null }
{ "sent1": "Bob has a round face and is very nice.", "sent2": "Although Dave is seen as nice and round, his days of playing football have made him quite rough.", "sent3": "Young Gary is wearing green pants.", "sent4": "Harry always goes out of his way to show that he is kind to people.", "sent5": "A round person who is cold is big.", "sent6": "If people are cold they are often red.", "sent7": "Often, when you meet a rough person with red skin, you'll see that they are young too.", "sent8": "A kind, young person will be rough textured.", "sent9": "People who are blue and cold are red.", "sent10": "A human being described as rough, nice and round will also fit the description of being cold.", "sent11": "Somebody having round, cold and kind traits is also sure to be young." }
AttNonegNatLang-OWA-752
3
12
6
I know Bob really well and you can say he is rough on the outside, cold on the inside and red all of the time. Charlie feels nice and kind today, so he paints himself green and embraces his cold side. Charlie is big enough to do whatever he wants. Young Dave is wearing green pants. Harry is very nice to people, but he's also rather big. A green and blue colored person who is young will certainly be big. People that are big and cold are blue as well. I have found that young, blue, and big individuals are also red. Someone nice and kind with a round belly that shakes when they laugh will also have rough hands from spending time outdoors with the reindeer. A blue and green colored person will be round in shape. A blue, rough and round person will also be a big person.
{ "triple1": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple4": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple5": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple7": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple8": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple9": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple11": { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")" }, "triple12": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" } }
{ "rule1": { "text": "If someone is green and young and blue then they are big.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is big and cold then they are blue.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is young and blue and big then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is kind and round and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is blue and green then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": { "text": "If someone is blue and rough and round then they are big.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Charlie is big.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple8)]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q2": { "question": "Charlie is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple5)]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q3": { "question": "Charlie is blue.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple8 triple7) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not blue.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple8 triple7) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is round.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple8 triple7) -> rule2) triple6) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7) -> (rule2 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not round.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple8 triple7) -> rule2) triple6) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7) -> (rule2 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is rough.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple5 ((((triple8 triple7) -> rule2) triple6) -> rule5) triple4) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((((triple8 triple7) -> (rule2 % int3)) triple6) -> (rule5 % int2)) triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not rough.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple5 ((((triple8 triple7) -> rule2) triple6) -> rule5) triple4) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((((triple8 triple7) -> (rule2 % int3)) triple6) -> (rule5 % int2)) triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Harry is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is big.[CWA. Example of deepest failure = (rule6 <- rule5 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is blue.[CWA. Example of deepest failure = (rule2 <- rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "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": "Charlie is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is cold.[(triple3)] Bob is red.[(triple2)] Bob is rough.[(triple1)] Charlie is big.[(triple8)] Charlie is cold.[(triple7)] Charlie is green.[(triple6)] Charlie is kind.[(triple5)] Charlie is nice.[(triple4)] Dave is green.[(triple10)] Dave is young.[(triple9)] Harry is big.[(triple12)] Harry is nice.[(triple11)] @1: Charlie is blue.[(((triple8 triple7) -> rule2))] @2: Charlie is round.[(((((triple8 triple7) -> rule2) triple6) -> rule5))] @3: Charlie is rough.[(((triple5 ((((triple8 triple7) -> rule2) triple6) -> rule5) triple4) -> rule4))]
[ { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Dave is young.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is nice.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is round.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7) -> (rule2 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is rough.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((((triple8 triple7) -> (rule2 % int3)) triple6) -> (rule5 % int2)) triple4) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "I know Bob really well and you can say he is rough on the outside, cold on the inside and red all of the time.", "sent2": "Charlie feels nice and kind today, so he paints himself green and embraces his cold side; Charlie is big enough to do whatever he wants.", "sent3": "Young Dave is wearing green pants.", "sent4": "Harry is very nice to people, but he's also rather big.", "sent5": "A green and blue colored person who is young will certainly be big.", "sent6": "People that are big and cold are blue as well.", "sent7": "I have found that young, blue, and big individuals are also red.", "sent8": "Someone nice and kind with a round belly that shakes when they laugh will also have rough hands from spending time outdoors with the reindeer.", "sent9": "A blue and green colored person will be round in shape.", "sent10": "A blue, rough and round person will also be a big person.", "sent11": null }
AttNonegNatLang-OWA-915
3
12
7
Young Bob is wearing green pants. Upon meeting Dave, you'll notice he's green and kind. Eric is colored red and green. He is also young, rough and very cold. Even though Harry is green with envy he is nice with rosy red cheeks. A very kind and green colored person, who is also cold, will be nice. A big person who looks blue is also going to look young. Green people here that are also round and nice are always rough. People who are cold to others can also be nice and when they are it's a sure bet they are being big about it. Sam is usually kind but a blue person, but lately he has been both green with envy and red with anger. Young people that are red for any reason, may also act in a rough manner, but don't be surprised if they are ultimately blue. When you meet kind people they wont have a cold heart.
{ "triple1": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple5": { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple6": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple10": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple11": { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")" }, "triple12": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" } }
{ "rule1": { "text": "If someone is kind and green and cold then they are nice.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule2": { "text": "If someone is blue and big then they are young.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule3": { "text": "If someone is nice and round and green then they are rough.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule4": { "text": "If someone is cold and nice then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule5": { "text": "If someone is green and kind and blue then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is red and young and rough then they are blue.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule7": { "text": "If someone is kind then they are cold.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" } }
{ "Q1": { "question": "Dave is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Harry is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple12)]", "representation": "(\"Harry\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, "Q3": { "question": "Eric is blue.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple7 triple5 triple6) -> rule6))]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple5 triple6) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Eric is not blue.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple7 triple5 triple6) -> rule6))]", "representation": "(\"Eric\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple5 triple6) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is nice.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple3 triple4 ((triple3) -> rule7)) -> rule1))]", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4 ((triple3) -> (rule7 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not nice.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple3 triple4 ((triple3) -> rule7)) -> rule1))]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4 ((triple3) -> (rule7 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Dave is big.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((((triple3) -> rule7) ((triple3 triple4 ((triple3) -> rule7)) -> rule1)) -> rule4))]", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule7 % int3)) ((triple3 triple4 ((triple3) -> (rule7 % int3))) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Dave is not big.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((triple3) -> rule7) ((triple3 triple4 ((triple3) -> rule7)) -> rule1)) -> rule4))]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule7 % int3)) ((triple3 triple4 ((triple3) -> (rule7 % int3))) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is not young.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Dave is young.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Dave is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is rough.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Bob is blue.[CWA. Example of deepest failure = (rule6 <- rule5 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Harry is big.[CWA. Example of deepest failure = (rule4 <- rule7 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "Dave is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "Q15": { "question": "Harry is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Eric is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is green.[(triple2)] Bob is young.[(triple1)] Dave is green.[(triple4)] Dave is kind.[(triple3)] Eric is cold.[(triple9)] Eric is green.[(triple8)] Eric is red.[(triple7)] Eric is rough.[(triple6)] Eric is young.[(triple5)] Harry is green.[(triple12)] Harry is nice.[(triple11)] Harry is red.[(triple10)] @1: Dave is cold.[(((triple3) -> rule7))] Eric is blue.[(((triple7 triple5 triple6) -> rule6))] @2: Dave is nice.[(((triple3 triple4 ((triple3) -> rule7)) -> rule1))] @3: Dave is big.[(((((triple3) -> rule7) ((triple3 triple4 ((triple3) -> rule7)) -> rule1)) -> rule4))]
[ { "text": "Bob is green.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is nice.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Dave is cold.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is blue.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple5 triple6) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is nice.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4 ((triple3) -> (rule7 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is big.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule7 % int3)) ((triple3 triple4 ((triple3) -> (rule7 % int3))) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "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": "sent11", "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Young Bob is wearing green pants.", "sent2": "Upon meeting Dave, you'll notice he's green and kind.", "sent3": "Eric is colored red and green; He is also young, rough and very cold.", "sent4": "Even though Harry is green with envy he is nice with rosy red cheeks.", "sent5": "A very kind and green colored person, who is also cold, will be nice.", "sent6": "A big person who looks blue is also going to look young.", "sent7": "Green people here that are also round and nice are always rough.", "sent8": "People who are cold to others can also be nice and when they are it's a sure bet they are being big about it.", "sent9": "Sam is usually kind but a blue person, but lately he has been both green with envy and red with anger.", "sent10": "Young people that are red for any reason, may also act in a rough manner, but don't be surprised if they are ultimately blue.", "sent11": "When you meet kind people they wont have a cold heart." }
AttNonegNatLang-OWA-741
3
12
7
Alan is man who is rough, red, nice, kind, and also green. Dave is nice, even when he is rough and red with anger. Young Fred got into a fight that left him with red sores on his face. From a certain angle Harry is blue but he is young so maybe that will go away. Red people feel blue about it. A big and young, round someone looks red. When someone is blue, lives green they can be rough but kind. Anyone with red and blue coloration also has green coloration. Generally speaking, a person who is said to be nice, cold, and big, is someone with a blue color. A rough, big, and round person can't help but be kind as well. A nice person with rough skin will be round, you can count on it.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")" }, "triple9": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple11": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple12": { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" } }
{ "rule1": { "text": "If someone is red then they are blue.", "representation": "(((\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule2": { "text": "If someone is big and young and round then they are red.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is blue and rough and green then they are kind.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule4": { "text": "If someone is red and blue then they are green.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule5": { "text": "If someone is nice and cold and big then they are blue.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": { "text": "If someone is rough and big and round then they are kind.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule7": { "text": "If someone is rough and nice then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" } }
{ "Q1": { "question": "Alan is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple3)]", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q2": { "question": "Alan is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Alan is blue.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple2) -> rule1))]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not round.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple6 triple8) -> rule7))]", "representation": "(\"Dave\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple8) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is green.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((triple7 ((triple7) -> rule1)) -> rule4))]", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple7) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not green.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple10 ((triple10) -> rule1)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple10) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Dave is kind.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((((triple7) -> rule1) triple6 ((triple7 ((triple7) -> rule1)) -> rule4)) -> rule3))]", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7) -> (rule1 % int3)) triple6 ((triple7 ((triple7) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Dave is not kind.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((triple7) -> rule1) triple6 ((triple7 ((triple7) -> rule1)) -> rule4)) -> rule3))]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7) -> (rule1 % int3)) triple6 ((triple7 ((triple7) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Harry is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Harry is green.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Harry is green.[CWA. Example of deepest failure = (rule4 <- rule2 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Harry is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is red.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Harry\" \"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 = (rule7 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Alan is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "Q15": { "question": "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": "Fred is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is green.[(triple5 OR ((triple2 ((triple2) -> rule1)) -> rule4))] Alan is kind.[(triple4 OR ((((triple2) -> rule1) triple1 triple5) -> rule3) OR ((((triple2) -> rule1) triple1 ((triple2 ((triple2) -> rule1)) -> rule4)) -> rule3))] Alan is nice.[(triple3)] Alan is red.[(triple2)] Alan is rough.[(triple1)] Dave is nice.[(triple8)] Dave is red.[(triple7)] Dave is rough.[(triple6)] Fred is red.[(triple10)] Fred is young.[(triple9)] Harry is blue.[(triple12)] Harry is young.[(triple11)] @1: Alan is blue.[(((triple2) -> rule1))] Alan is round.[(((triple1 triple3) -> rule7))] Dave is blue.[(((triple7) -> rule1))] Dave is round.[(((triple6 triple8) -> rule7))] Fred is blue.[(((triple10) -> rule1))] @2: Dave is green.[(((triple7 ((triple7) -> rule1)) -> rule4))] Fred is green.[(((triple10 ((triple10) -> rule1)) -> rule4))] @3: Dave is kind.[(((((triple7) -> rule1) triple6 ((triple7 ((triple7) -> rule1)) -> rule4)) -> rule3))]
[ { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] }, { "representation": "((triple2 ((triple2) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] }, { "representation": "((((triple2) -> (rule1 % int2)) triple1 triple5) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple2) -> (rule1 % int3)) triple1 ((triple2 ((triple2) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is blue.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Alan is blue.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is round.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is blue.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is round.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple8) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is blue.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is green.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple7) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is green.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 ((triple10) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is kind.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7) -> (rule1 % int3)) triple6 ((triple7 ((triple7) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Alan is man who is rough, red, nice, kind, and also green.", "sent2": "Dave is nice, even when he is rough and red with anger.", "sent3": "Young Fred got into a fight that left him with red sores on his face.", "sent4": "From a certain angle Harry is blue but he is young so maybe that will go away.", "sent5": "Red people feel blue about it.", "sent6": "A big and young, round someone looks red.", "sent7": "When someone is blue, lives green they can be rough but kind.", "sent8": "Anyone with red and blue coloration also has green coloration.", "sent9": "Generally speaking, a person who is said to be nice, cold, and big, is someone with a blue color.", "sent10": "A rough, big, and round person can't help but be kind as well.", "sent11": "A nice person with rough skin will be round, you can count on it." }
AttNonegNatLang-OWA-1066
5
12
6
Alan is so young and darling he is kind to all the old people on the block. Charlie is young and round, he is also green. From a certain angle Eric is blue but he is young so maybe that will go away. Fred has rough, green skin and that makes him cold. He also feels blue for his big size. Whoever is rough and red must be kind. All the big and young boys at the park are red. Anyone you find who happens to be kind and blue will also be very nice. Someone who is not only rough and big but also nice will necessarily be round as well. People that are green tend to be young. Blue, red and nice people are always big, too.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple3": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple4": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple9": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple10": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple11": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple12": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" } }
{ "rule1": { "text": "If someone is rough and red then they are kind.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule2": { "text": "If someone is big and young then they are red.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is kind and blue then they are nice.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule4": { "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\" \"+\"))" }, "rule5": { "text": "If someone is green then they are young.", "representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule6": { "text": "If someone is nice and blue and red then they are big.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Fred is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Fred is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple9)]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q3": { "question": "Fred is young.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple9) -> rule5))]", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not young.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple9) -> rule5))]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is red.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((triple12 ((triple9) -> rule5)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12 ((triple9) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not red.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple12 ((triple9) -> rule5)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple12 ((triple9) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is kind.", "answer": "True", "QDep": 3, "QLen": "6", "strategy": "proof", "proofs": "[(((triple8 ((triple12 ((triple9) -> rule5)) -> rule2)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple12 ((triple9) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not kind.", "answer": "False", "QDep": 3, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple8 ((triple12 ((triple9) -> rule5)) -> rule2)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple12 ((triple9) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is nice.", "answer": "True", "QDep": 4, "QLen": "8", "strategy": "proof", "proofs": "[(((((triple8 ((triple12 ((triple9) -> rule5)) -> rule2)) -> rule1) triple11) -> rule3))]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 ((triple12 ((triple9) -> (rule5 % int4))) -> (rule2 % int3))) -> (rule1 % int2)) triple11) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Fred is not nice.", "answer": "False", "QDep": 4, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((triple8 ((triple12 ((triple9) -> rule5)) -> rule2)) -> rule1) triple11) -> rule3))]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple8 ((triple12 ((triple9) -> (rule5 % int4))) -> (rule2 % int3))) -> (rule1 % int2)) triple11) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Fred is round.", "answer": "True", "QDep": 5, "QLen": "11", "strategy": "proof", "proofs": "[(((triple8 triple12 ((((triple8 ((triple12 ((triple9) -> rule5)) -> rule2)) -> rule1) triple11) -> rule3)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple12 ((((triple8 ((triple12 ((triple9) -> (rule5 % int5))) -> (rule2 % int4))) -> (rule1 % int3)) triple11) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int4" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int5" } ] } ] }, "Q12": { "question": "Fred is not round.", "answer": "False", "QDep": 5, "QLen": "11", "strategy": "inv-proof", "proofs": "[(((triple8 triple12 ((((triple8 ((triple12 ((triple9) -> rule5)) -> rule2)) -> rule1) triple11) -> rule3)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple12 ((((triple8 ((triple12 ((triple9) -> (rule5 % int5))) -> (rule2 % int4))) -> (rule1 % int3)) triple11) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int4" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int5" } ] } ] }, "Q13": { "question": "Alan is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")" }, "Q14": { "question": "Charlie is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "Q15": { "question": "Eric is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Eric is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "Q17": { "question": "Alan is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is big.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"big\" \"-\")" }, "Q18": { "question": "Eric is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Eric is red.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "Q19": { "question": "Charlie is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")" }, "Q20": { "question": "Alan is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "Q21": { "question": "Eric is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"green\" \"-\")" }, "Q22": { "question": "Alan is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "Q23": { "question": "Alan is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")" }, "Q24": { "question": "Alan is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" } }
@0: Alan is kind.[(triple2)] Alan is young.[(triple1)] Charlie is green.[(triple5)] Charlie is round.[(triple4)] Charlie is young.[(triple3 OR ((triple5) -> rule5))] Eric is blue.[(triple7)] Eric is young.[(triple6)] Fred is big.[(triple12)] Fred is blue.[(triple11)] Fred is cold.[(triple10)] Fred is green.[(triple9)] Fred is rough.[(triple8)] @1: Fred is young.[(((triple9) -> rule5))] @2: Fred is red.[(((triple12 ((triple9) -> rule5)) -> rule2))] @3: Fred is kind.[(((triple8 ((triple12 ((triple9) -> rule5)) -> rule2)) -> rule1))] @4: Fred is nice.[(((((triple8 ((triple12 ((triple9) -> rule5)) -> rule2)) -> rule1) triple11) -> rule3))] @5: Fred is round.[(((triple8 triple12 ((((triple8 ((triple12 ((triple9) -> rule5)) -> rule2)) -> rule1) triple11) -> rule3)) -> rule4))]
[ { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is young.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] }, { "representation": "((triple5) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "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 green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is red.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12 ((triple9) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is kind.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple12 ((triple9) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, { "text": "Fred is nice.", "QDep": 4, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 ((triple12 ((triple9) -> (rule5 % int4))) -> (rule2 % int3))) -> (rule1 % int2)) triple11) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, { "text": "Fred is round.", "QDep": 5, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple12 ((((triple8 ((triple12 ((triple9) -> (rule5 % int5))) -> (rule2 % int4))) -> (rule1 % int3)) triple11) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int4" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int5" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Alan is so young and darling he is kind to all the old people on the block.", "sent2": "Charlie is young and round, he is also green.", "sent3": "From a certain angle Eric is blue but he is young so maybe that will go away.", "sent4": "Fred has rough, green skin and that makes him cold; He also feels blue for his big size.", "sent5": "Whoever is rough and red must be kind.", "sent6": "All the big and young boys at the park are red.", "sent7": "Anyone you find who happens to be kind and blue will also be very nice.", "sent8": "Someone who is not only rough and big but also nice will necessarily be round as well.", "sent9": "People that are green tend to be young.", "sent10": "Blue, red and nice people are always big, too.", "sent11": null }
AttNonegNatLang-OWA-852
3
12
7
Alan, a blue and green creature, was also big, rough and kind to others. Gary is rough but nice, big but cold. Harry was looking rather round and feeling rather cold, but people thought he is kind. A young aged and blue colored person will certainly be round. Young and rough people tend to be green too. If you are green you are also kind. When you know someone who is young and green you can count on them being nice to everyone. Green and blue, when found in one person, signify someone who is cold. Because of circulation issues big people are often cold. If they are also green then they are certainly young. Because of the person's young age they are feeling blue due to their big body size causing them to act in a slightly rough manner.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple3": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple8": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "triple9": { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")" }, "triple10": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple12": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" } }
{ "rule1": { "text": "If someone is young and blue then they are round.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "text": "If someone is young and rough then they are green.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "text": "If someone is green then they are kind.", "representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule4": { "text": "If someone is young and green then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "text": "If someone is green and blue then they are cold.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule6": { "text": "If someone is cold and green and big then they are young.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule7": { "text": "If someone is young and big and blue then they are rough.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" } }
{ "Q1": { "question": "Alan is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Alan is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1 OR ((((((triple3 triple4) -> rule5) triple3 triple5) -> rule6) triple5 triple4) -> rule7))]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] }, { "representation": "((((((triple3 triple4) -> (rule5 % int3)) triple3 triple5) -> (rule6 % int2)) triple5 triple4) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q3": { "question": "Alan is cold.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple3 triple4) -> rule5))]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not cold.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple3 triple4) -> rule5))]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is young.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple3 triple4) -> rule5) triple3 triple5) -> rule6))]", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4) -> (rule5 % int2)) triple3 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not young.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple3 triple4) -> rule5) triple3 triple5) -> rule6))]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4) -> (rule5 % int2)) triple3 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is nice.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((((((triple3 triple4) -> rule5) triple3 triple5) -> rule6) triple3) -> rule4))]", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple3 triple4) -> (rule5 % int3)) triple3 triple5) -> (rule6 % int2)) triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not round.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((((triple3 triple4) -> rule5) triple3 triple5) -> rule6) triple4) -> rule1))]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple3 triple4) -> (rule5 % int3)) triple3 triple5) -> (rule6 % int2)) triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "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 }, "Q10": { "question": "Harry is nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Harry is nice.[CWA. Example of deepest failure = (rule4 <- rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is round.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is green.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Harry is green.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")" }, "Q14": { "question": "Gary is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "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 blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is big.[(triple5)] Alan is blue.[(triple4)] Alan is green.[(triple3)] Alan is kind.[(triple2 OR ((triple3) -> rule3))] Alan is rough.[(triple1 OR ((((((triple3 triple4) -> rule5) triple3 triple5) -> rule6) triple5 triple4) -> rule7))] Gary is big.[(triple9)] Gary is cold.[(triple8)] Gary is nice.[(triple7)] Gary is rough.[(triple6)] Harry is cold.[(triple12)] Harry is kind.[(triple11)] Harry is round.[(triple10)] @1: Alan is cold.[(((triple3 triple4) -> rule5))] @2: Alan is young.[(((((triple3 triple4) -> rule5) triple3 triple5) -> rule6))] @3: Alan is nice.[(((((((triple3 triple4) -> rule5) triple3 triple5) -> rule6) triple3) -> rule4))] Alan is round.[(((((((triple3 triple4) -> rule5) triple3 triple5) -> rule6) triple4) -> rule1))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] }, { "representation": "((triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] }, { "representation": "((((((triple3 triple4) -> (rule5 % int3)) triple3 triple5) -> (rule6 % int2)) triple5 triple4) -> (rule7 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, { "text": "Gary is big.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "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": "Alan is cold.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is young.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4) -> (rule5 % int2)) triple3 triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is nice.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple3 triple4) -> (rule5 % int3)) triple3 triple5) -> (rule6 % int2)) triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, { "text": "Alan is round.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple3 triple4) -> (rule5 % int3)) triple3 triple5) -> (rule6 % int2)) triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent2", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": "sent3", "triple12": "sent3" }
{ "sent1": "Alan, a blue and green creature, was also big, rough and kind to others.", "sent2": "Gary is rough but nice, big but cold.", "sent3": "Harry was looking rather round and feeling rather cold, but people thought he is kind.", "sent4": "A young aged and blue colored person will certainly be round.", "sent5": "Young and rough people tend to be green too.", "sent6": "If you are green you are also kind.", "sent7": "When you know someone who is young and green you can count on them being nice to everyone.", "sent8": "Green and blue, when found in one person, signify someone who is cold.", "sent9": "Because of circulation issues big people are often cold; If they are also green then they are certainly young.", "sent10": "Because of the person's young age they are feeling blue due to their big body size causing them to act in a slightly rough manner.", "sent11": null }
AttNonegNatLang-OWA-1678
3
10
7
Everyone noticed how round and nice Eric was. He was kind, and everyone thought he was green and big. Big, round Fred is liked by everyone one. He is easily recognized with his red and green skin. Gary wears all blue. An individual that fits the nice, red, and kind description will fit the description of big, too. Nice people who are cold and blue after being plucked from the water have the decency to turn red with embarrassment at having to be rescued following a water skiing gaffe. Round and big people are sure to be rough. People blue with cold are definitely green and new in these parts. Someone who is round like a dumpling and cold like an icicle are very young in age. If you find that someone has rough blue skin they are always kind. A person that is known to be big and rough is also green, they will feel blue about it.
{ "triple1": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple5": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple10": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple11": null, "triple12": null }
{ "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 cold and nice and blue then they are red.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is round and big then they are rough.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule4": { "text": "If someone is blue and cold then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule5": { "text": "If someone is round and cold then they are young.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule6": { "text": "If someone is rough and blue then they are kind.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule7": { "text": "If someone is big and rough and green then they are blue.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" } }
{ "Q1": { "question": "Fred is round.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Eric is not round.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Fred is rough.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple6 triple9) -> rule3))]", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple9) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Eric is not rough.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple1 triple5) -> rule3))]", "representation": "(\"Eric\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple5) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is blue.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple5 ((triple1 triple5) -> rule3) triple4) -> rule7))]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple1 triple5) -> (rule3 % int2)) triple4) -> (rule7 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not blue.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple9 ((triple6 triple9) -> rule3) triple8) -> rule7))]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((triple6 triple9) -> (rule3 % int2)) triple8) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is kind.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple6 triple9) -> rule3) ((triple9 ((triple6 triple9) -> rule3) triple8) -> rule7)) -> rule6))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple9) -> (rule3 % int3)) ((triple9 ((triple6 triple9) -> (rule3 % int3)) triple8) -> (rule7 % int2))) -> (rule6 % 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 rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not kind.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple6 triple9) -> rule3) ((triple9 ((triple6 triple9) -> rule3) triple8) -> rule7)) -> rule6))]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple9) -> (rule3 % int3)) ((triple9 ((triple6 triple9) -> (rule3 % int3)) triple8) -> (rule7 % int2))) -> (rule6 % 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 rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is green.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Fred is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is rough.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is young.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")" }, "Q14": { "question": "Dave is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "Q15": { "question": "Gary is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Dave is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Eric is big.[(triple5)] Eric is green.[(triple4)] Eric is kind.[(triple3 OR ((((triple1 triple5) -> rule3) ((triple5 ((triple1 triple5) -> rule3) triple4) -> rule7)) -> rule6))] Eric is nice.[(triple2)] Eric is round.[(triple1)] Fred is big.[(triple9)] Fred is green.[(triple8)] Fred is red.[(triple7)] Fred is round.[(triple6)] Gary is blue.[(triple10)] @1: Eric is rough.[(((triple1 triple5) -> rule3))] Fred is rough.[(((triple6 triple9) -> rule3))] @2: Eric is blue.[(((triple5 ((triple1 triple5) -> rule3) triple4) -> rule7))] Fred is blue.[(((triple9 ((triple6 triple9) -> rule3) triple8) -> rule7))] @3: Fred is kind.[(((((triple6 triple9) -> rule3) ((triple9 ((triple6 triple9) -> rule3) triple8) -> rule7)) -> rule6))]
[ { "text": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] }, { "representation": "((((triple1 triple5) -> (rule3 % int3)) ((triple5 ((triple1 triple5) -> (rule3 % int3)) triple4) -> (rule7 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, { "text": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "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 red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple5) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is rough.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple9) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is blue.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple1 triple5) -> (rule3 % int2)) triple4) -> (rule7 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is blue.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((triple6 triple9) -> (rule3 % int2)) triple8) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is kind.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple9) -> (rule3 % int3)) ((triple9 ((triple6 triple9) -> (rule3 % int3)) triple8) -> (rule7 % int2))) -> (rule6 % 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 rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent2", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": null, "triple12": null }
{ "sent1": "Everyone noticed how round and nice Eric was; He was kind, and everyone thought he was green and big.", "sent2": "Big, round Fred is liked by everyone one; He is easily recognized with his red and green skin.", "sent3": "Gary wears all blue.", "sent4": "An individual that fits the nice, red, and kind description will fit the description of big, too.", "sent5": "Nice people who are cold and blue after being plucked from the water have the decency to turn red with embarrassment at having to be rescued following a water skiing gaffe.", "sent6": "Round and big people are sure to be rough.", "sent7": "People blue with cold are definitely green and new in these parts.", "sent8": "Someone who is round like a dumpling and cold like an icicle are very young in age.", "sent9": "If you find that someone has rough blue skin they are always kind.", "sent10": "A person that is known to be big and rough is also green, they will feel blue about it.", "sent11": null }
AttNonegNatLang-OWA-31
3
12
6
Bob gets red when he is mad and tends to act very cold. Charlie feels nice and kind today, so he paints himself green and embraces his cold side. Charlie is big enough to do whatever he wants. Dave ate some rotten meat and now feels green. Even though Eric feels blue because of how round he is, he is still nice and kind to people that talk to him. Red and green people that are nice are cold to strangers. People that are big and cold are blue as well. A round shaped and rough person will be blue as well. Blue people who are rough are often young. Big kind people are usually cold. A blue individual that is kind and nice to others also has a rough appearance.
{ "triple1": { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple3": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple8": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple10": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple11": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple12": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" } }
{ "rule1": { "text": "If someone is red and nice and green then they are cold.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule2": { "text": "If someone is big and cold then they are blue.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is rough and round then they are blue.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule4": { "text": "If someone is rough and blue then they are young.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule5": { "text": "If someone is kind and big then they are cold.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule6": { "text": "If someone is kind and blue and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Charlie is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Eric is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple11)]", "representation": "(\"Eric\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q3": { "question": "Eric is rough.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple11 triple12 triple10) -> rule6))]", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple12 triple10) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Eric is not rough.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple11 triple12 triple10) -> rule6))]", "representation": "(\"Eric\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple12 triple10) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is young.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple11 triple12 triple10) -> rule6) triple12) -> rule4))]", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple12 triple10) -> (rule6 % int2)) triple12) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not young.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple11 triple12 triple10) -> rule6) triple12) -> rule4))]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple12 triple10) -> (rule6 % int2)) triple12) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is young.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple4 ((triple7 triple6) -> rule2) triple3) -> rule6) ((triple7 triple6) -> rule2)) -> rule4) OR ((((triple4 ((triple7 triple6) -> rule2) triple3) -> rule6) ((triple7 ((triple4 triple7) -> rule5)) -> rule2)) -> rule4) OR ((((triple4 ((triple7 ((triple4 triple7) -> rule5)) -> rule2) triple3) -> rule6) ((triple7 triple6) -> rule2)) -> rule4) OR ((((triple4 ((triple7 ((triple4 triple7) -> rule5)) -> rule2) triple3) -> rule6) ((triple7 ((triple4 triple7) -> rule5)) -> rule2)) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple7 triple6) -> (rule2 % int3)) triple3) -> (rule6 % int2)) ((triple7 triple6) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple4 ((triple7 triple6) -> (rule2 % int4)) triple3) -> (rule6 % int3)) ((triple7 ((triple4 triple7) -> (rule5 % int2))) -> (rule2 % int4))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple4 ((triple7 ((triple4 triple7) -> (rule5 % int4))) -> (rule2 % int3)) triple3) -> (rule6 % int2)) ((triple7 triple6) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple4 ((triple7 ((triple4 triple7) -> (rule5 % int4))) -> (rule2 % int3)) triple3) -> (rule6 % int2)) ((triple7 ((triple4 triple7) -> (rule5 % int4))) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Charlie is not young.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple4 ((triple7 triple6) -> rule2) triple3) -> rule6) ((triple7 triple6) -> rule2)) -> rule4) OR ((((triple4 ((triple7 triple6) -> rule2) triple3) -> rule6) ((triple7 ((triple4 triple7) -> rule5)) -> rule2)) -> rule4) OR ((((triple4 ((triple7 ((triple4 triple7) -> rule5)) -> rule2) triple3) -> rule6) ((triple7 triple6) -> rule2)) -> rule4) OR ((((triple4 ((triple7 ((triple4 triple7) -> rule5)) -> rule2) triple3) -> rule6) ((triple7 ((triple4 triple7) -> rule5)) -> rule2)) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple7 triple6) -> (rule2 % int3)) triple3) -> (rule6 % int2)) ((triple7 triple6) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple4 ((triple7 triple6) -> (rule2 % int4)) triple3) -> (rule6 % int3)) ((triple7 ((triple4 triple7) -> (rule5 % int2))) -> (rule2 % int4))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple4 ((triple7 ((triple4 triple7) -> (rule5 % int4))) -> (rule2 % int3)) triple3) -> (rule6 % int2)) ((triple7 triple6) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple4 ((triple7 ((triple4 triple7) -> (rule5 % int4))) -> (rule2 % int3)) triple3) -> (rule6 % int2)) ((triple7 ((triple4 triple7) -> (rule5 % int4))) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Dave is not cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "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": "Charlie is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Bob is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is cold.[(triple2)] Bob is red.[(triple1)] Charlie is big.[(triple7)] Charlie is cold.[(triple6 OR ((triple4 triple7) -> rule5))] Charlie is green.[(triple5)] Charlie is kind.[(triple4)] Charlie is nice.[(triple3)] Dave is green.[(triple8)] Eric is blue.[(triple12)] Eric is kind.[(triple11)] Eric is nice.[(triple10)] Eric is round.[(triple9)] @1: Charlie is blue.[(((triple7 triple6) -> rule2) OR ((triple7 ((triple4 triple7) -> rule5)) -> rule2))] Eric is rough.[(((triple11 triple12 triple10) -> rule6))] @2: Charlie is rough.[(((triple4 ((triple7 triple6) -> rule2) triple3) -> rule6) OR ((triple4 ((triple7 ((triple4 triple7) -> rule5)) -> rule2) triple3) -> rule6))] Eric is young.[(((((triple11 triple12 triple10) -> rule6) triple12) -> rule4))] @3: Charlie is young.[(((((triple4 ((triple7 triple6) -> rule2) triple3) -> rule6) ((triple7 triple6) -> rule2)) -> rule4) OR ((((triple4 ((triple7 triple6) -> rule2) triple3) -> rule6) ((triple7 ((triple4 triple7) -> rule5)) -> rule2)) -> rule4) OR ((((triple4 ((triple7 ((triple4 triple7) -> rule5)) -> rule2) triple3) -> rule6) ((triple7 triple6) -> rule2)) -> rule4) OR ((((triple4 ((triple7 ((triple4 triple7) -> rule5)) -> rule2) triple3) -> rule6) ((triple7 ((triple4 triple7) -> rule5)) -> rule2)) -> rule4))]
[ { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] }, { "representation": "((triple4 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple6) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" } ] }, { "representation": "((triple7 ((triple4 triple7) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is rough.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple12 triple10) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is rough.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple7 triple6) -> (rule2 % int2)) triple3) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" } ] }, { "representation": "((triple4 ((triple7 ((triple4 triple7) -> (rule5 % int3))) -> (rule2 % int2)) triple3) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, { "text": "Eric is young.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple12 triple10) -> (rule6 % int2)) triple12) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is young.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple7 triple6) -> (rule2 % int3)) triple3) -> (rule6 % int2)) ((triple7 triple6) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple4 ((triple7 triple6) -> (rule2 % int4)) triple3) -> (rule6 % int3)) ((triple7 ((triple4 triple7) -> (rule5 % int2))) -> (rule2 % int4))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int3" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple4 ((triple7 ((triple4 triple7) -> (rule5 % int4))) -> (rule2 % int3)) triple3) -> (rule6 % int2)) ((triple7 triple6) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple4 ((triple7 ((triple4 triple7) -> (rule5 % int4))) -> (rule2 % int3)) triple3) -> (rule6 % int2)) ((triple7 ((triple4 triple7) -> (rule5 % int4))) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "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": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Bob gets red when he is mad and tends to act very cold.", "sent2": "Charlie feels nice and kind today, so he paints himself green and embraces his cold side; Charlie is big enough to do whatever he wants.", "sent3": "Dave ate some rotten meat and now feels green.", "sent4": "Even though Eric feels blue because of how round he is, he is still nice and kind to people that talk to him.", "sent5": "Red and green people that are nice are cold to strangers.", "sent6": "People that are big and cold are blue as well.", "sent7": "A round shaped and rough person will be blue as well.", "sent8": "Blue people who are rough are often young.", "sent9": "Big kind people are usually cold.", "sent10": "A blue individual that is kind and nice to others also has a rough appearance.", "sent11": null }
AttNonegNatLang-OWA-1016
4
11
7
Alan who is considered nice was feeling rather rough today. Charlie was known for being kind, a bit big and round and for playing rough when he was young. Dave always goes out of his way to show that he is kind to people. Gary's skin turned blue and green in a lab accident. Despite his outward appearance, he is really nice. Kind young people are red. Big people who are red in color are often nice. Someone who is not kind, will see red and be cold, which leads them to always feel blue. Kind, rough people who are nice are also cold. As someone can be round and rough, they can also be nice and kind. Round people are often red before they turn green. A young person who is both big and blue is also someone who is green.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple4": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple7": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple8": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple10": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple11": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is kind and young then they are red.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is big and red then they are nice.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule3": { "text": "If someone is kind and red and cold then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule4": { "text": "If someone is kind and rough and nice then they are cold.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is nice and round and rough then they are kind.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule6": { "text": "If someone is round and red then they are green.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": { "text": "If someone is blue and young and big then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" } }
{ "Q1": { "question": "Charlie is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Alan is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Charlie is red.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple6 triple3) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not red.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple6 triple3) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is nice.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple7 ((triple6 triple3) -> rule1)) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple6 triple3) -> (rule1 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not nice.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple7 ((triple6 triple3) -> rule1)) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple6 triple3) -> (rule1 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is cold.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple6 triple5 ((triple7 ((triple6 triple3) -> rule1)) -> rule2)) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple5 ((triple7 ((triple6 triple3) -> (rule1 % int3))) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not cold.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple6 triple5 ((triple7 ((triple6 triple3) -> rule1)) -> rule2)) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple5 ((triple7 ((triple6 triple3) -> (rule1 % int3))) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Charlie is blue.", "answer": "True", "QDep": 4, "QLen": "13", "strategy": "proof", "proofs": "[(((triple6 ((triple6 triple3) -> rule1) ((triple6 triple5 ((triple7 ((triple6 triple3) -> rule1)) -> rule2)) -> rule4)) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple6 triple3) -> (rule1 % int4)) ((triple6 triple5 ((triple7 ((triple6 triple3) -> (rule1 % int4))) -> (rule2 % int3))) -> (rule4 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Charlie is not blue.", "answer": "False", "QDep": 4, "QLen": "13", "strategy": "inv-proof", "proofs": "[(((triple6 ((triple6 triple3) -> rule1) ((triple6 triple5 ((triple7 ((triple6 triple3) -> rule1)) -> rule2)) -> rule4)) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple6 triple3) -> (rule1 % int4)) ((triple6 triple5 ((triple7 ((triple6 triple3) -> (rule1 % int4))) -> (rule2 % int3))) -> (rule4 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Alan is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Dave is blue.[CWA. Example of deepest failure = (rule3 <- rule1 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"blue\" \"-\")" }, "Q14": { "question": "Alan is blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Alan is blue.[CWA. Example of deepest failure = (rule3 <- rule5 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "Q15": { "question": "Gary is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is kind.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Dave is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "Q17": { "question": "Gary is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"young\" \"-\")" }, "Q18": { "question": "Alan is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "Q19": { "question": "Dave is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")" }, "Q20": { "question": "Alan is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is nice.[(triple2)] Alan is rough.[(triple1)] Charlie is big.[(triple7)] Charlie is kind.[(triple6)] Charlie is rough.[(triple5)] Charlie is round.[(triple4)] Charlie is young.[(triple3)] Dave is kind.[(triple8)] Gary is blue.[(triple11)] Gary is green.[(triple10)] Gary is nice.[(triple9)] @1: Charlie is red.[(((triple6 triple3) -> rule1))] @2: Charlie is green.[(((triple4 ((triple6 triple3) -> rule1)) -> rule6) OR ((((triple6 ((triple6 triple3) -> rule1) ((triple6 triple5 ((triple7 ((triple6 triple3) -> rule1)) -> rule2)) -> rule4)) -> rule3) triple3 triple7) -> rule7))] Charlie is nice.[(((triple7 ((triple6 triple3) -> rule1)) -> rule2))] @3: Charlie is cold.[(((triple6 triple5 ((triple7 ((triple6 triple3) -> rule1)) -> rule2)) -> rule4))] @4: Charlie is blue.[(((triple6 ((triple6 triple3) -> rule1) ((triple6 triple5 ((triple7 ((triple6 triple3) -> rule1)) -> rule2)) -> rule4)) -> rule3))]
[ { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is green.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple6 triple3) -> (rule1 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple6 ((triple6 triple3) -> (rule1 % int5)) ((triple6 triple5 ((triple7 ((triple6 triple3) -> (rule1 % int5))) -> (rule2 % int4))) -> (rule4 % int3))) -> (rule3 % int2)) triple3 triple7) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int4" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int5" } ] } ] }, { "text": "Charlie is nice.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple6 triple3) -> (rule1 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is cold.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple5 ((triple7 ((triple6 triple3) -> (rule1 % int3))) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, { "text": "Charlie is blue.", "QDep": 4, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple6 triple3) -> (rule1 % int4)) ((triple6 triple5 ((triple7 ((triple6 triple3) -> (rule1 % int4))) -> (rule2 % int3))) -> (rule4 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "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": null }
{ "sent1": "Alan who is considered nice was feeling rather rough today.", "sent2": "Charlie was known for being kind, a bit big and round and for playing rough when he was young.", "sent3": "Dave always goes out of his way to show that he is kind to people.", "sent4": "Gary's skin turned blue and green in a lab accident; Despite his outward appearance, he is really nice.", "sent5": "Kind young people are red.", "sent6": "Big people who are red in color are often nice.", "sent7": "Someone who is not kind, will see red and be cold, which leads them to always feel blue.", "sent8": "Kind, rough people who are nice are also cold.", "sent9": "As someone can be round and rough, they can also be nice and kind.", "sent10": "Round people are often red before they turn green.", "sent11": "A young person who is both big and blue is also someone who is green." }
AttNonegNatLang-OWA-1274
3
10
6
Upon meeting Bob, you'll notice he's green and kind. Charlie is a nice and red, but very kind person as soon as you meet him. Eric is blue and cold. Harry is young and kind. But he plays really rough with his friends. A cold person who is round but rough around the edges is big. Rough people are often round. I've been told that big, nice people are very rough. A kind and nice person who is looking green is often red. Young, kind people with a round body shape can be cold to strangers. Nice young people who are always cold end up also being big.
{ "triple1": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple2": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple4": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple5": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple9": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple10": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is round and cold and rough then they are big.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is rough then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule3": { "text": "If someone is big and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule4": { "text": "If someone is kind and nice and green then they are red.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule5": { "text": "If someone is kind and young and round then they are cold.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule6": { "text": "If someone is cold and nice and young then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Charlie is red.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple3)]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q2": { "question": "Eric is not blue.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple7)]", "representation": "(\"Eric\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q3": { "question": "Harry is round.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple9) -> rule2))]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Harry is not round.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple9) -> rule2))]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Harry is cold.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple10 triple8 ((triple9) -> rule2)) -> rule5))]", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple8 ((triple9) -> (rule2 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Harry is not cold.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple10 triple8 ((triple9) -> rule2)) -> rule5))]", "representation": "(\"Harry\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple8 ((triple9) -> (rule2 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Harry is big.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((triple9) -> rule2) ((triple10 triple8 ((triple9) -> rule2)) -> rule5) triple9) -> rule1))]", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9) -> (rule2 % int3)) ((triple10 triple8 ((triple9) -> (rule2 % int3))) -> (rule5 % int2)) triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Harry is not big.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((triple9) -> rule2) ((triple10 triple8 ((triple9) -> rule2)) -> rule5) triple9) -> rule1))]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple9) -> (rule2 % int3)) ((triple10 triple8 ((triple9) -> (rule2 % int3))) -> (rule5 % int2)) triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Bob is big.[CWA. Example of deepest failure = (rule1 <- rule5 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Eric is big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Eric is big.[CWA. Example of deepest failure = (rule1 <- rule3 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Charlie is not rough.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Charlie is rough.[CWA. Example of deepest failure = (rule3 <- rule1 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is red.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "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\" \"+\")" }, "Q15": { "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\" \"-\")" }, "Q16": { "question": "Bob is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is green.[(triple2)] Bob is kind.[(triple1)] Charlie is kind.[(triple5)] Charlie is nice.[(triple4)] Charlie is red.[(triple3)] Eric is blue.[(triple7)] Eric is cold.[(triple6)] Harry is kind.[(triple10)] Harry is rough.[(triple9)] Harry is young.[(triple8)] @1: Harry is round.[(((triple9) -> rule2))] @2: Harry is cold.[(((triple10 triple8 ((triple9) -> rule2)) -> rule5))] @3: Harry is big.[(((((triple9) -> rule2) ((triple10 triple8 ((triple9) -> rule2)) -> rule5) triple9) -> rule1))]
[ { "text": "Bob is green.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is cold.", "QDep": 2, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple8 ((triple9) -> (rule2 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is big.", "QDep": 3, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9) -> (rule2 % int3)) ((triple10 triple8 ((triple9) -> (rule2 % int3))) -> (rule5 % int2)) triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Upon meeting Bob, you'll notice he's green and kind.", "sent2": "Charlie is a nice and red, but very kind person as soon as you meet him.", "sent3": "Eric is blue and cold.", "sent4": "Harry is young and kind; But he plays really rough with his friends.", "sent5": "A cold person who is round but rough around the edges is big.", "sent6": "Rough people are often round.", "sent7": "I've been told that big, nice people are very rough.", "sent8": "A kind and nice person who is looking green is often red.", "sent9": "Young, kind people with a round body shape can be cold to strangers.", "sent10": "Nice young people who are always cold end up also being big.", "sent11": null }
AttNonegNatLang-OWA-116
3
9
5
Even though Alan is young, he is still very round and still very red. Bob is blue and cold. Red Charlie is what folks call him, because he is quite red. Though he is young, Gary is still nice despite being quite blue. A green, inexperienced person with a round shape who is kind to others gets very red when in the sun. Someone who has a a young round face is often rough around the edges. Someone who is young and nice is often round. Young people tend to rough and nice, but they are also red. Color anybody red and blue, then make them rough, and they will surely be round.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple4": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "triple6": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "triple8": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple9": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is green and round and kind then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is round and young then they are rough.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule3": { "text": "If someone is young and nice then they are round.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is young and rough and nice then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule5": { "text": "If someone is blue and rough and red then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Bob is cold.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Alan is not round.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Gary is round.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple7 triple8) -> rule3))]", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Gary is not round.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple7 triple8) -> rule3))]", "representation": "(\"Gary\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Gary is rough.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple7 triple8) -> rule3) triple7) -> rule2))]", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple8) -> (rule3 % int2)) triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Gary is not rough.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple7 triple8) -> rule3) triple7) -> rule2))]", "representation": "(\"Gary\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple8) -> (rule3 % int2)) triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Gary is red.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple7 ((((triple7 triple8) -> rule3) triple7) -> rule2) triple8) -> rule4))]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((((triple7 triple8) -> (rule3 % int3)) triple7) -> (rule2 % int2)) triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Gary is not red.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple7 ((((triple7 triple8) -> rule3) triple7) -> rule2) triple8) -> rule4))]", "representation": "(\"Gary\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((((triple7 triple8) -> (rule3 % int3)) triple7) -> (rule2 % int2)) triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is rough.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Charlie is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is round.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is round.[CWA. Example of deepest failure = (rule5 <- rule2 <- FAIL)]]", "representation": "(\"Bob\" \"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": "Gary is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "Q15": { "question": "Charlie is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Charlie is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is red.[(triple3)] Alan is round.[(triple2)] Alan is young.[(triple1)] Bob is blue.[(triple5)] Bob is cold.[(triple4)] Charlie is red.[(triple6)] Gary is blue.[(triple9)] Gary is nice.[(triple8)] Gary is young.[(triple7)] @1: Alan is rough.[(((triple2 triple1) -> rule2))] Gary is round.[(((triple7 triple8) -> rule3))] @2: Gary is rough.[(((((triple7 triple8) -> rule3) triple7) -> rule2))] @3: Gary is red.[(((triple7 ((((triple7 triple8) -> rule3) triple7) -> rule2) triple8) -> rule4))]
[ { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is young.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is blue.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is young.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is round.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is rough.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple8) -> (rule3 % int2)) triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is red.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((((triple7 triple8) -> (rule3 % int3)) triple7) -> (rule2 % int2)) triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent4", "triple8": "sent4", "triple9": "sent4", "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": null, "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Even though Alan is young, he is still very round and still very red.", "sent2": "Bob is blue and cold.", "sent3": "Red Charlie is what folks call him, because he is quite red.", "sent4": "Though he is young, Gary is still nice despite being quite blue.", "sent5": "A green, inexperienced person with a round shape who is kind to others gets very red when in the sun.", "sent6": "Someone who has a a young round face is often rough around the edges.", "sent7": "Someone who is young and nice is often round.", "sent8": "Young people tend to rough and nice, but they are also red.", "sent9": "Color anybody red and blue, then make them rough, and they will surely be round.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1525
3
11
7
Charlie is young and kind. But he plays really rough with his friends. Eric is so young and darling he is kind to all the old people on the block. Because Gary gets cold easily he tends to appear round from bundling up. Harry, a kind and nice man, is wearing a green sweatshirt. He is also a fairly round sized man in shape. It seems to be that a person who is green, red, and blue will be very big. Nice and kind people tend to live green lifestyle and arent very rough. Nice and blue people have to be big as well. A big person in size will definitely be rough. Young, kind people have a habit of being nice. A nice and young aged person will definitely be green in color. You will find most green,cold and blue people to be rough.
{ "triple1": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple5": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "triple8": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")" }, "triple10": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple11": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is red and blue and green then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is nice and kind and green then they are rough.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule3": { "text": "If someone is nice and blue then they are big.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is big then they are rough.", "representation": "(((\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is kind and young then they are nice.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule6": { "text": "If someone is nice and young then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": { "text": "If someone is green and cold and blue then they are rough.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" } }
{ "Q1": { "question": "Gary is round.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Harry is not round.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple8)]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q3": { "question": "Harry is rough.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple9 triple10 triple11) -> rule2))]", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple10 triple11) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple3 triple1) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is green.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple3 triple1) -> rule5) triple1) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple1) -> (rule5 % int2)) triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not green.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple3 triple1) -> rule5) triple1) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple1) -> (rule5 % int2)) triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is rough.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple5 triple4) -> rule5) triple5 ((((triple5 triple4) -> rule5) triple4) -> rule6)) -> rule2))]", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4) -> (rule5 % int3)) triple5 ((((triple5 triple4) -> (rule5 % int3)) triple4) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Eric is not rough.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple5 triple4) -> rule5) triple5 ((((triple5 triple4) -> rule5) triple4) -> rule6)) -> rule2))]", "representation": "(\"Eric\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4) -> (rule5 % int3)) triple5 ((((triple5 triple4) -> (rule5 % int3)) triple4) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Harry is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Eric is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is green.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"-\")" }, "Q14": { "question": "Eric is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "Q15": { "question": "Eric is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Charlie is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is kind.[(triple3)] Charlie is rough.[(triple2 OR ((((triple3 triple1) -> rule5) triple3 ((((triple3 triple1) -> rule5) triple1) -> rule6)) -> rule2))] Charlie is young.[(triple1)] Eric is kind.[(triple5)] Eric is young.[(triple4)] Gary is cold.[(triple7)] Gary is round.[(triple6)] Harry is green.[(triple11)] Harry is kind.[(triple10)] Harry is nice.[(triple9)] Harry is round.[(triple8)] @1: Charlie is nice.[(((triple3 triple1) -> rule5))] Eric is nice.[(((triple5 triple4) -> rule5))] Harry is rough.[(((triple9 triple10 triple11) -> rule2))] @2: Charlie is green.[(((((triple3 triple1) -> rule5) triple1) -> rule6))] Eric is green.[(((((triple5 triple4) -> rule5) triple4) -> rule6))] @3: Eric is rough.[(((((triple5 triple4) -> rule5) triple5 ((((triple5 triple4) -> rule5) triple4) -> rule6)) -> rule2))]
[ { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] }, { "representation": "((((triple3 triple1) -> (rule5 % int3)) triple3 ((((triple3 triple1) -> (rule5 % int3)) triple1) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is nice.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is nice.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is rough.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple10 triple11) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is green.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple1) -> (rule5 % int2)) triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is green.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4) -> (rule5 % int2)) triple4) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is rough.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4) -> (rule5 % int3)) triple5 ((((triple5 triple4) -> (rule5 % int3)) triple4) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Charlie is young and kind; But he plays really rough with his friends.", "sent2": "Eric is so young and darling he is kind to all the old people on the block.", "sent3": "Because Gary gets cold easily he tends to appear round from bundling up.", "sent4": "Harry, a kind and nice man, is wearing a green sweatshirt; He is also a fairly round sized man in shape.", "sent5": "It seems to be that a person who is green, red, and blue will be very big.", "sent6": "Nice and kind people tend to live green lifestyle and arent very rough.", "sent7": "Nice and blue people have to be big as well.", "sent8": "A big person in size will definitely be rough.", "sent9": "Young, kind people have a habit of being nice.", "sent10": "A nice and young aged person will definitely be green in color.", "sent11": "You will find most green,cold and blue people to be rough." }
AttNonegNatLang-OWA-363
3
9
7
Bob is very young to be a nurse but he loves helping others because he is so nice and kind. Charlie is big and rough. One day Harry, a very nice old man with green ears, asked if I was as cold a block of ice. I said no but that I had heard that round people like him are cold blooded. Despite being kind cold people with red ears will still be big. People who are big and kind and feel down and blue tend to have rough skin. Someone being both nice and kind means that they are a big person. Cold and kind people tend to be blue. A green and quite rough person will also be blue. A nice person with rough skin will be round, you can count on it. A kind, young human will also be a blue human.
{ "triple1": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")" }, "triple8": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is cold and red and kind then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is kind and big and blue then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule3": { "text": "If someone is nice and kind then they are big.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is cold and kind then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule5": { "text": "If someone is rough and green then they are blue.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": { "text": "If someone is rough and nice then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule7": { "text": "If someone is kind and young then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" } }
{ "Q1": { "question": "Harry is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple7)]", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q2": { "question": "Harry is not cold.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple9)]", "representation": "(\"Harry\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q3": { "question": "Bob is blue.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple3 triple1) -> rule7))]", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple1) -> (rule7 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Bob is not blue.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple3 triple1) -> rule7))]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple1) -> (rule7 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Bob is rough.", "answer": "True", "QDep": 2, "QLen": "8", "strategy": "proof", "proofs": "[(((triple3 ((triple2 triple3) -> rule3) ((triple3 triple1) -> rule7)) -> rule2))]", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple2 triple3) -> (rule3 % int3)) ((triple3 triple1) -> (rule7 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Bob is not rough.", "answer": "False", "QDep": 2, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple3 ((triple2 triple3) -> rule3) ((triple3 triple1) -> rule7)) -> rule2))]", "representation": "(\"Bob\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple2 triple3) -> (rule3 % int3)) ((triple3 triple1) -> (rule7 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q7": { "question": "Bob is round.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple3 ((triple2 triple3) -> rule3) ((triple3 triple1) -> rule7)) -> rule2) triple2) -> rule6))]", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 ((triple2 triple3) -> (rule3 % int4)) ((triple3 triple1) -> (rule7 % int3))) -> (rule2 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Bob is not round.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple3 ((triple2 triple3) -> rule3) ((triple3 triple1) -> rule7)) -> rule2) triple2) -> rule6))]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3 ((triple2 triple3) -> (rule3 % int4)) ((triple3 triple1) -> (rule7 % int3))) -> (rule2 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Gary is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is round.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "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\" \"+\")" }, "Q15": { "question": "Bob is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")" }, "Q16": { "question": "Bob is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is kind.[(triple3)] Bob is nice.[(triple2)] Bob is young.[(triple1)] Charlie is big.[(triple5)] Charlie is rough.[(triple4)] Harry is cold.[(triple9)] Harry is green.[(triple8)] Harry is nice.[(triple7)] Harry is round.[(triple6)] @1: Bob is big.[(((triple2 triple3) -> rule3))] Bob is blue.[(((triple3 triple1) -> rule7))] @2: Bob is rough.[(((triple3 ((triple2 triple3) -> rule3) ((triple3 triple1) -> rule7)) -> rule2))] @3: Bob is round.[(((((triple3 ((triple2 triple3) -> rule3) ((triple3 triple1) -> rule7)) -> rule2) triple2) -> rule6))]
[ { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is nice.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is nice.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Bob is big.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is blue.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple1) -> (rule7 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is rough.", "QDep": 2, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple2 triple3) -> (rule3 % int3)) ((triple3 triple1) -> (rule7 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, { "text": "Bob is round.", "QDep": 3, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 ((triple2 triple3) -> (rule3 % int4)) ((triple3 triple1) -> (rule7 % int3))) -> (rule2 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "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 very young to be a nurse but he loves helping others because he is so nice and kind.", "sent2": "Charlie is big and rough.", "sent3": "One day Harry, a very nice old man with green ears, asked if I was as cold a block of ice; I said no but that I had heard that round people like him are cold blooded.", "sent4": "Despite being kind cold people with red ears will still be big.", "sent5": "People who are big and kind and feel down and blue tend to have rough skin.", "sent6": "Someone being both nice and kind means that they are a big person.", "sent7": "Cold and kind people tend to be blue.", "sent8": "A green and quite rough person will also be blue.", "sent9": "A nice person with rough skin will be round, you can count on it.", "sent10": "A kind, young human will also be a blue human.", "sent11": null }
AttNonegNatLang-OWA-682
3
12
5
Young Alan is so nice even though he always feels cold. He loves to wear blue and green clothes. Eric figured he wasn't just young and round. He was rough and red, and he was as green as he was big. Gary ate some rotten meat and now feels green. A big person who looks blue is also going to look young. A young round person who is green is also red. 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. Kind people who are nice find that they must also be rough. Invariably, any young person whose skin appears rough and green is bound to be quite big.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple6": { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple8": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple9": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple10": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple11": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple12": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" } }
{ "rule1": { "text": "If someone is blue and big then they are young.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule2": { "text": "If someone is young and round and green then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "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\" \"+\"))" }, "rule4": { "text": "If someone is kind and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is young and green and rough then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Alan is cold.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Alan is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Alan is kind.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple3 triple4 triple1) -> rule3))]", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4 triple1) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not kind.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple3 triple4 triple1) -> rule3))]", "representation": "(\"Alan\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4 triple1) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is rough.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple3 triple4 triple1) -> rule3) triple2) -> rule4))]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4 triple1) -> (rule3 % int2)) triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not rough.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple3 triple4 triple1) -> rule3) triple2) -> rule4))]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4 triple1) -> (rule3 % int2)) triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is big.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((triple1 triple3 ((((triple3 triple4 triple1) -> rule3) triple2) -> rule4)) -> rule5))]", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 ((((triple3 triple4 triple1) -> (rule3 % int3)) triple2) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not big.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple1 triple3 ((((triple3 triple4 triple1) -> rule3) triple2) -> rule4)) -> rule5))]", "representation": "(\"Alan\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 ((((triple3 triple4 triple1) -> (rule3 % int3)) triple2) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Alan is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is red.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is red.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Gary is big.[CWA. Example of deepest failure = (rule5 <- rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")" }, "Q14": { "question": "Eric is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "Q15": { "question": "Gary is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Gary is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple5)] Alan is cold.[(triple4)] Alan is green.[(triple3)] Alan is nice.[(triple2)] Alan is young.[(triple1)] Eric is big.[(triple11 OR ((triple6 triple10 triple8) -> rule5))] Eric is green.[(triple10)] Eric is red.[(triple9 OR ((triple6 triple7 triple10) -> rule2))] Eric is rough.[(triple8)] Eric is round.[(triple7)] Eric is young.[(triple6)] Gary is green.[(triple12)] @1: Alan is kind.[(((triple3 triple4 triple1) -> rule3))] @2: Alan is rough.[(((((triple3 triple4 triple1) -> rule3) triple2) -> rule4))] @3: Alan is big.[(((triple1 triple3 ((((triple3 triple4 triple1) -> rule3) triple2) -> rule4)) -> rule5))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Alan is cold.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "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": "triple11", "intermediates": [] }, { "representation": "((triple6 triple10 triple8) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] }, { "representation": "((triple6 triple7 triple10) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple4 triple1) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is rough.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 triple4 triple1) -> (rule3 % int2)) triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is big.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3 ((((triple3 triple4 triple1) -> (rule3 % int3)) triple2) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent2", "triple10": "sent2", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": null, "rule7": null, "triple11": "sent2", "triple12": "sent3" }
{ "sent1": "Young Alan is so nice even though he always feels cold; He loves to wear blue and green clothes.", "sent2": "Eric figured he wasn't just young and round; He was rough and red, and he was as green as he was big.", "sent3": "Gary ate some rotten meat and now feels green.", "sent4": "A big person who looks blue is also going to look young.", "sent5": "A young round person who is green is also red.", "sent6": "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.", "sent7": "Kind people who are nice find that they must also be rough.", "sent8": "Invariably, any young person whose skin appears rough and green is bound to be quite big.", "sent9": null, "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1070
3
11
6
Alan has green teeth and rough skin. People also notice his blue eyes. Eric is blue and cold. Gary has green teeth and rough skin. People also notice his blue eyes. That Harry is as round and red as a cherry, and twice as kind. If the description of nice and green applies to somebody, the description of young will, too. Young people who rough around in the cold are known to be very red. Someone with rough, big traits will be a green person, as well. Rough and green people are also nice. A blue person who is young and rough is also red. Anyone who's blue is also green.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple6": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple10": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple11": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is green and nice then they are young.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule2": { "text": "If someone is rough and young and cold then they are red.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is rough and big then they are green.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is rough and green then they are nice.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "text": "If someone is blue and young and rough then they are red.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is blue then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Alan is rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Harry is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple10)]", "representation": "(\"Harry\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q3": { "question": "Eric is green.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple5) -> rule6))]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple1 triple2) -> rule4) OR ((triple1 ((triple3) -> rule6)) -> rule4))]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple1 ((triple3) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q5": { "question": "Gary is young.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple7 ((triple6 triple7) -> rule4)) -> rule1) OR ((((triple8) -> rule6) ((triple6 triple7) -> rule4)) -> rule1) OR ((triple7 ((triple6 ((triple8) -> rule6)) -> rule4)) -> rule1) OR ((((triple8) -> rule6) ((triple6 ((triple8) -> rule6)) -> rule4)) -> rule1))]", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple6 triple7) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple8) -> (rule6 % int3)) ((triple6 triple7) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((triple7 ((triple6 ((triple8) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple8) -> (rule6 % int3)) ((triple6 ((triple8) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Alan is not young.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple2 ((triple1 triple2) -> rule4)) -> rule1) OR ((((triple3) -> rule6) ((triple1 triple2) -> rule4)) -> rule1) OR ((triple2 ((triple1 ((triple3) -> rule6)) -> rule4)) -> rule1) OR ((((triple3) -> rule6) ((triple1 ((triple3) -> rule6)) -> rule4)) -> rule1))]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple1 triple2) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple3) -> (rule6 % int3)) ((triple1 triple2) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((triple2 ((triple1 ((triple3) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple3) -> (rule6 % int3)) ((triple1 ((triple3) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q7": { "question": "Gary is red.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple8 ((triple7 ((triple6 triple7) -> rule4)) -> rule1) triple6) -> rule5) OR ((triple8 ((((triple8) -> rule6) ((triple6 triple7) -> rule4)) -> rule1) triple6) -> rule5) OR ((triple8 ((triple7 ((triple6 ((triple8) -> rule6)) -> rule4)) -> rule1) triple6) -> rule5) OR ((triple8 ((((triple8) -> rule6) ((triple6 ((triple8) -> rule6)) -> rule4)) -> rule1) triple6) -> rule5))]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple7 ((triple6 triple7) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((triple8 ((((triple8) -> (rule6 % int4)) ((triple6 triple7) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int4" } ] }, { "representation": "((triple8 ((triple7 ((triple6 ((triple8) -> (rule6 % int4))) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int4" } ] }, { "representation": "((triple8 ((((triple8) -> (rule6 % int4)) ((triple6 ((triple8) -> (rule6 % int4))) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Gary is not red.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple8 ((triple7 ((triple6 triple7) -> rule4)) -> rule1) triple6) -> rule5) OR ((triple8 ((((triple8) -> rule6) ((triple6 triple7) -> rule4)) -> rule1) triple6) -> rule5) OR ((triple8 ((triple7 ((triple6 ((triple8) -> rule6)) -> rule4)) -> rule1) triple6) -> rule5) OR ((triple8 ((((triple8) -> rule6) ((triple6 ((triple8) -> rule6)) -> rule4)) -> rule1) triple6) -> rule5))]", "representation": "(\"Gary\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple7 ((triple6 triple7) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((triple8 ((((triple8) -> (rule6 % int4)) ((triple6 triple7) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int4" } ] }, { "representation": "((triple8 ((triple7 ((triple6 ((triple8) -> (rule6 % int4))) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int4" } ] }, { "representation": "((triple8 ((((triple8) -> (rule6 % int4)) ((triple6 ((triple8) -> (rule6 % int4))) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Harry is not young.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Harry is young.[CWA. Example of deepest failure = (rule1 <- rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Eric is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is red.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Eric is not young.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Eric is young.[CWA. Example of deepest failure = (rule1 <- rule4 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Eric is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")" }, "Q14": { "question": "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\" \"+\")" }, "Q15": { "question": "Harry is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")" }, "Q16": { "question": "Harry is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple3)] Alan is green.[(triple2 OR ((triple3) -> rule6))] Alan is rough.[(triple1)] Eric is blue.[(triple5)] Eric is cold.[(triple4)] Gary is blue.[(triple8)] Gary is green.[(triple7 OR ((triple8) -> rule6))] Gary is rough.[(triple6)] Harry is kind.[(triple11)] Harry is red.[(triple10)] Harry is round.[(triple9)] @1: Alan is nice.[(((triple1 triple2) -> rule4) OR ((triple1 ((triple3) -> rule6)) -> rule4))] Eric is green.[(((triple5) -> rule6))] Gary is nice.[(((triple6 triple7) -> rule4) OR ((triple6 ((triple8) -> rule6)) -> rule4))] @2: Alan is young.[(((triple2 ((triple1 triple2) -> rule4)) -> rule1) OR ((((triple3) -> rule6) ((triple1 triple2) -> rule4)) -> rule1) OR ((triple2 ((triple1 ((triple3) -> rule6)) -> rule4)) -> rule1) OR ((((triple3) -> rule6) ((triple1 ((triple3) -> rule6)) -> rule4)) -> rule1))] Gary is young.[(((triple7 ((triple6 triple7) -> rule4)) -> rule1) OR ((((triple8) -> rule6) ((triple6 triple7) -> rule4)) -> rule1) OR ((triple7 ((triple6 ((triple8) -> rule6)) -> rule4)) -> rule1) OR ((((triple8) -> rule6) ((triple6 ((triple8) -> rule6)) -> rule4)) -> rule1))] @3: Alan is red.[(((triple3 ((triple2 ((triple1 triple2) -> rule4)) -> rule1) triple1) -> rule5) OR ((triple3 ((((triple3) -> rule6) ((triple1 triple2) -> rule4)) -> rule1) triple1) -> rule5) OR ((triple3 ((triple2 ((triple1 ((triple3) -> rule6)) -> rule4)) -> rule1) triple1) -> rule5) OR ((triple3 ((((triple3) -> rule6) ((triple1 ((triple3) -> rule6)) -> rule4)) -> rule1) triple1) -> rule5))] Gary is red.[(((triple8 ((triple7 ((triple6 triple7) -> rule4)) -> rule1) triple6) -> rule5) OR ((triple8 ((((triple8) -> rule6) ((triple6 triple7) -> rule4)) -> rule1) triple6) -> rule5) OR ((triple8 ((triple7 ((triple6 ((triple8) -> rule6)) -> rule4)) -> rule1) triple6) -> rule5) OR ((triple8 ((((triple8) -> rule6) ((triple6 ((triple8) -> rule6)) -> rule4)) -> rule1) triple6) -> rule5))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] }, { "representation": "((triple3) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "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": [] }, { "representation": "((triple8) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple1 ((triple3) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is green.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is nice.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple6 ((triple8) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is young.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple1 triple2) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple3) -> (rule6 % int3)) ((triple1 triple2) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((triple2 ((triple1 ((triple3) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple3) -> (rule6 % int3)) ((triple1 ((triple3) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, { "text": "Gary is young.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple6 triple7) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple8) -> (rule6 % int3)) ((triple6 triple7) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((triple7 ((triple6 ((triple8) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple8) -> (rule6 % int3)) ((triple6 ((triple8) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, { "text": "Alan is red.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple2 ((triple1 triple2) -> (rule4 % int3))) -> (rule1 % int2)) triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((triple3 ((((triple3) -> (rule6 % int4)) ((triple1 triple2) -> (rule4 % int3))) -> (rule1 % int2)) triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int4" } ] }, { "representation": "((triple3 ((triple2 ((triple1 ((triple3) -> (rule6 % int4))) -> (rule4 % int3))) -> (rule1 % int2)) triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int4" } ] }, { "representation": "((triple3 ((((triple3) -> (rule6 % int4)) ((triple1 ((triple3) -> (rule6 % int4))) -> (rule4 % int3))) -> (rule1 % int2)) triple1) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] }, { "text": "Gary is red.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 ((triple7 ((triple6 triple7) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((triple8 ((((triple8) -> (rule6 % int4)) ((triple6 triple7) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int4" } ] }, { "representation": "((triple8 ((triple7 ((triple6 ((triple8) -> (rule6 % int4))) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int4" } ] }, { "representation": "((triple8 ((((triple8) -> (rule6 % int4)) ((triple6 ((triple8) -> (rule6 % int4))) -> (rule4 % int3))) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": null }
{ "sent1": "Alan has green teeth and rough skin; People also notice his blue eyes.", "sent2": "Eric is blue and cold.", "sent3": "Gary has green teeth and rough skin; People also notice his blue eyes.", "sent4": "That Harry is as round and red as a cherry, and twice as kind.", "sent5": "If the description of nice and green applies to somebody, the description of young will, too.", "sent6": "Young people who rough around in the cold are known to be very red.", "sent7": "Someone with rough, big traits will be a green person, as well.", "sent8": "Rough and green people are also nice.", "sent9": "A blue person who is young and rough is also red.", "sent10": "Anyone who's blue is also green.", "sent11": null }
AttNonegNatLang-OWA-1226
3
12
6
There is a very nice young man with a round body who is wearing green named Alan. Charlie 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. Fred may seem round and rough, but he's actually nice. Don't be intimidated by his blue skin and big body. They always call him rough Harry. Nice people that are blue because they are cold turn green with envy. If the description of nice and green applies to somebody, the description of young will, too. Someone who is not kind, will see red and be cold, which leads them to always feel blue. Big people who are round in stature and also feel rough are often cold to other people. Someone who is very rough and big in size, and also has a round physique tend to be very cold. Big people who at the same time are cold hearted and nice are a conundrum but they are also kind.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple5": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple8": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple9": { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "triple10": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple11": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple12": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" } }
{ "rule1": { "text": "If someone is blue and nice and cold then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule2": { "text": "If someone is green and nice then they are young.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule3": { "text": "If someone is kind and red and cold then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule4": { "text": "If someone is big and rough and round then they are cold.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is rough and big and round then they are cold.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule6": { "text": "If someone is cold and nice and big then they are kind.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Fred is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Alan is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple3)]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q3": { "question": "Fred is cold.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple11 triple8 triple7) -> rule4) OR ((triple8 triple11 triple7) -> rule5))]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple8 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" } ] }, { "representation": "((triple8 triple11 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not cold.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple11 triple8 triple7) -> rule4) OR ((triple8 triple11 triple7) -> rule5))]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple8 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" } ] }, { "representation": "((triple8 triple11 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is green.", "answer": "True", "QDep": 2, "QLen": "7", "strategy": "proof", "proofs": "[(((triple10 triple9 ((triple11 triple8 triple7) -> rule4)) -> rule1) OR ((triple10 triple9 ((triple8 triple11 triple7) -> rule5)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 ((triple11 triple8 triple7) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" } ] }, { "representation": "((triple10 triple9 ((triple8 triple11 triple7) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not green.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple10 triple9 ((triple11 triple8 triple7) -> rule4)) -> rule1) OR ((triple10 triple9 ((triple8 triple11 triple7) -> rule5)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 ((triple11 triple8 triple7) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" } ] }, { "representation": "((triple10 triple9 ((triple8 triple11 triple7) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is young.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((triple10 triple9 ((triple11 triple8 triple7) -> rule4)) -> rule1) triple9) -> rule2) OR ((((triple10 triple9 ((triple8 triple11 triple7) -> rule5)) -> rule1) triple9) -> rule2))]", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 ((triple11 triple8 triple7) -> (rule4 % int3))) -> (rule1 % int2)) triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple10 triple9 ((triple8 triple11 triple7) -> (rule5 % int3))) -> (rule1 % int2)) triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not young.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((triple10 triple9 ((triple11 triple8 triple7) -> rule4)) -> rule1) triple9) -> rule2) OR ((((triple10 triple9 ((triple8 triple11 triple7) -> rule5)) -> rule1) triple9) -> rule2))]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 ((triple11 triple8 triple7) -> (rule4 % int3))) -> (rule1 % int2)) triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple10 triple9 ((triple8 triple11 triple7) -> (rule5 % int3))) -> (rule1 % int2)) triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Harry is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is blue.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Alan is blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is blue.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Harry is not cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is cold.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"red\" \"-\")" }, "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 round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is green.[(triple4)] Alan is nice.[(triple3)] Alan is round.[(triple2)] Alan is young.[(triple1 OR ((triple4 triple3) -> rule2))] Charlie is blue.[(triple6)] Charlie is rough.[(triple5)] Fred is big.[(triple11)] Fred is blue.[(triple10)] Fred is nice.[(triple9)] Fred is rough.[(triple8)] Fred is round.[(triple7)] Harry is rough.[(triple12)] @1: Fred is cold.[(((triple11 triple8 triple7) -> rule4) OR ((triple8 triple11 triple7) -> rule5))] @2: Fred is green.[(((triple10 triple9 ((triple11 triple8 triple7) -> rule4)) -> rule1) OR ((triple10 triple9 ((triple8 triple11 triple7) -> rule5)) -> rule1))] Fred is kind.[(((((triple11 triple8 triple7) -> rule4) triple9 triple11) -> rule6) OR ((((triple8 triple11 triple7) -> rule5) triple9 triple11) -> rule6))] @3: Fred is young.[(((((triple10 triple9 ((triple11 triple8 triple7) -> rule4)) -> rule1) triple9) -> rule2) OR ((((triple10 triple9 ((triple8 triple11 triple7) -> rule5)) -> rule1) triple9) -> rule2))]
[ { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is young.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] }, { "representation": "((triple4 triple3) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple11 triple8 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" } ] }, { "representation": "((triple8 triple11 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is green.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 ((triple11 triple8 triple7) -> (rule4 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" } ] }, { "representation": "((triple10 triple9 ((triple8 triple11 triple7) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is kind.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple11 triple8 triple7) -> (rule4 % int2)) triple9 triple11) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple8 triple11 triple7) -> (rule5 % int2)) triple9 triple11) -> (rule6 % 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 young.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 ((triple11 triple8 triple7) -> (rule4 % int3))) -> (rule1 % int2)) triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple10 triple9 ((triple8 triple11 triple7) -> (rule5 % int3))) -> (rule1 % int2)) triple9) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent3", "triple12": "sent4" }
{ "sent1": "There is a very nice young man with a round body who is wearing green named Alan.", "sent2": "Charlie grew up in a family with six other boys and that make him a rough guy; Right now he's feeling blue because his dog is sick.", "sent3": "Fred may seem round and rough, but he's actually nice; Don't be intimidated by his blue skin and big body.", "sent4": "They always call him rough Harry.", "sent5": "Nice people that are blue because they are cold turn green with envy.", "sent6": "If the description of nice and green applies to somebody, the description of young will, too.", "sent7": "Someone who is not kind, will see red and be cold, which leads them to always feel blue.", "sent8": "Big people who are round in stature and also feel rough are often cold to other people.", "sent9": "Someone who is very rough and big in size, and also has a round physique tend to be very cold.", "sent10": "Big people who at the same time are cold hearted and nice are a conundrum but they are also kind.", "sent11": null }
AttNonegNatLang-OWA-169
4
10
7
Charlie is big and round man that is looking rather green after seeing some bad mayonnaise. Dave is green, which is a possible explanation for why he is so nice. Eric, a green man, was also big, but underneath he was kind. Because Harry gets cold easily he tends to appear round from bundling up. If a red person is cold and kind to others, they also tend to be blue. When young, round people are cold it their skin gets a blue tinge to it. If the description of nice and green applies to somebody, the description of young will, too. Kind big people are green and young. On a voyage across the sea it is always the round, kind people, green with seasickness that turn red with embarrassment. People who are young and green are also kind. If someone seems young, kind, and nice, expect them to be quite round.
{ "triple1": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple4": { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")" }, "triple5": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple7": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple9": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple10": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is cold and kind and red then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule2": { "text": "If someone is young and round and cold then they are blue.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is green and nice then they are young.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is kind and green and big then they are young.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule5": { "text": "If someone is kind and green and round then they are red.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is young and green then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule7": { "text": "If someone is young and kind and nice then they are round.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" } }
{ "Q1": { "question": "Harry is round.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Dave is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple5)]", "representation": "(\"Dave\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q3": { "question": "Dave is young.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple5 triple4) -> rule3))]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule3 % 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) -> rule3))]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is kind.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple5 triple4) -> rule3) triple5) -> rule6))]", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4) -> (rule3 % int2)) triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not kind.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple5 triple4) -> rule3) triple5) -> rule6))]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4) -> (rule3 % int2)) triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Dave is round.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple5 triple4) -> rule3) ((((triple5 triple4) -> rule3) triple5) -> rule6) triple4) -> rule7))]", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4) -> (rule3 % int3)) ((((triple5 triple4) -> (rule3 % int3)) triple5) -> (rule6 % int2)) triple4) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Dave is not round.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple5 triple4) -> rule3) ((((triple5 triple4) -> rule3) triple5) -> rule6) triple4) -> rule7))]", "representation": "(\"Dave\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4) -> (rule3 % int3)) ((((triple5 triple4) -> (rule3 % int3)) triple5) -> (rule6 % int2)) triple4) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is red.", "answer": "True", "QDep": 4, "QLen": "17", "strategy": "proof", "proofs": "[(((((((triple5 triple4) -> rule3) triple5) -> rule6) triple5 ((((triple5 triple4) -> rule3) ((((triple5 triple4) -> rule3) triple5) -> rule6) triple4) -> rule7)) -> rule5))]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple5 triple4) -> (rule3 % int4)) triple5) -> (rule6 % int3)) triple5 ((((triple5 triple4) -> (rule3 % int4)) ((((triple5 triple4) -> (rule3 % int4)) triple5) -> (rule6 % int3)) triple4) -> (rule7 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Dave is not red.", "answer": "False", "QDep": 4, "QLen": "17", "strategy": "inv-proof", "proofs": "[(((((((triple5 triple4) -> rule3) triple5) -> rule6) triple5 ((((triple5 triple4) -> rule3) ((((triple5 triple4) -> rule3) triple5) -> rule6) triple4) -> rule7)) -> rule5))]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple5 triple4) -> (rule3 % int4)) triple5) -> (rule6 % int3)) triple5 ((((triple5 triple4) -> (rule3 % int4)) ((((triple5 triple4) -> (rule3 % int4)) triple5) -> (rule6 % int3)) triple4) -> (rule7 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Harry is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is young.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "rconc", "proofs": "[@3: Charlie is young.[CWA. Example of deepest failure = (rule4 <- rule6 <- rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "Eric is blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is blue.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "Q15": { "question": "Charlie is not kind.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Charlie is kind.[CWA. Example of deepest failure = (rule6 <- rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Harry is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "Q17": { "question": "Dave is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")" }, "Q18": { "question": "Charlie is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "Q19": { "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\" \"-\")" }, "Q20": { "question": "Charlie is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is big.[(triple3)] Charlie is green.[(triple2)] Charlie is round.[(triple1)] Dave is green.[(triple5)] Dave is nice.[(triple4)] Eric is big.[(triple8)] Eric is green.[(triple7)] Eric is kind.[(triple6)] Harry is cold.[(triple10)] Harry is round.[(triple9)] @1: Dave is young.[(((triple5 triple4) -> rule3))] Eric is young.[(((triple6 triple7 triple8) -> rule4))] @2: Dave is kind.[(((((triple5 triple4) -> rule3) triple5) -> rule6))] @3: Dave is round.[(((((triple5 triple4) -> rule3) ((((triple5 triple4) -> rule3) triple5) -> rule6) triple4) -> rule7))] @4: Dave is red.[(((((((triple5 triple4) -> rule3) triple5) -> rule6) triple5 ((((triple5 triple4) -> rule3) ((((triple5 triple4) -> rule3) triple5) -> rule6) triple4) -> rule7)) -> rule5))]
[ { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Dave is young.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is young.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple7 triple8) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is kind.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4) -> (rule3 % int2)) triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is round.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple4) -> (rule3 % int3)) ((((triple5 triple4) -> (rule3 % int3)) triple5) -> (rule6 % int2)) triple4) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, { "text": "Dave is red.", "QDep": 4, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple5 triple4) -> (rule3 % int4)) triple5) -> (rule6 % int3)) triple5 ((((triple5 triple4) -> (rule3 % int4)) ((((triple5 triple4) -> (rule3 % int4)) triple5) -> (rule6 % int3)) triple4) -> (rule7 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int3" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": null, "triple12": null }
{ "sent1": "Charlie is big and round man that is looking rather green after seeing some bad mayonnaise.", "sent2": "Dave is green, which is a possible explanation for why he is so nice.", "sent3": "Eric, a green man, was also big, but underneath he was kind.", "sent4": "Because Harry gets cold easily he tends to appear round from bundling up.", "sent5": "If a red person is cold and kind to others, they also tend to be blue.", "sent6": "When young, round people are cold it their skin gets a blue tinge to it.", "sent7": "If the description of nice and green applies to somebody, the description of young will, too.", "sent8": "Kind big people are green and young.", "sent9": "On a voyage across the sea it is always the round, kind people, green with seasickness that turn red with embarrassment.", "sent10": "People who are young and green are also kind.", "sent11": "If someone seems young, kind, and nice, expect them to be quite round." }
AttNonegNatLang-OWA-689
3
9
7
Charlie is young and green round guy, and that keeps him from being cold. He has stayed kind. In the snow sits Dave, crying from being cold. Eric always goes out of his way to show that he is kind to people. Fred is blue and cold. If someone is blue and rough, they always see red in others. Round, rough people blue with sadness turn out to be green. Anyone that is a red, nice soul will be big, too. Could you imagine how weird it would be if someone was nice, blue, and kind, but not green also. If a person is red and green, then they will present as big. People who have a big shape while they are young are found to be nice. A round person will also be red.
{ "triple1": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple5": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple8": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple9": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is blue and rough then they are red.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is blue and round and rough then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "text": "If someone is red and nice then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is nice and blue and kind then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule5": { "text": "If someone is red and green then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule6": { "text": "If someone is young and big then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule7": { "text": "If someone is round then they are red.", "representation": "(((\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" } }
{ "Q1": { "question": "Charlie is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Charlie is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Charlie is red.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple2) -> rule7))]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not red.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple2) -> rule7))]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is big.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((((triple2) -> rule7) triple4) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2) -> (rule7 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not big.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((((triple2) -> rule7) triple4) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2) -> (rule7 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is nice.", "answer": "True", "QDep": 3, "QLen": "6", "strategy": "proof", "proofs": "[(((triple1 ((((triple2) -> rule7) triple4) -> rule5)) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((((triple2) -> (rule7 % int3)) triple4) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not nice.", "answer": "False", "QDep": 3, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple1 ((((triple2) -> rule7) triple4) -> rule5)) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((((triple2) -> (rule7 % int3)) triple4) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Eric is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Dave is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is nice.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Eric is big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Eric is big.[CWA. Example of deepest failure = (rule3 <- rule1 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"blue\" \"-\")" }, "Q14": { "question": "Fred is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "Q15": { "question": "Fred is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")" }, "Q16": { "question": "Dave is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is cold.[(triple5)] Charlie is green.[(triple4)] Charlie is kind.[(triple3)] Charlie is round.[(triple2)] Charlie is young.[(triple1)] Dave is cold.[(triple6)] Eric is kind.[(triple7)] Fred is blue.[(triple9)] Fred is cold.[(triple8)] @1: Charlie is red.[(((triple2) -> rule7))] @2: Charlie is big.[(((((triple2) -> rule7) triple4) -> rule5))] @3: Charlie is nice.[(((triple1 ((((triple2) -> rule7) triple4) -> rule5)) -> rule6))]
[ { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is cold.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is big.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2) -> (rule7 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is nice.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((((triple2) -> (rule7 % int3)) triple4) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent3", "triple8": "sent4", "triple9": "sent4", "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": null, "triple12": null }
{ "sent1": "Charlie is young and green round guy, and that keeps him from being cold; He has stayed kind.", "sent2": "In the snow sits Dave, crying from being cold.", "sent3": "Eric always goes out of his way to show that he is kind to people.", "sent4": "Fred is blue and cold.", "sent5": "If someone is blue and rough, they always see red in others.", "sent6": "Round, rough people blue with sadness turn out to be green.", "sent7": "Anyone that is a red, nice soul will be big, too.", "sent8": "Could you imagine how weird it would be if someone was nice, blue, and kind, but not green also.", "sent9": "If a person is red and green, then they will present as big.", "sent10": "People who have a big shape while they are young are found to be nice.", "sent11": "A round person will also be red." }
AttNonegNatLang-OWA-1255
4
11
7
Dave is rough and red, but he is still young; he is still blue with youth. Fred is a young and nice man, and he is also very big shaped. That Gary is as round and red as a cherry, and twice as kind. They always call him rough Harry. We called someone with green, round eyes, blue for some reason. A big round person is nice. If someone is young at heart and has big toes as well as being nice to others then you'll see that they are also kind to children. Like a blueberry, a big blue person is round as anything. Being big and kind like a gentle giant can make anyone blue. There are so many rough, young people and for some reason they are all big too. Anybody that is rough, cold and nice will be round at the same time.
{ "triple1": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple4": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple6": { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "triple7": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple8": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple10": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple11": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is green and round then they are blue.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule2": { "text": "If someone is round and big then they are nice.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule3": { "text": "If someone is young and big and nice then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule4": { "text": "If someone is blue and big then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule5": { "text": "If someone is big and kind then they are blue.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": { "text": "If someone is young and rough then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": { "text": "If someone is rough and cold and nice then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" } }
{ "Q1": { "question": "Dave is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Dave is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple3)]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q3": { "question": "Dave is big.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple1 triple2) -> rule6))]", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not big.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple1 triple2) -> rule6))]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is round.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple4 ((triple1 triple2) -> rule6)) -> rule4))]", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple1 triple2) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not blue.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple7 ((triple5 triple7 triple6) -> rule3)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple5 triple7 triple6) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is round.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((((triple7 ((triple5 triple7 triple6) -> rule3)) -> rule5) triple7) -> rule4))]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 ((triple5 triple7 triple6) -> (rule3 % int3))) -> (rule5 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not round.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((triple7 ((triple5 triple7 triple6) -> rule3)) -> rule5) triple7) -> rule4))]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7 ((triple5 triple7 triple6) -> (rule3 % int3))) -> (rule5 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is kind.", "answer": "True", "QDep": 4, "QLen": "14", "strategy": "proof", "proofs": "[(((triple1 ((triple1 triple2) -> rule6) ((((triple4 ((triple1 triple2) -> rule6)) -> rule4) ((triple1 triple2) -> rule6)) -> rule2)) -> rule3))]", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple1 triple2) -> (rule6 % int4)) ((((triple4 ((triple1 triple2) -> (rule6 % int4))) -> (rule4 % int3)) ((triple1 triple2) -> (rule6 % int4))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int3" }, { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Dave is not kind.", "answer": "False", "QDep": 4, "QLen": "14", "strategy": "inv-proof", "proofs": "[(((triple1 ((triple1 triple2) -> rule6) ((((triple4 ((triple1 triple2) -> rule6)) -> rule4) ((triple1 triple2) -> rule6)) -> rule2)) -> rule3))]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple1 triple2) -> (rule6 % int4)) ((((triple4 ((triple1 triple2) -> (rule6 % int4))) -> (rule4 % int3)) ((triple1 triple2) -> (rule6 % int4))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int3" }, { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Harry is not nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Harry is nice.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is blue.[CWA. Example of deepest failure = (rule5 <- rule6 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "Harry is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is big.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "Q15": { "question": "Harry is not round.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Harry is round.[CWA. Example of deepest failure = (rule4 <- rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Harry is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "Q17": { "question": "Fred is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")" }, "Q18": { "question": "Gary is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "Q19": { "question": "Fred is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")" }, "Q20": { "question": "Dave is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Dave is blue.[(triple4)] Dave is red.[(triple3)] Dave is rough.[(triple2)] Dave is young.[(triple1)] Fred is big.[(triple7)] Fred is nice.[(triple6)] Fred is young.[(triple5)] Gary is kind.[(triple10)] Gary is red.[(triple9)] Gary is round.[(triple8)] Harry is rough.[(triple11)] @1: Dave is big.[(((triple1 triple2) -> rule6))] Fred is kind.[(((triple5 triple7 triple6) -> rule3))] @2: Dave is round.[(((triple4 ((triple1 triple2) -> rule6)) -> rule4))] Fred is blue.[(((triple7 ((triple5 triple7 triple6) -> rule3)) -> rule5))] @3: Dave is nice.[(((((triple4 ((triple1 triple2) -> rule6)) -> rule4) ((triple1 triple2) -> rule6)) -> rule2))] Fred is round.[(((((triple7 ((triple5 triple7 triple6) -> rule3)) -> rule5) triple7) -> rule4))] @4: Dave is kind.[(((triple1 ((triple1 triple2) -> rule6) ((((triple4 ((triple1 triple2) -> rule6)) -> rule4) ((triple1 triple2) -> rule6)) -> rule2)) -> rule3))]
[ { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Dave is young.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Dave is big.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is kind.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple7 triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is round.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple1 triple2) -> (rule6 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is blue.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple5 triple7 triple6) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is nice.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple1 triple2) -> (rule6 % int3))) -> (rule4 % int2)) ((triple1 triple2) -> (rule6 % int3))) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, { "text": "Fred is round.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 ((triple5 triple7 triple6) -> (rule3 % int3))) -> (rule5 % int2)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, { "text": "Dave is kind.", "QDep": 4, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple1 triple2) -> (rule6 % int4)) ((((triple4 ((triple1 triple2) -> (rule6 % int4))) -> (rule4 % int3)) ((triple1 triple2) -> (rule6 % int4))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int3" }, { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Dave is rough and red, but he is still young; he is still blue with youth.", "sent2": "Fred is a young and nice man, and he is also very big shaped.", "sent3": "That Gary is as round and red as a cherry, and twice as kind.", "sent4": "They always call him rough Harry.", "sent5": "We called someone with green, round eyes, blue for some reason.", "sent6": "A big round person is nice.", "sent7": "If someone is young at heart and has big toes as well as being nice to others then you'll see that they are also kind to children.", "sent8": "Like a blueberry, a big blue person is round as anything.", "sent9": "Being big and kind like a gentle giant can make anyone blue.", "sent10": "There are so many rough, young people and for some reason they are all big too.", "sent11": "Anybody that is rough, cold and nice will be round at the same time." }
AttNonegNatLang-OWA-279
4
12
6
Bob is red when he is rough and blue when he is kind. Young Eric is wearing green pants. Gary is blue from ink he spilled on himself while being kind and helping some children paint. Harry is young but big for his age and he's cold and red at the moment too. Someone can be very nice and kind, and this means they are also green. Big, kind people are nice. Most of the people that are big and nice with green eyes, will be round. A person with big hair and rough lips is certainly young and jaded. Big, red things tend to have a kind spirit to them. Big people who at the same time are cold hearted and nice are a conundrum but they are also kind.
{ "triple1": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple6": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple7": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple8": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple11": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "triple12": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" } }
{ "rule1": { "text": "If someone is nice and kind then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule2": { "text": "If someone is kind and big then they are nice.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule3": { "text": "If someone is big and nice and green then they are round.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is rough and big then they are young.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule5": { "text": "If someone is red and big then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule6": { "text": "If someone is cold and nice and big then they are kind.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Bob is rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Bob is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Bob\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Harry is kind.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple10 triple12) -> rule5))]", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple12) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Harry is not kind.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple10 triple12) -> rule5))]", "representation": "(\"Harry\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple12) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Harry is nice.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple10 triple12) -> rule5) triple12) -> rule2))]", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple12) -> (rule5 % int2)) triple12) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Harry is not nice.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple10 triple12) -> rule5) triple12) -> rule2))]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple12) -> (rule5 % int2)) triple12) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Harry is green.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((((triple10 triple12) -> rule5) triple12) -> rule2) ((triple10 triple12) -> rule5)) -> rule1))]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple10 triple12) -> (rule5 % int3)) triple12) -> (rule2 % int2)) ((triple10 triple12) -> (rule5 % int3))) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Harry is not green.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((((triple10 triple12) -> rule5) triple12) -> rule2) ((triple10 triple12) -> rule5)) -> rule1))]", "representation": "(\"Harry\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple10 triple12) -> (rule5 % int3)) triple12) -> (rule2 % int2)) ((triple10 triple12) -> (rule5 % int3))) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Harry is round.", "answer": "True", "QDep": 4, "QLen": "16", "strategy": "proof", "proofs": "[(((triple12 ((((triple10 triple12) -> rule5) triple12) -> rule2) ((((((triple10 triple12) -> rule5) triple12) -> rule2) ((triple10 triple12) -> rule5)) -> rule1)) -> rule3))]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12 ((((triple10 triple12) -> (rule5 % int4)) triple12) -> (rule2 % int3)) ((((((triple10 triple12) -> (rule5 % int4)) triple12) -> (rule2 % int3)) ((triple10 triple12) -> (rule5 % int4))) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Harry is not round.", "answer": "False", "QDep": 4, "QLen": "16", "strategy": "inv-proof", "proofs": "[(((triple12 ((((triple10 triple12) -> rule5) triple12) -> rule2) ((((((triple10 triple12) -> rule5) triple12) -> rule2) ((triple10 triple12) -> rule5)) -> rule1)) -> rule3))]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple12 ((((triple10 triple12) -> (rule5 % int4)) triple12) -> (rule2 % int3)) ((((((triple10 triple12) -> (rule5 % int4)) triple12) -> (rule2 % int3)) ((triple10 triple12) -> (rule5 % int4))) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Eric is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Eric is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is nice.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"nice\" \"-\")" }, "Q14": { "question": "Bob is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "Gary is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is nice.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"nice\" \"-\")" }, "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": "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\" \"-\")" }, "Q18": { "question": "Harry is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" }, "Q19": { "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\" \"-\")" }, "Q20": { "question": "Gary is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is blue.[(triple4)] Bob is kind.[(triple3)] Bob is red.[(triple2)] Bob is rough.[(triple1)] Eric is green.[(triple6)] Eric is young.[(triple5)] Gary is blue.[(triple8)] Gary is kind.[(triple7)] Harry is big.[(triple12)] Harry is cold.[(triple11)] Harry is red.[(triple10)] Harry is young.[(triple9)] @1: Harry is kind.[(((triple10 triple12) -> rule5))] @2: Harry is nice.[(((((triple10 triple12) -> rule5) triple12) -> rule2))] @3: Harry is green.[(((((((triple10 triple12) -> rule5) triple12) -> rule2) ((triple10 triple12) -> rule5)) -> rule1))] @4: Harry is round.[(((triple12 ((((triple10 triple12) -> rule5) triple12) -> rule2) ((((((triple10 triple12) -> rule5) triple12) -> rule2) ((triple10 triple12) -> rule5)) -> rule1)) -> rule3))]
[ { "text": "Bob is blue.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Gary is blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple12) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is nice.", "QDep": 2, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple12) -> (rule5 % int2)) triple12) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is green.", "QDep": 3, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple10 triple12) -> (rule5 % int3)) triple12) -> (rule2 % int2)) ((triple10 triple12) -> (rule5 % int3))) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, { "text": "Harry is round.", "QDep": 4, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12 ((((triple10 triple12) -> (rule5 % int4)) triple12) -> (rule2 % int3)) ((((((triple10 triple12) -> (rule5 % int4)) triple12) -> (rule2 % int3)) ((triple10 triple12) -> (rule5 % int4))) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Bob is red when he is rough and blue when he is kind.", "sent2": "Young Eric is wearing green pants.", "sent3": "Gary is blue from ink he spilled on himself while being kind and helping some children paint.", "sent4": "Harry is young but big for his age and he's cold and red at the moment too.", "sent5": "Someone can be very nice and kind, and this means they are also green.", "sent6": "Big, kind people are nice.", "sent7": "Most of the people that are big and nice with green eyes, will be round.", "sent8": "A person with big hair and rough lips is certainly young and jaded.", "sent9": "Big, red things tend to have a kind spirit to them.", "sent10": "Big people who at the same time are cold hearted and nice are a conundrum but they are also kind.", "sent11": null }
AttNonegNatLang-OWA-527
4
8
6
Even though Charlie is young, he is still very round and still very red. Dave is nice and kind. He is green with envy which makes him feel blue. Red Gary is what folks call him, because he is quite red. Every time I see a young blue nice person I know they are also red. A nice and cold person can be counted on to be a young person at the same time. Whenever somebody can be described as rough, round and cold, they can also be described as young. Anybody with rough, kind and blue aspects will certainly be cold, too. A rather round and green person will be red. A nice person who is downhearted, blue, and green with envy is rough.
{ "triple1": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple4": { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")" }, "triple5": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple7": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is nice and young and blue then they are red.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is nice and cold then they are young.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule3": { "text": "If someone is cold and rough and round then they are young.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is rough and kind and blue then they are cold.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is round and green then they are red.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is nice and blue and green then they are rough.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Dave is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Dave is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple4)]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q3": { "question": "Dave is rough.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple4 triple7 triple6) -> rule6))]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple7 triple6) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not rough.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple4 triple7 triple6) -> rule6))]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple7 triple6) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is cold.", "answer": "True", "QDep": 2, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple4 triple7 triple6) -> rule6) triple5 triple7) -> rule4))]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple7 triple6) -> (rule6 % int2)) triple5 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not cold.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple4 triple7 triple6) -> rule6) triple5 triple7) -> rule4))]", "representation": "(\"Dave\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple7 triple6) -> (rule6 % int2)) triple5 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Dave is young.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((triple4 ((((triple4 triple7 triple6) -> rule6) triple5 triple7) -> rule4)) -> rule2))]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((((triple4 triple7 triple6) -> (rule6 % int3)) triple5 triple7) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Dave is not young.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple4 ((((triple4 triple7 triple6) -> rule6) triple5 triple7) -> rule4)) -> rule2))]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((((triple4 triple7 triple6) -> (rule6 % int3)) triple5 triple7) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is red.", "answer": "True", "QDep": 4, "QLen": "12", "strategy": "proof", "proofs": "[(((triple4 ((triple4 ((((triple4 triple7 triple6) -> rule6) triple5 triple7) -> rule4)) -> rule2) triple7) -> rule1))]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4 ((((triple4 triple7 triple6) -> (rule6 % int4)) triple5 triple7) -> (rule4 % int3))) -> (rule2 % int2)) triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Dave is not red.", "answer": "False", "QDep": 4, "QLen": "12", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple4 ((((triple4 triple7 triple6) -> rule6) triple5 triple7) -> rule4)) -> rule2) triple7) -> rule1))]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4 ((((triple4 triple7 triple6) -> (rule6 % int4)) triple5 triple7) -> (rule4 % int3))) -> (rule2 % int2)) triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Eric is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is cold.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")" }, "Q14": { "question": "Gary is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "Eric is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"rough\" \"-\")" }, "Q16": { "question": "Gary is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "Q17": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")" }, "Q18": { "question": "Eric is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "Q19": { "question": "Eric is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"big\" \"-\")" }, "Q20": { "question": "Gary is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is red.[(triple3)] Charlie is round.[(triple2)] Charlie is young.[(triple1)] Dave is blue.[(triple7)] Dave is green.[(triple6)] Dave is kind.[(triple5)] Dave is nice.[(triple4)] Gary is red.[(triple8)] @1: Dave is rough.[(((triple4 triple7 triple6) -> rule6))] @2: Dave is cold.[(((((triple4 triple7 triple6) -> rule6) triple5 triple7) -> rule4))] @3: Dave is young.[(((triple4 ((((triple4 triple7 triple6) -> rule6) triple5 triple7) -> rule4)) -> rule2))] @4: Dave is red.[(((triple4 ((triple4 ((((triple4 triple7 triple6) -> rule6) triple5 triple7) -> rule4)) -> rule2) triple7) -> rule1))]
[ { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple7 triple6) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is cold.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple7 triple6) -> (rule6 % int2)) triple5 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is young.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((((triple4 triple7 triple6) -> (rule6 % int3)) triple5 triple7) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, { "text": "Dave is red.", "QDep": 4, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4 ((((triple4 triple7 triple6) -> (rule6 % int4)) triple5 triple7) -> (rule4 % int3))) -> (rule2 % int2)) triple7) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent3", "triple9": null, "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Even though Charlie is young, he is still very round and still very red.", "sent2": "Dave is nice and kind; He is green with envy which makes him feel blue.", "sent3": "Red Gary is what folks call him, because he is quite red.", "sent4": "Every time I see a young blue nice person I know they are also red.", "sent5": "A nice and cold person can be counted on to be a young person at the same time.", "sent6": "Whenever somebody can be described as rough, round and cold, they can also be described as young.", "sent7": "Anybody with rough, kind and blue aspects will certainly be cold, too.", "sent8": "A rather round and green person will be red.", "sent9": "A nice person who is downhearted, blue, and green with envy is rough.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-340
3
11
6
Alan is big and rough. Bob who is considered nice was feeling rather rough today. Charlie is still young and round, but he is nice to everyone and kind to animals. Dave is a very kind, green but sometimes cold person. I've noticed that kind people are also big. I have found that young, blue, and big individuals are also red. A quite nice person will certainly be red. When you meet someone with cold, rough skin and a round figure they will be nice. A blue and round human being will also be a green human being. All men who happen to be red and big, will also be blue.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple3": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")" }, "triple5": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple6": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple8": { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple10": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple11": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is kind then they are big.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is young and blue and big then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is nice then they are red.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is rough and cold and round then they are nice.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "text": "If someone is blue and round then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule6": { "text": "If someone is red and big then they are blue.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Charlie is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple5)]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q2": { "question": "Bob is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple4)]", "representation": "(\"Bob\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q3": { "question": "Dave is big.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple9) -> rule1))]", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not big.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple9) -> rule1))]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is blue.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple7) -> rule3) ((triple8) -> rule1)) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7) -> (rule3 % int3)) ((triple8) -> (rule1 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Charlie is not blue.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple7) -> rule3) ((triple8) -> rule1)) -> rule6))]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7) -> (rule3 % int3)) ((triple8) -> (rule1 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q7": { "question": "Charlie is green.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((((triple7) -> rule3) ((triple8) -> rule1)) -> rule6) triple6) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple7) -> (rule3 % int4)) ((triple8) -> (rule1 % int3))) -> (rule6 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Charlie is not green.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((((triple7) -> rule3) ((triple8) -> rule1)) -> rule6) triple6) -> rule5))]", "representation": "(\"Charlie\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple7) -> (rule3 % int4)) ((triple8) -> (rule1 % int3))) -> (rule6 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Bob is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Dave is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Dave is red.[CWA. Example of deepest failure = (rule3 <- rule4 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"round\" \"-\")" }, "Q14": { "question": "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": "Bob is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Bob is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is big.[(triple2)] Alan is rough.[(triple1)] Bob is nice.[(triple4)] Bob is rough.[(triple3)] Charlie is kind.[(triple8)] Charlie is nice.[(triple7)] Charlie is round.[(triple6)] Charlie is young.[(triple5)] Dave is cold.[(triple11)] Dave is green.[(triple10)] Dave is kind.[(triple9)] @1: Bob is red.[(((triple4) -> rule3))] Charlie is big.[(((triple8) -> rule1))] Charlie is red.[(((triple7) -> rule3))] Dave is big.[(((triple9) -> rule1))] @2: Charlie is blue.[(((((triple7) -> rule3) ((triple8) -> rule1)) -> rule6))] @3: Charlie is green.[(((((((triple7) -> rule3) ((triple8) -> rule1)) -> rule6) triple6) -> rule5))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is nice.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is kind.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is cold.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is big.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is red.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is big.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is blue.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7) -> (rule3 % int3)) ((triple8) -> (rule1 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, { "text": "Charlie is green.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple7) -> (rule3 % int4)) ((triple8) -> (rule1 % int3))) -> (rule6 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int3" }, { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": null }
{ "sent1": "Alan is big and rough.", "sent2": "Bob who is considered nice was feeling rather rough today.", "sent3": "Charlie is still young and round, but he is nice to everyone and kind to animals.", "sent4": "Dave is a very kind, green but sometimes cold person.", "sent5": "I've noticed that kind people are also big.", "sent6": "I have found that young, blue, and big individuals are also red.", "sent7": "A quite nice person will certainly be red.", "sent8": "When you meet someone with cold, rough skin and a round figure they will be nice.", "sent9": "A blue and round human being will also be a green human being.", "sent10": "All men who happen to be red and big, will also be blue.", "sent11": null }
AttNonegNatLang-OWA-1408
3
12
7
Alan is rough around the edges, but he's often blue and always nice. Dave is a very rough person. As expected, he's also a very cold and big individual. Fred is too young to be so big. Some say he is too green to be so blue as well. To the touch Gary has rough, cold skin. A nice person with rough skin is red. Big and cold people tend to see red and dont live green lifestyle. Someone who is cold, big, and rough is always green, as a rule. Anyone in the world who is nice, red, and young, is simultaneously rough. A young person who is red and green is also going to look round. A person that is feeling blue and slightly big, is red as well. When you meet a young, red person, you'll learn they are also nice.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")" }, "triple7": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple8": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple10": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple11": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple12": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" } }
{ "rule1": { "text": "If someone is rough and nice then they are red.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is red and big and cold then they are green.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "text": "If someone is cold and big and rough then they are green.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is nice and red and young then they are rough.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is young and green and red then they are round.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": { "text": "If someone is big and blue then they are red.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule7": { "text": "If someone is young and red then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" } }
{ "Q1": { "question": "Fred is big.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple10)]", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q2": { "question": "Dave is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple4)]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q3": { "question": "Fred is red.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple10 triple9) -> rule6))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not red.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple1 triple2) -> rule1))]", "representation": "(\"Alan\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is round.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple7 triple8 ((triple10 triple9) -> rule6)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8 ((triple10 triple9) -> (rule6 % int2))) -> (rule5 % 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 nice.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple7 ((triple10 triple9) -> rule6)) -> rule7))]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple10 triple9) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is rough.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple7 ((triple10 triple9) -> rule6)) -> rule7) ((triple10 triple9) -> rule6) triple7) -> rule4))]", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 ((triple10 triple9) -> (rule6 % int3))) -> (rule7 % int2)) ((triple10 triple9) -> (rule6 % int3)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not rough.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple7 ((triple10 triple9) -> rule6)) -> rule7) ((triple10 triple9) -> rule6) triple7) -> rule4))]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7 ((triple10 triple9) -> (rule6 % int3))) -> (rule7 % int2)) ((triple10 triple9) -> (rule6 % int3)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Alan is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is round.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is red.[CWA. Example of deepest failure = (rule1 <- rule7 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "Alan is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "Q15": { "question": "Dave is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Alan is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple3)] Alan is nice.[(triple2)] Alan is rough.[(triple1)] Dave is big.[(triple6)] Dave is cold.[(triple5)] Dave is rough.[(triple4)] Fred is big.[(triple10)] Fred is blue.[(triple9)] Fred is green.[(triple8)] Fred is young.[(triple7)] Gary is cold.[(triple12)] Gary is rough.[(triple11)] @1: Alan is red.[(((triple1 triple2) -> rule1))] Dave is green.[(((triple5 triple6 triple4) -> rule3))] Fred is red.[(((triple10 triple9) -> rule6))] @2: Fred is nice.[(((triple7 ((triple10 triple9) -> rule6)) -> rule7))] Fred is round.[(((triple7 triple8 ((triple10 triple9) -> rule6)) -> rule5))] @3: Fred is rough.[(((((triple7 ((triple10 triple9) -> rule6)) -> rule7) ((triple10 triple9) -> rule6) triple7) -> rule4))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is big.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "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": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is green.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple6 triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is red.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is nice.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple10 triple9) -> (rule6 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is round.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8 ((triple10 triple9) -> (rule6 % int2))) -> (rule5 % 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 rough.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 ((triple10 triple9) -> (rule6 % int3))) -> (rule7 % int2)) ((triple10 triple9) -> (rule6 % int3)) triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Alan is rough around the edges, but he's often blue and always nice.", "sent2": "Dave is a very rough person; As expected, he's also a very cold and big individual.", "sent3": "Fred is too young to be so big; Some say he is too green to be so blue as well.", "sent4": "To the touch Gary has rough, cold skin.", "sent5": "A nice person with rough skin is red.", "sent6": "Big and cold people tend to see red and dont live green lifestyle.", "sent7": "Someone who is cold, big, and rough is always green, as a rule.", "sent8": "Anyone in the world who is nice, red, and young, is simultaneously rough.", "sent9": "A young person who is red and green is also going to look round.", "sent10": "A person that is feeling blue and slightly big, is red as well.", "sent11": "When you meet a young, red person, you'll learn they are also nice." }
AttNonegNatLang-OWA-599
3
7
7
Fred is young and kind. But he plays really rough with his friends. Gary is a rough but very kind and blue person. They always call him rough Harry. People who are big and kind are also round. A round shaped and young aged person will be very cold. A big, blue person who is kind is also round. When someone is young, they can be cold but kind. Rough, round persons are also nice persons. If a person is young and very kind then they will be rather big. Whenever you see Pete you run into a young man rough, which means he will be nice.
{ "triple1": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple8": null, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is kind and big then they are round.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "text": "If someone is round and young then they are cold.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule3": { "text": "If someone is blue and kind and big then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is young and cold then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule5": { "text": "If someone is rough and round then they are nice.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule6": { "text": "If someone is young and kind then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": { "text": "If someone is young and rough then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" } }
{ "Q1": { "question": "Gary is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple5)]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q2": { "question": "Gary is not blue.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6)]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q3": { "question": "Fred is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple1 triple2) -> rule7) OR ((triple2 ((triple3 ((triple1 triple3) -> rule6)) -> rule1)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple2 ((triple3 ((triple1 triple3) -> (rule6 % int3))) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q4": { "question": "Fred is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple1 triple2) -> rule7) OR ((triple2 ((triple3 ((triple1 triple3) -> rule6)) -> rule1)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple2 ((triple3 ((triple1 triple3) -> (rule6 % int3))) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q5": { "question": "Fred is round.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple3 ((triple1 triple3) -> rule6)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple1 triple3) -> (rule6 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not round.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple3 ((triple1 triple3) -> rule6)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple1 triple3) -> (rule6 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is cold.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple3 ((triple1 triple3) -> rule6)) -> rule1) triple1) -> rule2))]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 ((triple1 triple3) -> (rule6 % int3))) -> (rule1 % int2)) triple1) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not cold.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple3 ((triple1 triple3) -> rule6)) -> rule1) triple1) -> rule2))]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3 ((triple1 triple3) -> (rule6 % int3))) -> (rule1 % int2)) triple1) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is cold.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is nice.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "rconc", "proofs": "[@3: Gary is nice.[CWA. Example of deepest failure = (rule5 <- rule1 <- rule6 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is big.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Bob is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "Q15": { "question": "Bob is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")" }, "Q16": { "question": "Fred is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Fred is kind.[(triple3)] Fred is rough.[(triple2)] Fred is young.[(triple1)] Gary is blue.[(triple6)] Gary is kind.[(triple5)] Gary is rough.[(triple4)] Harry is rough.[(triple7)] @1: Fred is big.[(((triple1 triple3) -> rule6))] Fred is nice.[(((triple1 triple2) -> rule7) OR ((triple2 ((triple3 ((triple1 triple3) -> rule6)) -> rule1)) -> rule5))] @2: Fred is round.[(((triple3 ((triple1 triple3) -> rule6)) -> rule1))] @3: Fred is cold.[(((((triple3 ((triple1 triple3) -> rule6)) -> rule1) triple1) -> rule2))]
[ { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Gary is blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is kind.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is nice.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2) -> (rule7 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple2 ((triple3 ((triple1 triple3) -> (rule6 % int3))) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, { "text": "Fred is round.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple1 triple3) -> (rule6 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is cold.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 ((triple1 triple3) -> (rule6 % int3))) -> (rule1 % int2)) triple1) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": null, "triple9": null, "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": null, "triple12": null }
{ "sent1": "Fred is young and kind; But he plays really rough with his friends.", "sent2": "Gary is a rough but very kind and blue person.", "sent3": "They always call him rough Harry.", "sent4": "People who are big and kind are also round.", "sent5": "A round shaped and young aged person will be very cold.", "sent6": "A big, blue person who is kind is also round.", "sent7": "When someone is young, they can be cold but kind.", "sent8": "Rough, round persons are also nice persons.", "sent9": "If a person is young and very kind then they will be rather big.", "sent10": "Whenever you see Pete you run into a young man rough, which means he will be nice.", "sent11": null }
AttNonegNatLang-OWA-1434
3
9
6
Bob, who is a young, rough person, is also a kind and cold guy. Charlie has a round face and is very nice. Dave is kind and round. Being round makes him a bit blue. When someone is nice and rough they are usually red. When a nice blue person is also red, they get called rough. Cold and kind people tend to be blue. People who are described as young, green, and big are often considered rough. A person that is rough and round shaped features are going to be red. You can see that cold, blue people are round in shape.
{ "triple1": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple6": { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "triple7": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple8": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is nice and rough then they are red.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is nice and red and blue then they are rough.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule3": { "text": "If someone is cold and kind then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule4": { "text": "If someone is big and green and young then they are rough.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is round and rough then they are red.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is cold and blue then they are round.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Dave is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Bob is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Bob\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Bob is blue.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple4 triple3) -> rule3))]", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Bob is not blue.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple4 triple3) -> rule3))]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Bob is round.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple4 ((triple4 triple3) -> rule3)) -> rule6))]", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4 triple3) -> (rule3 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Bob is not round.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple4 triple3) -> rule3)) -> rule6))]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4 triple3) -> (rule3 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Bob is red.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple4 ((triple4 triple3) -> rule3)) -> rule6) triple2) -> rule5))]", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple4 triple3) -> (rule3 % int3))) -> (rule6 % int2)) triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Bob is not red.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple4 ((triple4 triple3) -> rule3)) -> rule6) triple2) -> rule5))]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple4 triple3) -> (rule3 % int3))) -> (rule6 % int2)) triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Charlie is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is blue.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Dave is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is rough.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Charlie is not red.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "inv-rconc", "proofs": "[@3: Charlie is red.[CWA. Example of deepest failure = (rule1 <- rule2 <- rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is blue.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Dave is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "Q15": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")" }, "Q16": { "question": "Bob is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is cold.[(triple4)] Bob is kind.[(triple3)] Bob is rough.[(triple2)] Bob is young.[(triple1)] Charlie is nice.[(triple6)] Charlie is round.[(triple5)] Dave is blue.[(triple9)] Dave is kind.[(triple8)] Dave is round.[(triple7)] @1: Bob is blue.[(((triple4 triple3) -> rule3))] @2: Bob is round.[(((triple4 ((triple4 triple3) -> rule3)) -> rule6))] @3: Bob is red.[(((((triple4 ((triple4 triple3) -> rule3)) -> rule6) triple2) -> rule5))]
[ { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Bob is blue.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is round.", "QDep": 2, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4 triple3) -> (rule3 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Bob is red.", "QDep": 3, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple4 triple3) -> (rule3 % int3))) -> (rule6 % int2)) triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "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": null, "triple11": null, "triple12": null }
{ "sent1": "Bob, who is a young, rough person, is also a kind and cold guy.", "sent2": "Charlie has a round face and is very nice.", "sent3": "Dave is kind and round; Being round makes him a bit blue.", "sent4": "When someone is nice and rough they are usually red.", "sent5": "When a nice blue person is also red, they get called rough.", "sent6": "Cold and kind people tend to be blue.", "sent7": "People who are described as young, green, and big are often considered rough.", "sent8": "A person that is rough and round shaped features are going to be red.", "sent9": "You can see that cold, blue people are round in shape.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1594
3
11
7
Alan is big and rough. Eric is kind and has rough, round hands that are red. Eric is green with envy when he looks at people who don't have to work. Gary wears all blue. Harry's a round guy, and a red and green guy. Green people with red round cheeks are young. Try to cheer up those young folks that are rough and kind, for they are very likely feeling blue. You know when you meet a red, blue and kind person, that means they are green. When you meet kind people they wont have a cold heart. A young person who is red a kind is also usually big. Find someone who is blue and rough, and big as an elephant, and you'll have found a nice person. A person who is young and cold and green is kind.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple3": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple4": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple6": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple7": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple10": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple11": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is red and green and round then they are young.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule2": { "text": "If someone is kind and rough and young then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is red and blue and kind then they are green.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is kind then they are cold.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is red and young and kind then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "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 green and young and cold then they are kind.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" } }
{ "Q1": { "question": "Harry is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple11)]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q2": { "question": "Eric is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple4)]", "representation": "(\"Eric\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q3": { "question": "Eric is cold.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple6) -> rule4))]", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Eric is not cold.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple6) -> rule4))]", "representation": "(\"Eric\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is big.", "answer": "True", "QDep": 2, "QLen": "7", "strategy": "proof", "proofs": "[(((triple5 ((triple5 triple7 triple3) -> rule1) triple6) -> rule5))]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple5 triple7 triple3) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not blue.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple6 triple4 ((triple5 triple7 triple3) -> rule1)) -> rule2))]", "representation": "(\"Eric\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4 ((triple5 triple7 triple3) -> (rule1 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is nice.", "answer": "True", "QDep": 3, "QLen": "16", "strategy": "proof", "proofs": "[(((((triple6 triple4 ((triple5 triple7 triple3) -> rule1)) -> rule2) triple4 ((triple5 ((triple5 triple7 triple3) -> rule1) triple6) -> rule5)) -> rule6))]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple4 ((triple5 triple7 triple3) -> (rule1 % int4))) -> (rule2 % int3)) triple4 ((triple5 ((triple5 triple7 triple3) -> (rule1 % int4)) triple6) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Eric is not nice.", "answer": "False", "QDep": 3, "QLen": "16", "strategy": "inv-proof", "proofs": "[(((((triple6 triple4 ((triple5 triple7 triple3) -> rule1)) -> rule2) triple4 ((triple5 ((triple5 triple7 triple3) -> rule1) triple6) -> rule5)) -> rule6))]", "representation": "(\"Eric\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple4 ((triple5 triple7 triple3) -> (rule1 % int4))) -> (rule2 % int3)) triple4 ((triple5 ((triple5 triple7 triple3) -> (rule1 % int4)) triple6) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Harry is not big.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "inv-rconc", "proofs": "[@3: Harry is big.[CWA. Example of deepest failure = (rule5 <- rule7 <- rule4 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is young.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is green.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is kind.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Alan is kind.[CWA. Example of deepest failure = (rule7 <- rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")" }, "Q14": { "question": "Gary is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "Q15": { "question": "Gary is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Gary is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is big.[(triple2)] Alan is rough.[(triple1)] Eric is green.[(triple7)] Eric is kind.[(triple6)] Eric is red.[(triple5)] Eric is rough.[(triple4)] Eric is round.[(triple3)] Gary is blue.[(triple8)] Harry is green.[(triple11)] Harry is red.[(triple10)] Harry is round.[(triple9)] @1: Eric is cold.[(((triple6) -> rule4))] Eric is young.[(((triple5 triple7 triple3) -> rule1))] Harry is young.[(((triple10 triple11 triple9) -> rule1))] @2: Eric is big.[(((triple5 ((triple5 triple7 triple3) -> rule1) triple6) -> rule5))] Eric is blue.[(((triple6 triple4 ((triple5 triple7 triple3) -> rule1)) -> rule2))] @3: Eric is nice.[(((((triple6 triple4 ((triple5 triple7 triple3) -> rule1)) -> rule2) triple4 ((triple5 ((triple5 triple7 triple3) -> rule1) triple6) -> rule5)) -> rule6))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Gary is blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is young.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple7 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is young.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple11 triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is big.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple5 triple7 triple3) -> (rule1 % int2)) triple6) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is blue.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4 ((triple5 triple7 triple3) -> (rule1 % int2))) -> (rule2 % 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 nice.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple4 ((triple5 triple7 triple3) -> (rule1 % int4))) -> (rule2 % int3)) triple4 ((triple5 ((triple5 triple7 triple3) -> (rule1 % int4)) triple6) -> (rule5 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "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": null }
{ "sent1": "Alan is big and rough.", "sent2": "Eric is kind and has rough, round hands that are red; Eric is green with envy when he looks at people who don't have to work.", "sent3": "Gary wears all blue.", "sent4": "Harry's a round guy, and a red and green guy.", "sent5": "Green people with red round cheeks are young.", "sent6": "Try to cheer up those young folks that are rough and kind, for they are very likely feeling blue.", "sent7": "You know when you meet a red, blue and kind person, that means they are green.", "sent8": "When you meet kind people they wont have a cold heart.", "sent9": "A young person who is red a kind is also usually big.", "sent10": "Find someone who is blue and rough, and big as an elephant, and you'll have found a nice person.", "sent11": "A person who is young and cold and green is kind." }
AttNonegNatLang-OWA-39
4
8
7
Bob is big for being as young as he is. You will also notice how he is green and red. Red Dave is what folks call him, because he is quite red. Fred had big, red, round cheeks. Someone who is both red and blue will also be a nice person. When someone is young, they can be cold but kind. When someone is young they can be nice and kind, but green in society. If someone is young at heart and has big toes as well as being nice to others then you'll see that they are also kind to children. If red and slightly green people are asked, they will tell you they feel blue. Round green people usually feel blue. A very nice and kind person will also be round shaped.
{ "triple1": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")" }, "triple5": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple6": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is red and blue then they are nice.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule2": { "text": "If someone is young and cold then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule3": { "text": "If someone is kind and nice and young then they are green.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is young and big and nice then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule5": { "text": "If someone is green and red then they are blue.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": { "text": "If someone is round and green then they are blue.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule7": { "text": "If someone is nice and kind then they are round.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" } }
{ "Q1": { "question": "Bob is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Fred is not big.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple8)]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q3": { "question": "Bob is blue.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple3 triple2) -> rule5))]", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Bob is not blue.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple3 triple2) -> rule5))]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Bob is nice.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple2 ((triple3 triple2) -> rule5)) -> rule1))]", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple3 triple2) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Bob is not nice.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple2 ((triple3 triple2) -> rule5)) -> rule1))]", "representation": "(\"Bob\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple3 triple2) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Bob is kind.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple1 triple4 ((triple2 ((triple3 triple2) -> rule5)) -> rule1)) -> rule4))]", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple4 ((triple2 ((triple3 triple2) -> (rule5 % int3))) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Bob is not kind.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple1 triple4 ((triple2 ((triple3 triple2) -> rule5)) -> rule1)) -> rule4))]", "representation": "(\"Bob\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple4 ((triple2 ((triple3 triple2) -> (rule5 % int3))) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is round.", "answer": "True", "QDep": 4, "QLen": "14", "strategy": "proof", "proofs": "[(((((triple2 ((triple3 triple2) -> rule5)) -> rule1) ((triple1 triple4 ((triple2 ((triple3 triple2) -> rule5)) -> rule1)) -> rule4)) -> rule7))]", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 ((triple3 triple2) -> (rule5 % int4))) -> (rule1 % int3)) ((triple1 triple4 ((triple2 ((triple3 triple2) -> (rule5 % int4))) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Bob is not round.", "answer": "False", "QDep": 4, "QLen": "14", "strategy": "inv-proof", "proofs": "[(((((triple2 ((triple3 triple2) -> rule5)) -> rule1) ((triple1 triple4 ((triple2 ((triple3 triple2) -> rule5)) -> rule1)) -> rule4)) -> rule7))]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2 ((triple3 triple2) -> (rule5 % int4))) -> (rule1 % int3)) ((triple1 triple4 ((triple2 ((triple3 triple2) -> (rule5 % int4))) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] }, "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": "Dave is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is green.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Fred is blue.[CWA. Example of deepest failure = (rule5 <- rule3 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")" }, "Q14": { "question": "Eric is blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Eric is blue.[CWA. Example of deepest failure = (rule6 <- rule3 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "Q15": { "question": "Dave is not round.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Dave is round.[CWA. Example of deepest failure = (rule7 <- rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"round\" \"-\")" }, "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": "Dave is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")" }, "Q18": { "question": "Fred is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "Q19": { "question": "Dave is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")" }, "Q20": { "question": "Bob is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is big.[(triple4)] Bob is green.[(triple3)] Bob is red.[(triple2)] Bob is young.[(triple1)] Dave is red.[(triple5)] Fred is big.[(triple8)] Fred is red.[(triple7)] Fred is round.[(triple6)] @1: Bob is blue.[(((triple3 triple2) -> rule5))] @2: Bob is nice.[(((triple2 ((triple3 triple2) -> rule5)) -> rule1))] @3: Bob is kind.[(((triple1 triple4 ((triple2 ((triple3 triple2) -> rule5)) -> rule1)) -> rule4))] @4: Bob is round.[(((((triple2 ((triple3 triple2) -> rule5)) -> rule1) ((triple1 triple4 ((triple2 ((triple3 triple2) -> rule5)) -> rule1)) -> rule4)) -> rule7))]
[ { "text": "Bob is big.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Bob is green.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Bob is blue.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is nice.", "QDep": 2, "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple3 triple2) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Bob is kind.", "QDep": 3, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple4 ((triple2 ((triple3 triple2) -> (rule5 % int3))) -> (rule1 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, { "text": "Bob is round.", "QDep": 4, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 ((triple3 triple2) -> (rule5 % int4))) -> (rule1 % int3)) ((triple1 triple4 ((triple2 ((triple3 triple2) -> (rule5 % int4))) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": null, "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": "sent10", "triple11": null, "triple12": null }
{ "sent1": "Bob is big for being as young as he is; You will also notice how he is green and red.", "sent2": "Red Dave is what folks call him, because he is quite red.", "sent3": "Fred had big, red, round cheeks.", "sent4": "Someone who is both red and blue will also be a nice person.", "sent5": "When someone is young, they can be cold but kind.", "sent6": "When someone is young they can be nice and kind, but green in society.", "sent7": "If someone is young at heart and has big toes as well as being nice to others then you'll see that they are also kind to children.", "sent8": "If red and slightly green people are asked, they will tell you they feel blue.", "sent9": "Round green people usually feel blue.", "sent10": "A very nice and kind person will also be round shaped.", "sent11": null }
AttNonegNatLang-OWA-343
3
11
5
Bob, a green man, was also big, but underneath he was kind. You think Eric is only rough, cold and blue, but I know he is also young, round and kind. Gary was born only a few years ago so he is young. In the snow sits Harry, crying from being cold. Someone who feels blue with rough skin is also kind and will be young. Blue kind people are almost always nice to others. A rough person who is young and nice is also red. Anyone with red and blue coloration also has green coloration. A blue colored person who is very nice and kind will be round shaped.
{ "triple1": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple2": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")" }, "triple4": { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple5": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple6": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple8": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple9": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple10": { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "triple11": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is kind and blue and rough then they are young.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule2": { "text": "If someone is blue and kind then they are nice.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule3": { "text": "If someone is young and nice and rough then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is red and blue then they are green.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule5": { "text": "If someone is blue and nice and kind then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Eric is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Harry is not cold.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple11)]", "representation": "(\"Harry\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q3": { "question": "Eric is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple9 triple7) -> rule2))]", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Eric is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple9 triple7) -> rule2))]", "representation": "(\"Eric\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is red.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple4 ((triple9 triple7) -> rule2) triple6) -> rule3) OR ((((triple7 triple9 triple6) -> rule1) ((triple9 triple7) -> rule2) triple6) -> rule3))]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple9 triple7) -> (rule2 % int2)) triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple7 triple9 triple6) -> (rule1 % int3)) ((triple9 triple7) -> (rule2 % int2)) triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Eric is not red.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple9 triple7) -> rule2) triple6) -> rule3) OR ((((triple7 triple9 triple6) -> rule1) ((triple9 triple7) -> rule2) triple6) -> rule3))]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple9 triple7) -> (rule2 % int2)) triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple7 triple9 triple6) -> (rule1 % int3)) ((triple9 triple7) -> (rule2 % int2)) triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q7": { "question": "Eric is green.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((((triple4 ((triple9 triple7) -> rule2) triple6) -> rule3) triple9) -> rule4) OR ((((((triple7 triple9 triple6) -> rule1) ((triple9 triple7) -> rule2) triple6) -> rule3) triple9) -> rule4))]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple9 triple7) -> (rule2 % int3)) triple6) -> (rule3 % int2)) triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((((((triple7 triple9 triple6) -> (rule1 % int4)) ((triple9 triple7) -> (rule2 % int3)) triple6) -> (rule3 % int2)) triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Eric is not green.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((triple4 ((triple9 triple7) -> rule2) triple6) -> rule3) triple9) -> rule4) OR ((((((triple7 triple9 triple6) -> rule1) ((triple9 triple7) -> rule2) triple6) -> rule3) triple9) -> rule4))]", "representation": "(\"Eric\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple9 triple7) -> (rule2 % int3)) triple6) -> (rule3 % int2)) triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((((((triple7 triple9 triple6) -> (rule1 % int4)) ((triple9 triple7) -> (rule2 % int3)) triple6) -> (rule3 % int2)) triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Bob is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is round.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "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 = (rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is nice.[CWA. Example of deepest failure = (rule2 <- 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 blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" }, "Q15": { "question": "Bob is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Gary is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is big.[(triple3)] Bob is green.[(triple2)] Bob is kind.[(triple1)] Eric is blue.[(triple9)] Eric is cold.[(triple8)] Eric is kind.[(triple7)] Eric is rough.[(triple6)] Eric is round.[(triple5 OR ((triple9 ((triple9 triple7) -> rule2) triple7) -> rule5))] Eric is young.[(triple4 OR ((triple7 triple9 triple6) -> rule1))] Gary is young.[(triple10)] Harry is cold.[(triple11)] @1: Eric is nice.[(((triple9 triple7) -> rule2))] @2: Eric is red.[(((triple4 ((triple9 triple7) -> rule2) triple6) -> rule3) OR ((((triple7 triple9 triple6) -> rule1) ((triple9 triple7) -> rule2) triple6) -> rule3))] @3: Eric is green.[(((((triple4 ((triple9 triple7) -> rule2) triple6) -> rule3) triple9) -> rule4) OR ((((((triple7 triple9 triple6) -> rule1) ((triple9 triple7) -> rule2) triple6) -> rule3) triple9) -> rule4))]
[ { "text": "Bob is big.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is green.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] }, { "representation": "((triple9 ((triple9 triple7) -> (rule2 % int2)) triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] }, { "representation": "((triple7 triple9 triple6) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is young.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Eric is nice.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is red.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple9 triple7) -> (rule2 % int2)) triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple7 triple9 triple6) -> (rule1 % int3)) ((triple9 triple7) -> (rule2 % int2)) triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, { "text": "Eric is green.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple9 triple7) -> (rule2 % int3)) triple6) -> (rule3 % int2)) triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((((((triple7 triple9 triple6) -> (rule1 % int4)) ((triple9 triple7) -> (rule2 % int3)) triple6) -> (rule3 % int2)) triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent2", "triple9": "sent2", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": null, "rule7": null, "triple11": "sent4", "triple12": null }
{ "sent1": "Bob, a green man, was also big, but underneath he was kind.", "sent2": "You think Eric is only rough, cold and blue, but I know he is also young, round and kind.", "sent3": "Gary was born only a few years ago so he is young.", "sent4": "In the snow sits Harry, crying from being cold.", "sent5": "Someone who feels blue with rough skin is also kind and will be young.", "sent6": "Blue kind people are almost always nice to others.", "sent7": "A rough person who is young and nice is also red.", "sent8": "Anyone with red and blue coloration also has green coloration.", "sent9": "A blue colored person who is very nice and kind will be round shaped.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-478
3
10
5
Alan is a big, young boy who is very kind. He stands out because his skin is blue and green. Young Bob is wearing green pants. Charlie ate some rotten meat and now feels green. Harry gets red when he is mad and tends to act very cold. A cold, rough person is also round. If you meet a young, round person who is nice on the street, offer them your coat because they are cold. A big, blue person who is kind is also round. A young and kind person with red rosy skin is cold. If a person has round shape then they are also green and red.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple3": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "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 cold then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "text": "If someone is round and nice and young then they are cold.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule3": { "text": "If someone is blue and kind and big then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is young and kind and red then they are cold.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "text": "If someone is green and round then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Alan is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q2": { "question": "Alan is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Alan\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Alan is round.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple4 triple2 triple5) -> rule3))]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple2 triple5) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not round.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple4 triple2 triple5) -> rule3))]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple2 triple5) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is red.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple3 ((triple4 triple2 triple5) -> rule3)) -> rule5))]", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple4 triple2 triple5) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not red.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple3 ((triple4 triple2 triple5) -> rule3)) -> rule5))]", "representation": "(\"Alan\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple4 triple2 triple5) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is cold.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((triple1 triple2 ((triple3 ((triple4 triple2 triple5) -> rule3)) -> rule5)) -> rule4))]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2 ((triple3 ((triple4 triple2 triple5) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not cold.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple1 triple2 ((triple3 ((triple4 triple2 triple5) -> rule3)) -> rule5)) -> rule4))]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2 ((triple3 ((triple4 triple2 triple5) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Charlie is not cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is cold.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Bob is round.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Bob is red.[CWA. Example of deepest failure = (rule5 <- rule1 <- 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 = (rule1 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")" }, "Q14": { "question": "Charlie is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")" }, "Q15": { "question": "Bob is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Charlie is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is big.[(triple5)] Alan is blue.[(triple4)] Alan is green.[(triple3)] Alan is kind.[(triple2)] Alan is young.[(triple1)] Bob is green.[(triple7)] Bob is young.[(triple6)] Charlie is green.[(triple8)] Harry is cold.[(triple10)] Harry is red.[(triple9)] @1: Alan is round.[(((triple4 triple2 triple5) -> rule3))] @2: Alan is red.[(((triple3 ((triple4 triple2 triple5) -> rule3)) -> rule5))] @3: Alan is cold.[(((triple1 triple2 ((triple3 ((triple4 triple2 triple5) -> rule3)) -> rule5)) -> rule4))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is young.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is green.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "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": "Alan is round.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple2 triple5) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is red.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple4 triple2 triple5) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is cold.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple2 ((triple3 ((triple4 triple2 triple5) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent2", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": null, "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Alan is a big, young boy who is very kind; He stands out because his skin is blue and green.", "sent2": "Young Bob is wearing green pants.", "sent3": "Charlie ate some rotten meat and now feels green.", "sent4": "Harry gets red when he is mad and tends to act very cold.", "sent5": "A cold, rough person is also round.", "sent6": "If you meet a young, round person who is nice on the street, offer them your coat because they are cold.", "sent7": "A big, blue person who is kind is also round.", "sent8": "A young and kind person with red rosy skin is cold.", "sent9": "If a person has round shape then they are also green and red.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-189
4
10
6
Alan, that young round kid, is kind whenever he's blue. Bob is young but big for his age. Bob wasn't feeling well so he is a little green. Dave ate some rotten meat and now feels green. Gary is round shaped and green colored. I've found that a person who is green from lack of experience and nice even when they are feeling blue often has a red complexion. A big, kind someone could also be cold in a green dress. A blue colored, nice but rough person is definitely young too. I've noticed that someone with a round shape is also green. Someone blue who is round with bloating and red from sunburn is surely cold from having fallen into the lake. Kind people,though green,tend to be nice.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple6": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple7": { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")" }, "triple8": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple10": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is blue and nice and green then they are red.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is big and kind and cold then they are green.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "text": "If someone is nice and blue and rough then they are young.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is round then they are green.", "representation": "(((\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule5": { "text": "If someone is round and blue and red then they are cold.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule6": { "text": "If someone is kind and green then they are nice.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Dave is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple8)]", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q2": { "question": "Alan is not round.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Alan is green.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple2) -> rule4))]", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not green.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple2) -> rule4))]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is nice.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((triple3 ((triple2) -> rule4)) -> rule6))]", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple2) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not nice.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple3 ((triple2) -> rule4)) -> rule6))]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple2) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is red.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple4 ((triple3 ((triple2) -> rule4)) -> rule6) ((triple2) -> rule4)) -> rule1))]", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple3 ((triple2) -> (rule4 % int3))) -> (rule6 % int2)) ((triple2) -> (rule4 % int3))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not red.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple3 ((triple2) -> rule4)) -> rule6) ((triple2) -> rule4)) -> rule1))]", "representation": "(\"Alan\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple3 ((triple2) -> (rule4 % int3))) -> (rule6 % int2)) ((triple2) -> (rule4 % int3))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Alan is cold.", "answer": "True", "QDep": 4, "QLen": "11", "strategy": "proof", "proofs": "[(((triple2 triple4 ((triple4 ((triple3 ((triple2) -> rule4)) -> rule6) ((triple2) -> rule4)) -> rule1)) -> rule5))]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple4 ((triple4 ((triple3 ((triple2) -> (rule4 % int4))) -> (rule6 % int3)) ((triple2) -> (rule4 % int4))) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Alan is not cold.", "answer": "False", "QDep": 4, "QLen": "11", "strategy": "inv-proof", "proofs": "[(((triple2 triple4 ((triple4 ((triple3 ((triple2) -> rule4)) -> rule6) ((triple2) -> rule4)) -> rule1)) -> rule5))]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple4 ((triple4 ((triple3 ((triple2) -> (rule4 % int4))) -> (rule6 % int3)) ((triple2) -> (rule4 % int4))) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "question": "Gary is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Dave is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is nice.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")" }, "Q14": { "question": "Gary is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is nice.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "Q15": { "question": "Bob is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")" }, "Q16": { "question": "Dave is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "Q17": { "question": "Alan is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")" }, "Q18": { "question": "Gary is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"+\")" }, "Q19": { "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\" \"-\")" }, "Q20": { "question": "Gary is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple4)] Alan is kind.[(triple3)] Alan is round.[(triple2)] Alan is young.[(triple1)] Bob is big.[(triple7)] Bob is green.[(triple6)] Bob is young.[(triple5)] Dave is green.[(triple8)] Gary is green.[(triple10 OR ((triple9) -> rule4))] Gary is round.[(triple9)] @1: Alan is green.[(((triple2) -> rule4))] @2: Alan is nice.[(((triple3 ((triple2) -> rule4)) -> rule6))] @3: Alan is red.[(((triple4 ((triple3 ((triple2) -> rule4)) -> rule6) ((triple2) -> rule4)) -> rule1))] @4: Alan is cold.[(((triple2 triple4 ((triple4 ((triple3 ((triple2) -> rule4)) -> rule6) ((triple2) -> rule4)) -> rule1)) -> rule5))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is young.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is big.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Bob is green.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] }, { "representation": "((triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Alan is green.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is nice.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple2) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is red.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple3 ((triple2) -> (rule4 % int3))) -> (rule6 % int2)) ((triple2) -> (rule4 % int3))) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" } ] } ] }, { "text": "Alan is cold.", "QDep": 4, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple4 ((triple4 ((triple3 ((triple2) -> (rule4 % int4))) -> (rule6 % int3)) ((triple2) -> (rule4 % int4))) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "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": null, "triple11": null, "triple12": null }
{ "sent1": "Alan, that young round kid, is kind whenever he's blue.", "sent2": "Bob is young but big for his age; Bob wasn't feeling well so he is a little green.", "sent3": "Dave ate some rotten meat and now feels green.", "sent4": "Gary is round shaped and green colored.", "sent5": "I've found that a person who is green from lack of experience and nice even when they are feeling blue often has a red complexion.", "sent6": "A big, kind someone could also be cold in a green dress.", "sent7": "A blue colored, nice but rough person is definitely young too.", "sent8": "I've noticed that someone with a round shape is also green.", "sent9": "Someone blue who is round with bloating and red from sunburn is surely cold from having fallen into the lake.", "sent10": "Kind people,though green,tend to be nice.", "sent11": null }
AttNonegNatLang-OWA-466
3
11
6
In the snow sits Dave, crying from being cold. Eric's cold expression hid how nice he was. He was constantly blue about it though which was rough. He was noticeably round too. Even though Fred is big and round, he is cold much of the time. That man standing next to you with a big round body goes by the name of Harry. A young and cold person is red. Cold people with rough, green skin are young. A round shaped and rough person will be blue as well. You will probably see that big, round, blue people are green, too. Big and cold people are likely to be round, too. Someone who's blue, nice and round will also be someone who's green.
{ "triple1": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple2": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple5": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple8": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple9": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple10": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is cold and young then they are red.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is cold and rough and green then they are young.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule3": { "text": "If someone is rough and round then they are blue.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule4": { "text": "If someone is round and big and blue then they are green.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule5": { "text": "If someone is big and cold then they are round.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": { "text": "If someone is blue and nice and round then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Dave is cold.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Harry is not big.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple11)]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q3": { "question": "Eric is green.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple6 triple4 triple2) -> rule6) OR ((((triple3 triple2) -> rule3) triple4 triple2) -> rule6))]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4 triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple3 triple2) -> (rule3 % int2)) triple4 triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q4": { "question": "Eric is not green.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple6 triple4 triple2) -> rule6) OR ((((triple3 triple2) -> rule3) triple4 triple2) -> rule6))]", "representation": "(\"Eric\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4 triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple3 triple2) -> (rule3 % int2)) triple4 triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q5": { "question": "Eric is young.", "answer": "True", "QDep": 2, "QLen": "7", "strategy": "proof", "proofs": "[(((triple5 triple3 ((triple6 triple4 triple2) -> rule6)) -> rule2) OR ((triple5 triple3 ((((triple3 triple2) -> rule3) triple4 triple2) -> rule6)) -> rule2))]", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple3 ((triple6 triple4 triple2) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" } ] }, { "representation": "((triple5 triple3 ((((triple3 triple2) -> (rule3 % int3)) triple4 triple2) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Eric is not young.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple5 triple3 ((triple6 triple4 triple2) -> rule6)) -> rule2) OR ((triple5 triple3 ((((triple3 triple2) -> rule3) triple4 triple2) -> rule6)) -> rule2))]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple3 ((triple6 triple4 triple2) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" } ] }, { "representation": "((triple5 triple3 ((((triple3 triple2) -> (rule3 % int3)) triple4 triple2) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q7": { "question": "Eric is red.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((triple5 ((triple5 triple3 ((triple6 triple4 triple2) -> rule6)) -> rule2)) -> rule1) OR ((triple5 ((triple5 triple3 ((((triple3 triple2) -> rule3) triple4 triple2) -> rule6)) -> rule2)) -> rule1))]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple5 triple3 ((triple6 triple4 triple2) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((triple5 ((triple5 triple3 ((((triple3 triple2) -> (rule3 % int4)) triple4 triple2) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Eric is not red.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple5 ((triple5 triple3 ((triple6 triple4 triple2) -> rule6)) -> rule2)) -> rule1) OR ((triple5 ((triple5 triple3 ((((triple3 triple2) -> rule3) triple4 triple2) -> rule6)) -> rule2)) -> rule1))]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple5 triple3 ((triple6 triple4 triple2) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((triple5 ((triple5 triple3 ((((triple3 triple2) -> (rule3 % int4)) triple4 triple2) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Fred is not red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Fred is red.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Dave is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Dave is red.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is round.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Dave is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"cold\" \"-\")" }, "Q14": { "question": "Dave is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"+\")" }, "Q15": { "question": "Dave is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Eric is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Dave is cold.[(triple1)] Eric is blue.[(triple6 OR ((triple3 triple2) -> rule3))] Eric is cold.[(triple5)] Eric is nice.[(triple4)] Eric is rough.[(triple3)] Eric is round.[(triple2)] Fred is big.[(triple9)] Fred is cold.[(triple8)] Fred is round.[(triple7 OR ((triple9 triple8) -> rule5))] Harry is big.[(triple11)] Harry is round.[(triple10)] @1: Eric is green.[(((triple6 triple4 triple2) -> rule6) OR ((((triple3 triple2) -> rule3) triple4 triple2) -> rule6))] @2: Eric is young.[(((triple5 triple3 ((triple6 triple4 triple2) -> rule6)) -> rule2) OR ((triple5 triple3 ((((triple3 triple2) -> rule3) triple4 triple2) -> rule6)) -> rule2))] @3: Eric is red.[(((triple5 ((triple5 triple3 ((triple6 triple4 triple2) -> rule6)) -> rule2)) -> rule1) OR ((triple5 ((triple5 triple3 ((((triple3 triple2) -> rule3) triple4 triple2) -> rule6)) -> rule2)) -> rule1))]
[ { "text": "Dave is cold.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] }, { "representation": "((triple3 triple2) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] }, { "representation": "((triple9 triple8) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple4 triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple3 triple2) -> (rule3 % int2)) triple4 triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is young.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple3 ((triple6 triple4 triple2) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" } ] }, { "representation": "((triple5 triple3 ((((triple3 triple2) -> (rule3 % int3)) triple4 triple2) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, { "text": "Eric is red.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple5 triple3 ((triple6 triple4 triple2) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" } ] }, { "representation": "((triple5 ((triple5 triple3 ((((triple3 triple2) -> (rule3 % int4)) triple4 triple2) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": null }
{ "sent1": "In the snow sits Dave, crying from being cold.", "sent2": "Eric's cold expression hid how nice he was; He was constantly blue about it though which was rough; He was noticeably round too.", "sent3": "Even though Fred is big and round, he is cold much of the time.", "sent4": "That man standing next to you with a big round body goes by the name of Harry.", "sent5": "A young and cold person is red.", "sent6": "Cold people with rough, green skin are young.", "sent7": "A round shaped and rough person will be blue as well.", "sent8": "You will probably see that big, round, blue people are green, too.", "sent9": "Big and cold people are likely to be round, too.", "sent10": "Someone who's blue, nice and round will also be someone who's green.", "sent11": null }
AttNonegNatLang-OWA-115
3
11
7
Most people consider Charlie to bed red. He's pretty cold to people and often feels blue. Charlie is a big person. Dave always goes out of his way to show that he is kind to people. Eric is man who is rough, red, nice, kind, and also green. Red Fred is what folks call him, because he is quite red. A person with nice, blue traits who is young will surely be a round person. Someone who is not only rough and big but also nice will necessarily be round as well. A nice red person that is cold is always big, I have found. People who have a big shape while they are young are found to be nice. If you meet someone who is young and cold, then will most definitely be red. A blue and round human being will also be a green human being. Kind people,though green,are cold.
{ "triple1": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple3": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple5": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple9": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple10": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple11": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is blue and nice and young then they are round.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "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\" \"+\"))" }, "rule3": { "text": "If someone is red and nice and cold then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is young and big then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "text": "If someone is young and cold then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is blue and round then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": { "text": "If someone is kind and green then they are cold.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" } }
{ "Q1": { "question": "Eric is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple10)]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q2": { "question": "Charlie is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Eric is cold.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple9 triple10) -> rule7))]", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple10) -> (rule7 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Eric is not cold.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple9 triple10) -> rule7))]", "representation": "(\"Eric\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple10) -> (rule7 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is big.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple7 triple8 ((triple9 triple10) -> rule7)) -> rule3))]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8 ((triple9 triple10) -> (rule7 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not big.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple7 triple8 ((triple9 triple10) -> rule7)) -> rule3))]", "representation": "(\"Eric\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8 ((triple9 triple10) -> (rule7 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is round.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((triple6 ((triple7 triple8 ((triple9 triple10) -> rule7)) -> rule3) triple8) -> rule2))]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple7 triple8 ((triple9 triple10) -> (rule7 % int3))) -> (rule3 % int2)) triple8) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Eric is not round.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple6 ((triple7 triple8 ((triple9 triple10) -> rule7)) -> rule3) triple8) -> rule2))]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple7 triple8 ((triple9 triple10) -> (rule7 % int3))) -> (rule3 % int2)) triple8) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is not cold.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Dave is cold.[CWA. Example of deepest failure = (rule7 <- rule6 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Dave is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is round.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is red.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "Charlie is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "Q15": { "question": "Fred is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Charlie is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is big.[(triple4)] Charlie is blue.[(triple3)] Charlie is cold.[(triple2)] Charlie is red.[(triple1)] Dave is kind.[(triple5)] Eric is green.[(triple10)] Eric is kind.[(triple9)] Eric is nice.[(triple8)] Eric is red.[(triple7)] Eric is rough.[(triple6)] Fred is red.[(triple11)] @1: Eric is cold.[(((triple9 triple10) -> rule7))] @2: Eric is big.[(((triple7 triple8 ((triple9 triple10) -> rule7)) -> rule3))] @3: Eric is round.[(((triple6 ((triple7 triple8 ((triple9 triple10) -> rule7)) -> rule3) triple8) -> rule2))]
[ { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Eric is nice.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple10) -> (rule7 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is big.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8 ((triple9 triple10) -> (rule7 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is round.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple7 triple8 ((triple9 triple10) -> (rule7 % int3))) -> (rule3 % int2)) triple8) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Most people consider Charlie to bed red; He's pretty cold to people and often feels blue; Charlie is a big person.", "sent2": "Dave always goes out of his way to show that he is kind to people.", "sent3": "Eric is man who is rough, red, nice, kind, and also green.", "sent4": "Red Fred is what folks call him, because he is quite red.", "sent5": "A person with nice, blue traits who is young will surely be a round person.", "sent6": "Someone who is not only rough and big but also nice will necessarily be round as well.", "sent7": "A nice red person that is cold is always big, I have found.", "sent8": "People who have a big shape while they are young are found to be nice.", "sent9": "If you meet someone who is young and cold, then will most definitely be red.", "sent10": "A blue and round human being will also be a green human being.", "sent11": "Kind people,though green,are cold." }
AttNonegNatLang-OWA-310
3
9
7
Big Dave, the most blue guy I know while also being cold. Fred has a round face and is very nice. Gary is young, he is also red and green. Harry was born only a few years ago so he is young. Big people that are cold will show you how rough they actually are. People who always wear red and act in a kind manner towards everyone they meet also have a round body. Someone who is colored green might feel blue, but if they are kind it means they will always be nice. A good thing to remember is that rough and green people are round as well. Somebody whose descriptors are nice, big and kind will also fit a young descriptor. Being kind and young means that if they are also blue, they are always red. A big and rough person who is blue is also considered to be green.
{ "triple1": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple2": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple3": { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")" }, "triple4": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "triple6": { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is cold and big then they are rough.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule2": { "text": "If someone is red and kind then they are round.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule3": { "text": "If someone is blue and green and kind then they are nice.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule4": { "text": "If someone is rough and green then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "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 blue and kind and young then they are red.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule7": { "text": "If someone is rough and big and blue then they are green.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" } }
{ "Q1": { "question": "Gary is red.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple7)]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q2": { "question": "Dave is not cold.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Dave\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Dave is rough.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple1 triple3) -> rule1))]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not rough.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple1 triple3) -> rule1))]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is green.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple1 triple3) -> rule1) triple3 triple2) -> rule7))]", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1 triple3) -> (rule1 % int2)) triple3 triple2) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not green.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple1 triple3) -> rule1) triple3 triple2) -> rule7))]", "representation": "(\"Dave\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple1 triple3) -> (rule1 % int2)) triple3 triple2) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Dave is round.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple1 triple3) -> rule1) ((((triple1 triple3) -> rule1) triple3 triple2) -> rule7)) -> rule4))]", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1 triple3) -> (rule1 % int3)) ((((triple1 triple3) -> (rule1 % int3)) triple3 triple2) -> (rule7 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Dave is not round.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple1 triple3) -> rule1) ((((triple1 triple3) -> rule1) triple3 triple2) -> rule7)) -> rule4))]", "representation": "(\"Dave\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple1 triple3) -> (rule1 % int3)) ((((triple1 triple3) -> (rule1 % int3)) triple3 triple2) -> (rule7 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is rough.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "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 }, "Q11": { "question": "Dave is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is red.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is round.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is round.[CWA. Example of deepest failure = (rule4 <- rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Gary is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")" }, "Q14": { "question": "Harry is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "Q15": { "question": "Dave is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Dave is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Harry is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Dave is big.[(triple3)] Dave is blue.[(triple2)] Dave is cold.[(triple1)] Fred is nice.[(triple5)] Fred is round.[(triple4)] Gary is green.[(triple8)] Gary is red.[(triple7)] Gary is young.[(triple6)] Harry is young.[(triple9)] @1: Dave is rough.[(((triple1 triple3) -> rule1))] @2: Dave is green.[(((((triple1 triple3) -> rule1) triple3 triple2) -> rule7))] @3: Dave is round.[(((((triple1 triple3) -> rule1) ((((triple1 triple3) -> rule1) triple3 triple2) -> rule7)) -> rule4))]
[ { "text": "Dave is big.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Dave is cold.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is young.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 triple3) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is green.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1 triple3) -> (rule1 % int2)) triple3 triple2) -> (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 round.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1 triple3) -> (rule1 % int3)) ((((triple1 triple3) -> (rule1 % int3)) triple3 triple2) -> (rule7 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": null, "triple12": null }
{ "sent1": "Big Dave, the most blue guy I know while also being cold.", "sent2": "Fred has a round face and is very nice.", "sent3": "Gary is young, he is also red and green.", "sent4": "Harry was born only a few years ago so he is young.", "sent5": "Big people that are cold will show you how rough they actually are.", "sent6": "People who always wear red and act in a kind manner towards everyone they meet also have a round body.", "sent7": "Someone who is colored green might feel blue, but if they are kind it means they will always be nice.", "sent8": "A good thing to remember is that rough and green people are round as well.", "sent9": "Somebody whose descriptors are nice, big and kind will also fit a young descriptor.", "sent10": "Being kind and young means that if they are also blue, they are always red.", "sent11": "A big and rough person who is blue is also considered to be green." }
AttNonegNatLang-OWA-1260
3
11
7
Alan wears all blue. Young Charlie got into a fight that left him with red sores on his face. Dave is generally considered to be a round guy. People consider him kind, although a bit on the cold side. He's also both green and blue. Harry fits the description of someone who is rough, red and blue. If a kind person is also young and round shaped, they will be colored blue. Big and cold people are likely to be round, too. Sam is usually kind but a blue person, but lately he has been both green with envy and red with anger. When you meet a young, red person, you'll learn they are also nice. Whenever you see Pete you run into a young man rough, which means he will be nice. When you meet someone who is round, red and green, they will also be young. Kind young people are also red and green.
{ "triple1": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple2": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple3": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple4": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple5": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple7": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple8": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple10": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple11": { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is kind and young and round then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule2": { "text": "If someone is big and cold then they are round.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule3": { "text": "If someone is green and kind and blue then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is young and red then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "text": "If someone is young and rough then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule6": { "text": "If someone is green and red and round then they are young.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule7": { "text": "If someone is red and young and kind then they are green.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" } }
{ "Q1": { "question": "Dave is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple5)]", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q2": { "question": "Alan is not blue.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Alan\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Dave is red.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple6 triple5 triple8) -> rule3))]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple5 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not red.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple6 triple5 triple8) -> rule3))]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple5 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is young.", "answer": "True", "QDep": 2, "QLen": "7", "strategy": "proof", "proofs": "[(((triple6 ((triple6 triple5 triple8) -> rule3) triple4) -> rule6))]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple6 triple5 triple8) -> (rule3 % int2)) triple4) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not young.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple6 ((triple6 triple5 triple8) -> rule3) triple4) -> rule6))]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple6 triple5 triple8) -> (rule3 % int2)) triple4) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Dave is nice.", "answer": "True", "QDep": 3, "QLen": "12", "strategy": "proof", "proofs": "[(((((triple6 ((triple6 triple5 triple8) -> rule3) triple4) -> rule6) ((triple6 triple5 triple8) -> rule3)) -> rule4))]", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 ((triple6 triple5 triple8) -> (rule3 % int3)) triple4) -> (rule6 % int2)) ((triple6 triple5 triple8) -> (rule3 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Dave is not nice.", "answer": "False", "QDep": 3, "QLen": "12", "strategy": "inv-proof", "proofs": "[(((((triple6 ((triple6 triple5 triple8) -> rule3) triple4) -> rule6) ((triple6 triple5 triple8) -> rule3)) -> rule4))]", "representation": "(\"Dave\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple6 ((triple6 triple5 triple8) -> (rule3 % int3)) triple4) -> (rule6 % int2)) ((triple6 triple5 triple8) -> (rule3 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Alan is not nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Alan is nice.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Harry is young.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Harry is young.[CWA. Example of deepest failure = (rule6 <- rule7 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Alan is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Alan is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is blue.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"big\" \"-\")" }, "Q14": { "question": "Dave is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"+\")" }, "Q15": { "question": "Alan is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")" }, "Q16": { "question": "Alan is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple1)] Charlie is red.[(triple3)] Charlie is young.[(triple2)] Dave is blue.[(triple8)] Dave is cold.[(triple7)] Dave is green.[(triple6)] Dave is kind.[(triple5)] Dave is round.[(triple4)] Harry is blue.[(triple11)] Harry is red.[(triple10)] Harry is rough.[(triple9)] @1: Charlie is nice.[(((triple2 triple3) -> rule4))] Dave is red.[(((triple6 triple5 triple8) -> rule3))] @2: Dave is young.[(((triple6 ((triple6 triple5 triple8) -> rule3) triple4) -> rule6))] @3: Dave is nice.[(((((triple6 ((triple6 triple5 triple8) -> rule3) triple4) -> rule6) ((triple6 triple5 triple8) -> rule3)) -> rule4))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is cold.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Harry is blue.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is red.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple5 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is young.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 ((triple6 triple5 triple8) -> (rule3 % int2)) triple4) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is nice.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 ((triple6 triple5 triple8) -> (rule3 % int3)) triple4) -> (rule6 % int2)) ((triple6 triple5 triple8) -> (rule3 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent3", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Alan wears all blue.", "sent2": "Young Charlie got into a fight that left him with red sores on his face.", "sent3": "Dave is generally considered to be a round guy; People consider him kind, although a bit on the cold side; He's also both green and blue.", "sent4": "Harry fits the description of someone who is rough, red and blue.", "sent5": "If a kind person is also young and round shaped, they will be colored blue.", "sent6": "Big and cold people are likely to be round, too.", "sent7": "Sam is usually kind but a blue person, but lately he has been both green with envy and red with anger.", "sent8": "When you meet a young, red person, you'll learn they are also nice.", "sent9": "Whenever you see Pete you run into a young man rough, which means he will be nice.", "sent10": "When you meet someone who is round, red and green, they will also be young.", "sent11": "Kind young people are also red and green." }
AttNonegNatLang-OWA-626
3
10
6
Upon meeting Alan, you'll notice he's green and kind. They always call him rough Bob. Eric is young and kind. But he plays really rough with his friends. The diving trip left Harry red and green all over, yet he remains the nice (though rather rough) guy he always has been. I've noticed that kind people are also big. A round person who is cold is big. Nice and blue people have to be big as well. A nice and kind natured person that is big in shape will be rough. People that are big but also green, may ultimately be very nice. Kind people who are blue with sadness and cold toward others are surprisingly red.
{ "triple1": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple2": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple5": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple7": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple9": { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")" }, "triple10": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is kind then they are big.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is cold and round then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is nice and blue then they are big.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is nice and big and kind then they are rough.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is big and green then they are nice.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule6": { "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\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Alan is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q2": { "question": "Harry is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple10)]", "representation": "(\"Harry\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q3": { "question": "Eric is big.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple6) -> rule1))]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not big.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple1) -> rule1))]", "representation": "(\"Alan\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is nice.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((((triple1) -> rule1) triple2) -> rule5))]", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1) -> (rule1 % int2)) triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not nice.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((((triple1) -> rule1) triple2) -> rule5))]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple1) -> (rule1 % int2)) triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is rough.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((((((triple1) -> rule1) triple2) -> rule5) ((triple1) -> rule1) triple1) -> rule4))]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple1) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple1) -> (rule1 % int3)) triple1) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not rough.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((((((triple1) -> rule1) triple2) -> rule5) ((triple1) -> rule1) triple1) -> rule4))]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple1) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple1) -> (rule1 % int3)) triple1) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "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 }, "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": "Eric is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is red.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")" }, "Q14": { "question": "Harry is cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "Q15": { "question": "Eric is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Bob is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is green.[(triple2)] Alan is kind.[(triple1)] Bob is rough.[(triple3)] Eric is kind.[(triple6)] Eric is rough.[(triple5)] Eric is young.[(triple4)] Harry is green.[(triple10)] Harry is nice.[(triple9)] Harry is red.[(triple8)] Harry is rough.[(triple7)] @1: Alan is big.[(((triple1) -> rule1))] Eric is big.[(((triple6) -> rule1))] @2: Alan is nice.[(((((triple1) -> rule1) triple2) -> rule5))] @3: Alan is rough.[(((((((triple1) -> rule1) triple2) -> rule5) ((triple1) -> rule1) triple1) -> rule4))]
[ { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is nice.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is rough.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Alan is big.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is big.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is nice.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1) -> (rule1 % int2)) triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is rough.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple1) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple1) -> (rule1 % int3)) triple1) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent3", "triple5": "sent3", "triple6": "sent3", "triple7": "sent4", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Upon meeting Alan, you'll notice he's green and kind.", "sent2": "They always call him rough Bob.", "sent3": "Eric is young and kind; But he plays really rough with his friends.", "sent4": "The diving trip left Harry red and green all over, yet he remains the nice (though rather rough) guy he always has been.", "sent5": "I've noticed that kind people are also big.", "sent6": "A round person who is cold is big.", "sent7": "Nice and blue people have to be big as well.", "sent8": "A nice and kind natured person that is big in shape will be rough.", "sent9": "People that are big but also green, may ultimately be very nice.", "sent10": "Kind people who are blue with sadness and cold toward others are surprisingly red.", "sent11": null }
AttNonegNatLang-OWA-548
3
7
6
Eric has a round,red,rough looking face with kind eyes. That guy Fred is big, but he's always kind to little ones. Red Gary is what folks call him, because he is quite red. I've noticed that kind people are also big. Green, nice people who have round shapes are going to be kind to you. A kind person who is big in size is definitely young. People who are big and kind and feel down and blue tend to have rough skin. A young, nice person will turn out to be a green person also. If you meet a young and kind person who is also rough, they are cold, too.
{ "triple1": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple4": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple7": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple8": null, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is kind then they are big.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is green and round and nice then they are kind.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule3": { "text": "If someone is kind and big then they are young.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is kind and big and blue then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is young and nice then they are green.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule6": { "text": "If someone is rough and young and kind then they are cold.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Eric is rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple2)]", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q2": { "question": "Eric is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple3)]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q3": { "question": "Fred is young.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple5 triple6) -> rule3) OR ((triple5 ((triple5) -> rule1)) -> rule3))]", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" } ] }, { "representation": "((triple5 ((triple5) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q4": { "question": "Fred is not young.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple5 triple6) -> rule3) OR ((triple5 ((triple5) -> rule1)) -> rule3))]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" } ] }, { "representation": "((triple5 ((triple5) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q5": { "question": "Eric is young.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((triple4 ((triple4) -> rule1)) -> rule3))]", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not young.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple4) -> rule1)) -> rule3))]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is cold.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((triple2 ((triple4 ((triple4) -> rule1)) -> rule3) triple4) -> rule6))]", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple4 ((triple4) -> (rule1 % int3))) -> (rule3 % int2)) triple4) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Eric is not cold.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple2 ((triple4 ((triple4) -> rule1)) -> rule3) triple4) -> rule6))]", "representation": "(\"Eric\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple4 ((triple4) -> (rule1 % int3))) -> (rule3 % int2)) triple4) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Charlie is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Charlie is big.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Fred is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")" }, "Q14": { "question": "Gary is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "Q15": { "question": "Fred is not nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")" }, "Q16": { "question": "Charlie is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Eric is kind.[(triple4)] Eric is red.[(triple3)] Eric is rough.[(triple2)] Eric is round.[(triple1)] Fred is big.[(triple6 OR ((triple5) -> rule1))] Fred is kind.[(triple5)] Gary is red.[(triple7)] @1: Eric is big.[(((triple4) -> rule1))] Fred is young.[(((triple5 triple6) -> rule3) OR ((triple5 ((triple5) -> rule1)) -> rule3))] @2: Eric is young.[(((triple4 ((triple4) -> rule1)) -> rule3))] @3: Eric is cold.[(((triple2 ((triple4 ((triple4) -> rule1)) -> rule3) triple4) -> rule6))]
[ { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] }, { "representation": "((triple5) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is young.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple6) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" } ] }, { "representation": "((triple5 ((triple5) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is young.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is cold.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple4 ((triple4) -> (rule1 % int3))) -> (rule3 % int2)) triple4) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": null, "triple9": null, "triple10": null, "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": "sent8", "rule6": "sent9", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Eric has a round,red,rough looking face with kind eyes.", "sent2": "That guy Fred is big, but he's always kind to little ones.", "sent3": "Red Gary is what folks call him, because he is quite red.", "sent4": "I've noticed that kind people are also big.", "sent5": "Green, nice people who have round shapes are going to be kind to you.", "sent6": "A kind person who is big in size is definitely young.", "sent7": "People who are big and kind and feel down and blue tend to have rough skin.", "sent8": "A young, nice person will turn out to be a green person also.", "sent9": "If you meet a young and kind person who is also rough, they are cold, too.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-975
3
12
6
Alan looks red to most people, with blue features. Bob is known for being big and green and rough around the edges but is still kind. Right now Bob is cold from the snow. Charlie is young, he is also red and green. Dave is round shaped and green colored. When young, round people are cold it their skin gets a blue tinge to it. An individual that fits the nice, red, and kind description will fit the description of big, too. Rough people are often round. It's impossible for someone to be red, big, and cold without them also being kind. Looking blue can be a sign that someone is cold. Someone with the traits of being cold and red is also going to be someone who is big.
{ "triple1": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple2": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple3": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")" }, "triple8": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple9": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple10": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple11": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple12": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" } }
{ "rule1": { "text": "If someone is young and round and cold then they are blue.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule2": { "text": "If someone is red and kind and nice then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is rough then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is red and big and cold then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule5": { "text": "If someone is blue then they are cold.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule6": { "text": "If someone is cold and red then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Alan is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple2)]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q2": { "question": "Bob is not cold.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6)]", "representation": "(\"Bob\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q3": { "question": "Alan is cold.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple2) -> rule5))]", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not cold.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple2) -> rule5))]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is big.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((((triple2) -> rule5) triple1) -> rule6))]", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2) -> (rule5 % int2)) triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not big.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((((triple2) -> rule5) triple1) -> rule6))]", "representation": "(\"Alan\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2) -> (rule5 % int2)) triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is kind.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple1 ((((triple2) -> rule5) triple1) -> rule6) ((triple2) -> rule5)) -> rule4))]", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((((triple2) -> (rule5 % int3)) triple1) -> (rule6 % int2)) ((triple2) -> (rule5 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not kind.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple1 ((((triple2) -> rule5) triple1) -> rule6) ((triple2) -> rule5)) -> rule4))]", "representation": "(\"Alan\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((((triple2) -> (rule5 % int3)) triple1) -> (rule6 % int2)) ((triple2) -> (rule5 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Dave is not cold.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Dave is cold.[CWA. Example of deepest failure = (rule5 <- rule1 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is kind.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "rconc", "proofs": "[@3: Charlie is kind.[CWA. Example of deepest failure = (rule4 <- rule5 <- rule1 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is blue.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Bob is not nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"-\")" }, "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": "Alan is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")" }, "Q16": { "question": "Dave is young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is blue.[(triple2)] Alan is red.[(triple1)] Bob is big.[(triple7)] Bob is cold.[(triple6)] Bob is green.[(triple5)] Bob is kind.[(triple4)] Bob is rough.[(triple3)] Charlie is green.[(triple10)] Charlie is red.[(triple9)] Charlie is young.[(triple8)] Dave is green.[(triple12)] Dave is round.[(triple11)] @1: Alan is cold.[(((triple2) -> rule5))] Bob is round.[(((triple3) -> rule3))] @2: Alan is big.[(((((triple2) -> rule5) triple1) -> rule6))] @3: Alan is kind.[(((triple1 ((((triple2) -> rule5) triple1) -> rule6) ((triple2) -> rule5)) -> rule4))]
[ { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is big.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Bob is cold.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Bob is green.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Alan is cold.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is round.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is big.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2) -> (rule5 % int2)) triple1) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is kind.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((((triple2) -> (rule5 % int3)) triple1) -> (rule6 % int2)) ((triple2) -> (rule5 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Alan looks red to most people, with blue features.", "sent2": "Bob is known for being big and green and rough around the edges but is still kind; Right now Bob is cold from the snow.", "sent3": "Charlie is young, he is also red and green.", "sent4": "Dave is round shaped and green colored.", "sent5": "When young, round people are cold it their skin gets a blue tinge to it.", "sent6": "An individual that fits the nice, red, and kind description will fit the description of big, too.", "sent7": "Rough people are often round.", "sent8": "It's impossible for someone to be red, big, and cold without them also being kind.", "sent9": "Looking blue can be a sign that someone is cold.", "sent10": "Someone with the traits of being cold and red is also going to be someone who is big.", "sent11": null }
AttNonegNatLang-OWA-719
3
8
6
Alan has a round face and is very nice. Young Charlie got into a fight that left him with red sores on his face. Dave is a nice person who is red because he has a rash. Harry is a person both green and big. Someone who has rough nails and blue teeth as well as being kind to adults are often noted to having big fingers. Green people will be nice even when they have been rough. If someone is a bit rough, but also nice, then they qualify as round. A nice and cold person can be counted on to be a young person at the same time. People that are big but also green, may ultimately be very nice. A person that is green also someone who is big.
{ "triple1": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple4": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple5": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple6": { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")" }, "triple7": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "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\" \"+\"))" }, "rule2": { "text": "If someone is green and nice then they are rough.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule3": { "text": "If someone is nice and rough then they are round.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is nice and cold then they are young.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule5": { "text": "If someone is big and green then they are nice.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule6": { "text": "If someone is green then they are big.", "representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Charlie is red.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Dave is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple5)]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q3": { "question": "Harry is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple8 triple7) -> rule5) OR ((((triple7) -> rule6) triple7) -> rule5))]", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple7) -> (rule6 % int2)) triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q4": { "question": "Harry is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple8 triple7) -> rule5) OR ((((triple7) -> rule6) triple7) -> rule5))]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple7) -> (rule6 % int2)) triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q5": { "question": "Harry is rough.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple7 ((triple8 triple7) -> rule5)) -> rule2) OR ((triple7 ((((triple7) -> rule6) triple7) -> rule5)) -> rule2))]", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8 triple7) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((triple7 ((((triple7) -> (rule6 % int3)) triple7) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Harry is not rough.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple7 ((triple8 triple7) -> rule5)) -> rule2) OR ((triple7 ((((triple7) -> rule6) triple7) -> rule5)) -> rule2))]", "representation": "(\"Harry\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8 triple7) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((triple7 ((((triple7) -> (rule6 % int3)) triple7) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q7": { "question": "Harry is round.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((triple8 triple7) -> rule5) ((triple7 ((triple8 triple7) -> rule5)) -> rule2)) -> rule3) OR ((((((triple7) -> rule6) triple7) -> rule5) ((triple7 ((triple8 triple7) -> rule5)) -> rule2)) -> rule3) OR ((((triple8 triple7) -> rule5) ((triple7 ((((triple7) -> rule6) triple7) -> rule5)) -> rule2)) -> rule3) OR ((((((triple7) -> rule6) triple7) -> rule5) ((triple7 ((((triple7) -> rule6) triple7) -> rule5)) -> rule2)) -> rule3))]", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7) -> (rule5 % int3)) ((triple7 ((triple8 triple7) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((((((triple7) -> (rule6 % int4)) triple7) -> (rule5 % int3)) ((triple7 ((triple8 triple7) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple8 triple7) -> (rule5 % int4)) ((triple7 ((((triple7) -> (rule6 % int3)) triple7) -> (rule5 % int4))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int3" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple7) -> (rule6 % int4)) triple7) -> (rule5 % int3)) ((triple7 ((((triple7) -> (rule6 % int4)) triple7) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Harry is not round.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((triple8 triple7) -> rule5) ((triple7 ((triple8 triple7) -> rule5)) -> rule2)) -> rule3) OR ((((((triple7) -> rule6) triple7) -> rule5) ((triple7 ((triple8 triple7) -> rule5)) -> rule2)) -> rule3) OR ((((triple8 triple7) -> rule5) ((triple7 ((((triple7) -> rule6) triple7) -> rule5)) -> rule2)) -> rule3) OR ((((((triple7) -> rule6) triple7) -> rule5) ((triple7 ((((triple7) -> rule6) triple7) -> rule5)) -> rule2)) -> rule3))]", "representation": "(\"Harry\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7) -> (rule5 % int3)) ((triple7 ((triple8 triple7) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((((((triple7) -> (rule6 % int4)) triple7) -> (rule5 % int3)) ((triple7 ((triple8 triple7) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple8 triple7) -> (rule5 % int4)) ((triple7 ((((triple7) -> (rule6 % int3)) triple7) -> (rule5 % int4))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int3" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple7) -> (rule6 % int4)) triple7) -> (rule5 % int3)) ((triple7 ((((triple7) -> (rule6 % int4)) triple7) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Harry is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is young.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Alan is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is rough.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "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": "Charlie is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"red\" \"-\")" }, "Q14": { "question": "Alan is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "Q15": { "question": "Alan is not cold.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"cold\" \"-\")" }, "Q16": { "question": "Alan is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is nice.[(triple2)] Alan is round.[(triple1)] Charlie is red.[(triple4)] Charlie is young.[(triple3)] Dave is nice.[(triple6)] Dave is red.[(triple5)] Harry is big.[(triple8 OR ((triple7) -> rule6))] Harry is green.[(triple7)] @1: Harry is nice.[(((triple8 triple7) -> rule5) OR ((((triple7) -> rule6) triple7) -> rule5))] @2: Harry is rough.[(((triple7 ((triple8 triple7) -> rule5)) -> rule2) OR ((triple7 ((((triple7) -> rule6) triple7) -> rule5)) -> rule2))] @3: Harry is round.[(((((triple8 triple7) -> rule5) ((triple7 ((triple8 triple7) -> rule5)) -> rule2)) -> rule3) OR ((((((triple7) -> rule6) triple7) -> rule5) ((triple7 ((triple8 triple7) -> rule5)) -> rule2)) -> rule3) OR ((((triple8 triple7) -> rule5) ((triple7 ((((triple7) -> rule6) triple7) -> rule5)) -> rule2)) -> rule3) OR ((((((triple7) -> rule6) triple7) -> rule5) ((triple7 ((((triple7) -> rule6) triple7) -> rule5)) -> rule2)) -> rule3))]
[ { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] }, { "representation": "((triple7) -> (rule6 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Harry is nice.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple7) -> (rule6 % int2)) triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is rough.", "QDep": 2, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8 triple7) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((triple7 ((((triple7) -> (rule6 % int3)) triple7) -> (rule5 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int2" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, { "text": "Harry is round.", "QDep": 3, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple7) -> (rule5 % int3)) ((triple7 ((triple8 triple7) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((((((triple7) -> (rule6 % int4)) triple7) -> (rule5 % int3)) ((triple7 ((triple8 triple7) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple8 triple7) -> (rule5 % int4)) ((triple7 ((((triple7) -> (rule6 % int3)) triple7) -> (rule5 % int4))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int3" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int4" } ] }, { "representation": "((((((triple7) -> (rule6 % int4)) triple7) -> (rule5 % int3)) ((triple7 ((((triple7) -> (rule6 % int4)) triple7) -> (rule5 % int3))) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int3" }, { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent3", "triple6": "sent3", "triple7": "sent4", "triple8": "sent4", "triple9": null, "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Alan has a round face and is very nice.", "sent2": "Young Charlie got into a fight that left him with red sores on his face.", "sent3": "Dave is a nice person who is red because he has a rash.", "sent4": "Harry is a person both green and big.", "sent5": "Someone who has rough nails and blue teeth as well as being kind to adults are often noted to having big fingers.", "sent6": "Green people will be nice even when they have been rough.", "sent7": "If someone is a bit rough, but also nice, then they qualify as round.", "sent8": "A nice and cold person can be counted on to be a young person at the same time.", "sent9": "People that are big but also green, may ultimately be very nice.", "sent10": "A person that is green also someone who is big.", "sent11": null }
AttNonegNatLang-OWA-409
3
7
6
Alan was born only a few years ago so he is young. Bob who is considered nice was feeling rather rough today. In the snow sits Charlie, crying from being cold. Eric is nice and kind, but a little rough. If someone is cold and young, you'll see that they are kind. Pick someone blue, kind and big, and they are certain to be green as well. A quite nice person who is red and green is also big. Lucky for us, people that are round and red are kind to strangers. A human that's cold also means they are a human that is young. Nice people are cold people.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple5": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple7": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple8": null, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is cold and young then they are kind.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule2": { "text": "If someone is blue and kind and big then they are green.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "text": "If someone is red and green and nice then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is round and red then they are kind.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule5": { "text": "If someone is cold then they are young.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule6": { "text": "If someone is nice then they are cold.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Charlie is cold.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple4)]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q2": { "question": "Eric is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple5)]", "representation": "(\"Eric\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q3": { "question": "Bob is cold.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple3) -> rule6))]", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Bob is not cold.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple3) -> rule6))]", "representation": "(\"Bob\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is kind.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((triple4 ((triple4) -> rule5)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not kind.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple4) -> rule5)) -> rule1))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Bob is kind.", "answer": "True", "QDep": 3, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple3) -> rule6) ((((triple3) -> rule6)) -> rule5)) -> rule1))]", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule6 % int3)) ((((triple3) -> (rule6 % int3))) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Bob is not kind.", "answer": "False", "QDep": 3, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((((triple3) -> rule6) ((((triple3) -> rule6)) -> rule5)) -> rule1))]", "representation": "(\"Bob\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule6 % int3)) ((((triple3) -> (rule6 % int3))) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Bob is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Alan is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Alan is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")" }, "Q14": { "question": "Charlie is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "Q15": { "question": "Bob is not red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")" }, "Q16": { "question": "Charlie is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is young.[(triple1)] Bob is nice.[(triple3)] Bob is rough.[(triple2)] Charlie is cold.[(triple4)] Eric is kind.[(triple7 OR ((((triple6) -> rule6) ((((triple6) -> rule6)) -> rule5)) -> rule1))] Eric is nice.[(triple6)] Eric is rough.[(triple5)] @1: Bob is cold.[(((triple3) -> rule6))] Charlie is young.[(((triple4) -> rule5))] Eric is cold.[(((triple6) -> rule6))] @2: Bob is young.[(((((triple3) -> rule6)) -> rule5))] Charlie is kind.[(((triple4 ((triple4) -> rule5)) -> rule1))] Eric is young.[(((((triple6) -> rule6)) -> rule5))] @3: Bob is kind.[(((((triple3) -> rule6) ((((triple3) -> rule6)) -> rule5)) -> rule1))]
[ { "text": "Alan is young.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is nice.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] }, { "representation": "((((triple6) -> (rule6 % int3)) ((((triple6) -> (rule6 % int3))) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "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 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": "Bob is cold.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is young.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is cold.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is young.", "QDep": 2, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule6 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is kind.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple4) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is young.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6) -> (rule6 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Bob is kind.", "QDep": 3, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule6 % int3)) ((((triple3) -> (rule6 % int3))) -> (rule5 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent3", "triple5": "sent4", "triple6": "sent4", "triple7": "sent4", "triple8": null, "triple9": null, "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Alan was born only a few years ago so he is young.", "sent2": "Bob who is considered nice was feeling rather rough today.", "sent3": "In the snow sits Charlie, crying from being cold.", "sent4": "Eric is nice and kind, but a little rough.", "sent5": "If someone is cold and young, you'll see that they are kind.", "sent6": "Pick someone blue, kind and big, and they are certain to be green as well.", "sent7": "A quite nice person who is red and green is also big.", "sent8": "Lucky for us, people that are round and red are kind to strangers.", "sent9": "A human that's cold also means they are a human that is young.", "sent10": "Nice people are cold people.", "sent11": null }
AttNonegNatLang-OWA-897
3
11
7
Alan is big and round. His cheeks are rosy red and he is kind even though he is blue. Red Bob is what folks call him, because he is quite red. Red Fred is what folks call him, because he is quite red. Gary happens to be nice and green even though he is big and cold. Cold people,though green and red,tend to be rough. If the person is big and cold then as a rule they must be green. Any big, kind person that turns red is cold to the touch. A big kind person that is red is almost always nice. A person with the qualities of being cold and being red will also be a person that is green. Nobody who is round and rough and big can keep themselves from being nice. People who are nice, big, and also rough, are considered red.
{ "triple1": { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Alan is kind.", "representation": "(\"Alan\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple9": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple10": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "triple11": { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is cold and green and red then they are rough.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule2": { "text": "If someone is big and cold then they are green.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "text": "If someone is red and big and kind then they are cold.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule4": { "text": "If someone is kind and red and big then they are nice.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule5": { "text": "If someone is cold and red then they are green.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule6": { "text": "If someone is round and rough and big then they are nice.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule7": { "text": "If someone is nice and big and rough then they are red.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" } }
{ "Q1": { "question": "Alan is big.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple5)]", "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q2": { "question": "Gary is not nice.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple8)]", "representation": "(\"Gary\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q3": { "question": "Alan is nice.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple3 triple2 triple5) -> rule4) OR ((triple1 ((((triple2 triple5 triple3) -> rule3) ((triple5 ((triple2 triple5 triple3) -> rule3)) -> rule2) triple2) -> rule1) triple5) -> rule6) OR ((triple1 ((((triple2 triple5 triple3) -> rule3) ((((triple2 triple5 triple3) -> rule3) triple2) -> rule5) triple2) -> rule1) triple5) -> rule6))]", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2 triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple1 ((((triple2 triple5 triple3) -> (rule3 % int4)) ((triple5 ((triple2 triple5 triple3) -> (rule3 % int4))) -> (rule2 % int3)) triple2) -> (rule1 % int2)) triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int4" } ] }, { "representation": "((triple1 ((((triple2 triple5 triple3) -> (rule3 % int4)) ((((triple2 triple5 triple3) -> (rule3 % int4)) triple2) -> (rule5 % int3)) triple2) -> (rule1 % int2)) triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int4" } ] } ] }, "Q4": { "question": "Alan is not nice.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple3 triple2 triple5) -> rule4) OR ((triple1 ((((triple2 triple5 triple3) -> rule3) ((triple5 ((triple2 triple5 triple3) -> rule3)) -> rule2) triple2) -> rule1) triple5) -> rule6) OR ((triple1 ((((triple2 triple5 triple3) -> rule3) ((((triple2 triple5 triple3) -> rule3) triple2) -> rule5) triple2) -> rule1) triple5) -> rule6))]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2 triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple1 ((((triple2 triple5 triple3) -> (rule3 % int4)) ((triple5 ((triple2 triple5 triple3) -> (rule3 % int4))) -> (rule2 % int3)) triple2) -> (rule1 % int2)) triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int4" } ] }, { "representation": "((triple1 ((((triple2 triple5 triple3) -> (rule3 % int4)) ((((triple2 triple5 triple3) -> (rule3 % int4)) triple2) -> (rule5 % int3)) triple2) -> (rule1 % int2)) triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int4" } ] } ] }, "Q5": { "question": "Alan is green.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple5 ((triple2 triple5 triple3) -> rule3)) -> rule2) OR ((((triple2 triple5 triple3) -> rule3) triple2) -> rule5))]", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple2 triple5 triple3) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple2 triple5 triple3) -> (rule3 % int2)) triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not green.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple5 ((triple2 triple5 triple3) -> rule3)) -> rule2) OR ((((triple2 triple5 triple3) -> rule3) triple2) -> rule5))]", "representation": "(\"Alan\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple2 triple5 triple3) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple2 triple5 triple3) -> (rule3 % int2)) triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is rough.", "answer": "True", "QDep": 3, "QLen": "12", "strategy": "proof", "proofs": "[(((((triple2 triple5 triple3) -> rule3) ((triple5 ((triple2 triple5 triple3) -> rule3)) -> rule2) triple2) -> rule1) OR ((((triple2 triple5 triple3) -> rule3) ((((triple2 triple5 triple3) -> rule3) triple2) -> rule5) triple2) -> rule1))]", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple5 triple3) -> (rule3 % int3)) ((triple5 ((triple2 triple5 triple3) -> (rule3 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple2 triple5 triple3) -> (rule3 % int3)) ((((triple2 triple5 triple3) -> (rule3 % int3)) triple2) -> (rule5 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not rough.", "answer": "False", "QDep": 3, "QLen": "12", "strategy": "inv-proof", "proofs": "[(((((triple2 triple5 triple3) -> rule3) ((triple5 ((triple2 triple5 triple3) -> rule3)) -> rule2) triple2) -> rule1) OR ((((triple2 triple5 triple3) -> rule3) ((((triple2 triple5 triple3) -> rule3) triple2) -> rule5) triple2) -> rule1))]", "representation": "(\"Alan\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple5 triple3) -> (rule3 % int3)) ((triple5 ((triple2 triple5 triple3) -> (rule3 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple2 triple5 triple3) -> (rule3 % int3)) ((((triple2 triple5 triple3) -> (rule3 % int3)) triple2) -> (rule5 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not green.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Fred is green.[CWA. Example of deepest failure = (rule5 <- rule3 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Fred is cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is cold.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Fred is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Gary is red.[CWA. Example of deepest failure = (rule7 <- rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "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": "Bob is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Bob is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "Q15": { "question": "Bob is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"kind\" \"-\")" }, "Q16": { "question": "Gary is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is big.[(triple5)] Alan is blue.[(triple4)] Alan is kind.[(triple3)] Alan is red.[(triple2)] Alan is round.[(triple1)] Bob is red.[(triple6)] Fred is red.[(triple7)] Gary is big.[(triple11)] Gary is cold.[(triple10)] Gary is green.[(triple9 OR ((triple11 triple10) -> rule2))] Gary is nice.[(triple8)] @1: Alan is cold.[(((triple2 triple5 triple3) -> rule3))] Alan is nice.[(((triple3 triple2 triple5) -> rule4) OR ((triple1 ((((triple2 triple5 triple3) -> rule3) ((triple5 ((triple2 triple5 triple3) -> rule3)) -> rule2) triple2) -> rule1) triple5) -> rule6) OR ((triple1 ((((triple2 triple5 triple3) -> rule3) ((((triple2 triple5 triple3) -> rule3) triple2) -> rule5) triple2) -> rule1) triple5) -> rule6))] @2: Alan is green.[(((triple5 ((triple2 triple5 triple3) -> rule3)) -> rule2) OR ((((triple2 triple5 triple3) -> rule3) triple2) -> rule5))] @3: Alan is rough.[(((((triple2 triple5 triple3) -> rule3) ((triple5 ((triple2 triple5 triple3) -> rule3)) -> rule2) triple2) -> rule1) OR ((((triple2 triple5 triple3) -> rule3) ((((triple2 triple5 triple3) -> rule3) triple2) -> rule5) triple2) -> rule1))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Alan is blue.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Alan is kind.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is round.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is big.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] }, { "representation": "((triple11 triple10) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Alan is cold.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple5 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is nice.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2 triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple1 ((((triple2 triple5 triple3) -> (rule3 % int4)) ((triple5 ((triple2 triple5 triple3) -> (rule3 % int4))) -> (rule2 % int3)) triple2) -> (rule1 % int2)) triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int4" } ] }, { "representation": "((triple1 ((((triple2 triple5 triple3) -> (rule3 % int4)) ((((triple2 triple5 triple3) -> (rule3 % int4)) triple2) -> (rule5 % int3)) triple2) -> (rule1 % int2)) triple5) -> (rule6 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int3" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int4" } ] } ] }, { "text": "Alan is green.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 ((triple2 triple5 triple3) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple2 triple5 triple3) -> (rule3 % int2)) triple2) -> (rule5 % int1))", "intermediates": [ { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is rough.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple5 triple3) -> (rule3 % int3)) ((triple5 ((triple2 triple5 triple3) -> (rule3 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple2 triple5 triple3) -> (rule3 % int3)) ((((triple2 triple5 triple3) -> (rule3 % int3)) triple2) -> (rule5 % int2)) triple2) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "id": "int2" }, { "text": "Alan is cold.", "representation": "(\"Alan\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent1", "triple6": "sent2", "triple7": "sent3", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Alan is big and round; His cheeks are rosy red and he is kind even though he is blue.", "sent2": "Red Bob is what folks call him, because he is quite red.", "sent3": "Red Fred is what folks call him, because he is quite red.", "sent4": "Gary happens to be nice and green even though he is big and cold.", "sent5": "Cold people,though green and red,tend to be rough.", "sent6": "If the person is big and cold then as a rule they must be green.", "sent7": "Any big, kind person that turns red is cold to the touch.", "sent8": "A big kind person that is red is almost always nice.", "sent9": "A person with the qualities of being cold and being red will also be a person that is green.", "sent10": "Nobody who is round and rough and big can keep themselves from being nice.", "sent11": "People who are nice, big, and also rough, are considered red." }
AttNonegNatLang-OWA-334
3
12
7
Charlie is colored blue and red, and you will notice is he is also big and round. Eric wears all blue. People think that Fred is round. This might be because he is young and blue. Young Gary is quite nice, and because he is so round can be considered quite big. A big person who is kind but blue is cold. Big people who are red in color are often nice. A cold and blue appearing person will be young as well. Big people with round and somewhat red faces will have rough skin. If you meet someone who is young and cold, then will most definitely be red. Invariably, any young person whose skin appears rough and green is bound to be quite big. Round, nice people are normally cold and nasty.
{ "triple1": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Charlie is red.", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple5": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple6": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple8": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple12": { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")" } }
{ "rule1": { "text": "If someone is blue and kind and big then they are cold.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule2": { "text": "If someone is big and red then they are nice.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule3": { "text": "If someone is cold and blue then they are young.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule4": { "text": "If someone is big and round and red then they are rough.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is young and cold then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is young and green and rough then they are big.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": { "text": "If someone is round and nice then they are cold.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" } }
{ "Q1": { "question": "Gary is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple9)]", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q2": { "question": "Fred is not round.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple7)]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q3": { "question": "Charlie is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple4 triple2) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple2) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Charlie is not rough.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple4 triple1 triple2) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple1 triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Gary is red.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple9 ((triple10 triple11) -> rule7)) -> rule5))]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((triple10 triple11) -> (rule7 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Gary is not red.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple9 ((triple10 triple11) -> rule7)) -> rule5))]", "representation": "(\"Gary\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((triple10 triple11) -> (rule7 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is young.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple1 ((triple4 triple2) -> rule2)) -> rule7) triple3) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1 ((triple4 triple2) -> (rule2 % int3))) -> (rule7 % int2)) triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not young.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple1 ((triple4 triple2) -> rule2)) -> rule7) triple3) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple1 ((triple4 triple2) -> (rule2 % int3))) -> (rule7 % int2)) triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Fred is not red.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "inv-rconc", "proofs": "[@3: Fred is red.[CWA. Example of deepest failure = (rule5 <- rule7 <- rule2 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Fred is nice.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Fred is nice.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Eric is not cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Eric is big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is big.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Eric is not green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Eric is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"green\" \"-\")" }, "Q14": { "question": "Fred is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "Q15": { "question": "Gary is not blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"blue\" \"-\")" }, "Q16": { "question": "Charlie is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is big.[(triple4)] Charlie is blue.[(triple3)] Charlie is red.[(triple2)] Charlie is round.[(triple1)] Eric is blue.[(triple5)] Fred is blue.[(triple8)] Fred is round.[(triple7)] Fred is young.[(triple6)] Gary is big.[(triple12)] Gary is nice.[(triple11)] Gary is round.[(triple10)] Gary is young.[(triple9)] @1: Charlie is nice.[(((triple4 triple2) -> rule2))] Charlie is rough.[(((triple4 triple1 triple2) -> rule4))] Gary is cold.[(((triple10 triple11) -> rule7))] @2: Charlie is cold.[(((triple1 ((triple4 triple2) -> rule2)) -> rule7))] Gary is red.[(((triple9 ((triple10 triple11) -> rule7)) -> rule5))] @3: Charlie is young.[(((((triple1 ((triple4 triple2) -> rule2)) -> rule7) triple3) -> rule3))] Gary is rough.[(((triple12 triple10 ((triple9 ((triple10 triple11) -> rule7)) -> rule5)) -> rule4))]
[ { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is red.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "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": "triple5", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is big.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is young.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple2) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is rough.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple1 triple2) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is cold.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple11) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is cold.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple4 triple2) -> (rule2 % int2))) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is red.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((triple10 triple11) -> (rule7 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" } ] } ] }, { "text": "Charlie is young.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1 ((triple4 triple2) -> (rule2 % int3))) -> (rule7 % int2)) triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, { "text": "Gary is rough.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12 triple10 ((triple9 ((triple10 triple11) -> (rule7 % int3))) -> (rule5 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "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": "sent4" }
{ "sent1": "Charlie is colored blue and red, and you will notice is he is also big and round.", "sent2": "Eric wears all blue.", "sent3": "People think that Fred is round; This might be because he is young and blue.", "sent4": "Young Gary is quite nice, and because he is so round can be considered quite big.", "sent5": "A big person who is kind but blue is cold.", "sent6": "Big people who are red in color are often nice.", "sent7": "A cold and blue appearing person will be young as well.", "sent8": "Big people with round and somewhat red faces will have rough skin.", "sent9": "If you meet someone who is young and cold, then will most definitely be red.", "sent10": "Invariably, any young person whose skin appears rough and green is bound to be quite big.", "sent11": "Round, nice people are normally cold and nasty." }
AttNonegNatLang-OWA-226
3
8
5
Charlie 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. Big Eric is still young so it's easy for him to be kind. They always call him rough Gary. Because Harry gets cold easily he tends to appear round from bundling up. If a big person is cold and nice, then they are green. Being big and kind like a gentle giant can make anyone blue. If you ever find someone who's nice, rough, and blue, expect them to also be green. You can see that cold, blue people are round in shape. Anyone that's described as young, kind and blue can be said to be cold, too.
{ "triple1": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple3": { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple4": { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple6": { "text": "Gary is rough.", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple8": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is cold and big and nice then they are green.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule2": { "text": "If someone is big and kind then they are blue.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is nice and rough and blue then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is cold and blue then they are round.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule5": { "text": "If someone is young and blue and kind then they are cold.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Eric is big.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple5)]", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q2": { "question": "Eric is not big.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple5)]", "representation": "(\"Eric\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q3": { "question": "Eric is blue.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple5 triple4) -> rule2))]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Eric is not blue.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple5 triple4) -> rule2))]", "representation": "(\"Eric\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is cold.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple3 ((triple5 triple4) -> rule2) triple4) -> rule5))]", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple5 triple4) -> (rule2 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not cold.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple3 ((triple5 triple4) -> rule2) triple4) -> rule5))]", "representation": "(\"Eric\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple5 triple4) -> (rule2 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is round.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((triple3 ((triple5 triple4) -> rule2) triple4) -> rule5) ((triple5 triple4) -> rule2)) -> rule4))]", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 ((triple5 triple4) -> (rule2 % int3)) triple4) -> (rule5 % int2)) ((triple5 triple4) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Eric is not round.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((triple3 ((triple5 triple4) -> rule2) triple4) -> rule5) ((triple5 triple4) -> rule2)) -> rule4))]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3 ((triple5 triple4) -> (rule2 % int3)) triple4) -> (rule5 % int2)) ((triple5 triple4) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Harry is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is cold.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"kind\" \"-\")" }, "Q14": { "question": "Charlie is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")" }, "Q15": { "question": "Gary is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"-\")" }, "Q16": { "question": "Gary is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is blue.[(triple2)] Charlie is rough.[(triple1)] Eric is big.[(triple5)] Eric is kind.[(triple4)] Eric is young.[(triple3)] Gary is rough.[(triple6)] Harry is cold.[(triple8)] Harry is round.[(triple7)] @1: Eric is blue.[(((triple5 triple4) -> rule2))] @2: Eric is cold.[(((triple3 ((triple5 triple4) -> rule2) triple4) -> rule5))] @3: Eric is round.[(((((triple3 ((triple5 triple4) -> rule2) triple4) -> rule5) ((triple5 triple4) -> rule2)) -> rule4))]
[ { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is kind.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Gary is rough.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is cold.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((triple5 triple4) -> (rule2 % int2)) triple4) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is round.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3 ((triple5 triple4) -> (rule2 % int3)) triple4) -> (rule5 % int2)) ((triple5 triple4) -> (rule2 % int3))) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent4", "triple8": "sent4", "triple9": null, "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": null, "rule7": null, "triple11": null, "triple12": null }
{ "sent1": "Charlie grew up in a family with six other boys and that make him a rough guy; Right now he's feeling blue because his dog is sick.", "sent2": "Big Eric is still young so it's easy for him to be kind.", "sent3": "They always call him rough Gary.", "sent4": "Because Harry gets cold easily he tends to appear round from bundling up.", "sent5": "If a big person is cold and nice, then they are green.", "sent6": "Being big and kind like a gentle giant can make anyone blue.", "sent7": "If you ever find someone who's nice, rough, and blue, expect them to also be green.", "sent8": "You can see that cold, blue people are round in shape.", "sent9": "Anyone that's described as young, kind and blue can be said to be cold, too.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1213
3
11
5
Charlie ate some rotten meat and now feels green. Eric was in a chemistry lab accident and turned blue and green which is even more obvious due to his round figure. Fred was quite young and green. He was also cold and big. Harry is young and round, he is also green. A quite nice person will certainly be red. A person who is cold with a red nose will be feeling blue. Someone who's young and frosty cold are actually very nice. A cold human with round and rough aspects is always kind. People who are cold and and red are also young and kind.
{ "triple1": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple2": { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple5": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple6": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple7": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple8": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple9": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is nice then they are red.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is cold and red then they are blue.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is young and cold then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule4": { "text": "If someone is cold and round and rough then they are kind.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule5": { "text": "If someone is red and young and cold then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule6": null, "rule7": null }
{ "Q1": { "question": "Charlie is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple1)]", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q2": { "question": "Harry is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple9)]", "representation": "(\"Harry\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q3": { "question": "Fred is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple5 triple7) -> rule3))]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not nice.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple5 triple7) -> rule3))]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is red.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((((triple5 triple7) -> rule3)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple7) -> (rule3 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not red.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((((triple5 triple7) -> rule3)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple7) -> (rule3 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is kind.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((((triple5 triple7) -> rule3)) -> rule1) triple5 triple7) -> rule5))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple5 triple7) -> (rule3 % int3))) -> (rule1 % int2)) triple5 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not blue.", "answer": "False", "QDep": 3, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple7 ((((triple5 triple7) -> rule3)) -> rule1)) -> rule2))]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((((triple5 triple7) -> (rule3 % int3))) -> (rule1 % int2))) -> (rule2 % 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 nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Charlie is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Charlie is red.[CWA. Example of deepest failure = (rule1 <- rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Harry is not blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Charlie is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is kind.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"rough\" \"-\")" }, "Q14": { "question": "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": "Charlie is not round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")" }, "Q16": { "question": "Eric is rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is green.[(triple1)] Eric is blue.[(triple4)] Eric is green.[(triple3)] Eric is round.[(triple2)] Fred is big.[(triple8)] Fred is cold.[(triple7)] Fred is green.[(triple6)] Fred is young.[(triple5)] Harry is green.[(triple11)] Harry is round.[(triple10)] Harry is young.[(triple9)] @1: Fred is nice.[(((triple5 triple7) -> rule3))] @2: Fred is red.[(((((triple5 triple7) -> rule3)) -> rule1))] @3: Fred is blue.[(((triple7 ((((triple5 triple7) -> rule3)) -> rule1)) -> rule2))] Fred is kind.[(((((((triple5 triple7) -> rule3)) -> rule1) triple5 triple7) -> rule5))]
[ { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is green.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple7) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is red.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple5 triple7) -> (rule3 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is blue.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((((triple5 triple7) -> (rule3 % int3))) -> (rule1 % int2))) -> (rule2 % 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 nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, { "text": "Fred is kind.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple5 triple7) -> (rule3 % int3))) -> (rule1 % int2)) triple5 triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": null, "rule7": null, "triple11": "sent4", "triple12": null }
{ "sent1": "Charlie ate some rotten meat and now feels green.", "sent2": "Eric was in a chemistry lab accident and turned blue and green which is even more obvious due to his round figure.", "sent3": "Fred was quite young and green; He was also cold and big.", "sent4": "Harry is young and round, he is also green.", "sent5": "A quite nice person will certainly be red.", "sent6": "A person who is cold with a red nose will be feeling blue.", "sent7": "Someone who's young and frosty cold are actually very nice.", "sent8": "A cold human with round and rough aspects is always kind.", "sent9": "People who are cold and and red are also young and kind.", "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1638
3
8
7
They always call him rough Bob. Even though Dave is green with envy he is nice with rosy red cheeks. Fred is so big, he is often blue, but always kind. Harry always goes out of his way to show that he is kind to people. When you meet someone round, blue and nice they are as a rule rough. A young aged and blue colored person will certainly be round. It seems to be that a person who is green, red, and blue will be very big. Nice green people and often blue with sadness. Big and round people who arent cold, tend to be very kind. People that are green tend to be young. Young people who are nice and cold, are rather green.
{ "triple1": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple5": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple7": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple8": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple9": null, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is blue and nice and round then they are rough.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule2": { "text": "If someone is young and blue then they are round.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule3": { "text": "If someone is red and blue and green then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule4": { "text": "If someone is green and nice then they are blue.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule5": { "text": "If someone is cold and big and round then they are kind.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule6": { "text": "If someone is green then they are young.", "representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule7": { "text": "If someone is nice and young and cold then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" } }
{ "Q1": { "question": "Fred is big.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple7)]", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q2": { "question": "Harry is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple8)]", "representation": "(\"Harry\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q3": { "question": "Dave is blue.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple4 triple3) -> rule4))]", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Dave is not blue.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple4 triple3) -> rule4))]", "representation": "(\"Dave\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is round.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((((triple4) -> rule6) ((triple4 triple3) -> rule4)) -> rule2))]", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4) -> (rule6 % int3)) ((triple4 triple3) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Dave is not big.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple2 ((triple4 triple3) -> rule4) triple4) -> rule3))]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple4 triple3) -> (rule4 % int2)) triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Dave is rough.", "answer": "True", "QDep": 3, "QLen": "11", "strategy": "proof", "proofs": "[(((((triple4 triple3) -> rule4) triple3 ((((triple4) -> rule6) ((triple4 triple3) -> rule4)) -> rule2)) -> rule1))]", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple3) -> (rule4 % int4)) triple3 ((((triple4) -> (rule6 % int3)) ((triple4 triple3) -> (rule4 % int4))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int3" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Dave is not rough.", "answer": "False", "QDep": 3, "QLen": "11", "strategy": "inv-proof", "proofs": "[(((((triple4 triple3) -> rule4) triple3 ((((triple4) -> rule6) ((triple4 triple3) -> rule4)) -> rule2)) -> rule1))]", "representation": "(\"Dave\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple3) -> (rule4 % int4)) triple3 ((((triple4) -> (rule6 % int3)) ((triple4 triple3) -> (rule4 % int4))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int3" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Bob is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is green.[CWA. Example of deepest failure = (rule7 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is young.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is young.[CWA. Example of deepest failure = (rule6 <- rule7 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not round.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Bob is round.[CWA. Example of deepest failure = (rule2 <- rule4 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is rough.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Harry is not nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")" }, "Q14": { "question": "Fred is nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "Q15": { "question": "Bob is not nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Bob\" \"is\" \"nice\" \"-\")" }, "Q16": { "question": "Harry is red.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is red.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is rough.[(triple1)] Dave is green.[(triple4)] Dave is nice.[(triple3)] Dave is red.[(triple2)] Fred is big.[(triple7)] Fred is blue.[(triple6)] Fred is kind.[(triple5)] Harry is kind.[(triple8)] @1: Dave is blue.[(((triple4 triple3) -> rule4))] Dave is young.[(((triple4) -> rule6))] @2: Dave is big.[(((triple2 ((triple4 triple3) -> rule4) triple4) -> rule3))] Dave is round.[(((((triple4) -> rule6) ((triple4 triple3) -> rule4)) -> rule2))] @3: Dave is rough.[(((((triple4 triple3) -> rule4) triple3 ((((triple4) -> rule6) ((triple4 triple3) -> rule4)) -> rule2)) -> rule1))]
[ { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is young.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4) -> (rule6 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is big.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple4 triple3) -> (rule4 % int2)) triple4) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is big.", "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Dave is round.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4) -> (rule6 % int3)) ((triple4 triple3) -> (rule4 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "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 rough.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 triple3) -> (rule4 % int4)) triple3 ((((triple4) -> (rule6 % int3)) ((triple4 triple3) -> (rule4 % int4))) -> (rule2 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int3" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": "sent4", "triple9": null, "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": null, "triple12": null }
{ "sent1": "They always call him rough Bob.", "sent2": "Even though Dave is green with envy he is nice with rosy red cheeks.", "sent3": "Fred is so big, he is often blue, but always kind.", "sent4": "Harry always goes out of his way to show that he is kind to people.", "sent5": "When you meet someone round, blue and nice they are as a rule rough.", "sent6": "A young aged and blue colored person will certainly be round.", "sent7": "It seems to be that a person who is green, red, and blue will be very big.", "sent8": "Nice green people and often blue with sadness.", "sent9": "Big and round people who arent cold, tend to be very kind.", "sent10": "People that are green tend to be young.", "sent11": "Young people who are nice and cold, are rather green." }
AttNonegNatLang-OWA-138
3
12
4
In the snow sits Charlie, crying from being cold. Dave was a complicated man. He was rough and red, yet nice and kind. He was as cold as he was blue. Gary is colored red and green. He is a nice young man and is also very big. If you meet a young, round person who is nice on the street, offer them your coat because they are cold. Most young and nice people will be kind. You will discover that green rough people are always red. If a person is red, kind, and nice then they must be round.
{ "triple1": { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")" }, "triple2": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple4": { "text": "Dave is nice.", "representation": "(\"Dave\" \"is\" \"nice\" \"+\")" }, "triple5": { "text": "Dave is kind.", "representation": "(\"Dave\" \"is\" \"kind\" \"+\")" }, "triple6": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "triple9": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple10": { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")" }, "triple11": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple12": { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")" } }
{ "rule1": { "text": "If someone is round and nice and young then they are cold.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule2": { "text": "If someone is young and nice then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule3": { "text": "If someone is green and rough then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is nice and red and kind then they are round.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule5": null, "rule6": null, "rule7": null }
{ "Q1": { "question": "Gary is green.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple11)]", "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q2": { "question": "Gary is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple8)]", "representation": "(\"Gary\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q3": { "question": "Gary is kind.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple8 triple10) -> rule2))]", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple10) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Gary is not kind.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple8 triple10) -> rule2))]", "representation": "(\"Gary\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple10) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Gary is round.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple10 triple9 ((triple8 triple10) -> rule2)) -> rule4))]", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 ((triple8 triple10) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Gary is not round.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple10 triple9 ((triple8 triple10) -> rule2)) -> rule4))]", "representation": "(\"Gary\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 ((triple8 triple10) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Gary is cold.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((triple10 triple9 ((triple8 triple10) -> rule2)) -> rule4) triple10 triple8) -> rule1))]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 ((triple8 triple10) -> (rule2 % int3))) -> (rule4 % int2)) triple10 triple8) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Gary is not cold.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((triple10 triple9 ((triple8 triple10) -> rule2)) -> rule4) triple10 triple8) -> rule1))]", "representation": "(\"Gary\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 ((triple8 triple10) -> (rule2 % int3))) -> (rule4 % int2)) triple10 triple8) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Charlie is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Harry is red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Charlie is not round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Charlie is not young.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"young\" \"-\")" }, "Q14": { "question": "Charlie is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "Q15": { "question": "Harry is not big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")" }, "Q16": { "question": "Dave is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Dave is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is cold.[(triple1)] Dave is blue.[(triple7)] Dave is cold.[(triple6)] Dave is kind.[(triple5)] Dave is nice.[(triple4)] Dave is red.[(triple3)] Dave is rough.[(triple2)] Gary is big.[(triple12)] Gary is green.[(triple11)] Gary is nice.[(triple10)] Gary is red.[(triple9)] Gary is young.[(triple8)] @1: Dave is round.[(((triple4 triple3 triple5) -> rule4))] Gary is kind.[(((triple8 triple10) -> rule2))] @2: Gary is round.[(((triple10 triple9 ((triple8 triple10) -> rule2)) -> rule4))] @3: Gary is cold.[(((((triple10 triple9 ((triple8 triple10) -> rule2)) -> rule4) triple10 triple8) -> rule1))]
[ { "text": "Charlie is cold.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is blue.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is cold.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Dave is kind.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is nice.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Gary is big.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is nice.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is young.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple3 triple5) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is kind.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple10) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is round.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 ((triple8 triple10) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is cold.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 ((triple8 triple10) -> (rule2 % int3))) -> (rule4 % int2)) triple10 triple8) -> (rule1 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "id": "int2" }, { "text": "Gary is kind.", "representation": "(\"Gary\" \"is\" \"kind\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "triple8": "sent3", "triple9": "sent3", "triple10": "sent3", "rule1": "sent4", "rule2": "sent5", "rule3": "sent6", "rule4": "sent7", "rule5": null, "rule6": null, "rule7": null, "triple11": "sent3", "triple12": "sent3" }
{ "sent1": "In the snow sits Charlie, crying from being cold.", "sent2": "Dave was a complicated man; He was rough and red, yet nice and kind; He was as cold as he was blue.", "sent3": "Gary is colored red and green; He is a nice young man and is also very big.", "sent4": "If you meet a young, round person who is nice on the street, offer them your coat because they are cold.", "sent5": "Most young and nice people will be kind.", "sent6": "You will discover that green rough people are always red.", "sent7": "If a person is red, kind, and nice then they must be round.", "sent8": null, "sent9": null, "sent10": null, "sent11": null }
AttNonegNatLang-OWA-681
3
9
7
Young Bob is quite nice, and because he is so round can be considered quite big. Charlie is a person both green and big. Eric gets red when he is mad and tends to act very cold. Harry was born only a few years ago so he is young. It's a fact that young people are red people. A blue colored, nice but rough person is definitely young too. If someone is colored red but is cold, they tend to show a lot of green. A person who exhibits nice, kind and cold characteristics will also be a rough person. Whenever somebody can be described as rough, round and cold, they can also be described as young. Red and round people will be cold even in the summer. Blue, kind, and cold people are habitually rough.
{ "triple1": { "text": "Bob is young.", "representation": "(\"Bob\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Bob is big.", "representation": "(\"Bob\" \"is\" \"big\" \"+\")" }, "triple5": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple6": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple7": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple9": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is young then they are red.", "representation": "(((\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule2": { "text": "If someone is nice and blue and rough then they are young.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule3": { "text": "If someone is red and cold then they are green.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule4": { "text": "If someone is kind and nice and cold then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is cold and rough and round then they are young.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule6": { "text": "If someone is red and round then they are cold.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule7": { "text": "If someone is blue and kind and cold then they are rough.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" } }
{ "Q1": { "question": "Bob is nice.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple3)]", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, "Q2": { "question": "Bob is not big.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple4)]", "representation": "(\"Bob\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, "Q3": { "question": "Bob is red.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple1) -> rule1))]", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Harry is not red.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple9) -> rule1))]", "representation": "(\"Harry\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Bob is cold.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((((triple1) -> rule1) triple2) -> rule6))]", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1) -> (rule1 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Bob is not cold.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((((triple1) -> rule1) triple2) -> rule6))]", "representation": "(\"Bob\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple1) -> (rule1 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Bob is green.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple1) -> rule1) ((((triple1) -> rule1) triple2) -> rule6)) -> rule3))]", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1) -> (rule1 % int3)) ((((triple1) -> (rule1 % int3)) triple2) -> (rule6 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Bob is not green.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple1) -> rule1) ((((triple1) -> rule1) triple2) -> rule6)) -> rule3))]", "representation": "(\"Bob\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple1) -> (rule1 % int3)) ((((triple1) -> (rule1 % int3)) triple2) -> (rule6 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Charlie is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is rough.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Charlie is red.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Harry is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is rough.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is green.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Harry is green.[CWA. Example of deepest failure = (rule3 <- rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "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": "Harry is big.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "Q15": { "question": "Charlie is not nice.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")" }, "Q16": { "question": "Eric is blue.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is blue.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is big.[(triple4)] Bob is nice.[(triple3)] Bob is round.[(triple2)] Bob is young.[(triple1)] Charlie is big.[(triple6)] Charlie is green.[(triple5)] Eric is cold.[(triple8)] Eric is red.[(triple7)] Harry is young.[(triple9)] @1: Bob is red.[(((triple1) -> rule1))] Eric is green.[(((triple7 triple8) -> rule3))] Harry is red.[(((triple9) -> rule1))] @2: Bob is cold.[(((((triple1) -> rule1) triple2) -> rule6))] @3: Bob is green.[(((((triple1) -> rule1) ((((triple1) -> rule1) triple2) -> rule6)) -> rule3))]
[ { "text": "Bob is big.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Bob is nice.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Bob is round.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Eric is red.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 1, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1) -> (rule1 % int1))", "intermediates": [ { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is green.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is red.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Bob is cold.", "QDep": 2, "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1) -> (rule1 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Bob is green.", "QDep": 3, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple1) -> (rule1 % int3)) ((((triple1) -> (rule1 % int3)) triple2) -> (rule6 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Bob is cold.", "representation": "(\"Bob\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent4", "triple10": null, "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": null, "triple12": null }
{ "sent1": "Young Bob is quite nice, and because he is so round can be considered quite big.", "sent2": "Charlie is a person both green and big.", "sent3": "Eric gets red when he is mad and tends to act very cold.", "sent4": "Harry was born only a few years ago so he is young.", "sent5": "It's a fact that young people are red people.", "sent6": "A blue colored, nice but rough person is definitely young too.", "sent7": "If someone is colored red but is cold, they tend to show a lot of green.", "sent8": "A person who exhibits nice, kind and cold characteristics will also be a rough person.", "sent9": "Whenever somebody can be described as rough, round and cold, they can also be described as young.", "sent10": "Red and round people will be cold even in the summer.", "sent11": "Blue, kind, and cold people are habitually rough." }
AttNonegNatLang-OWA-994
3
12
7
Alan is nice, even when he is rough and red with anger. Dave is both young and fairly round in size. Eric is blue and cold. Harry is rather young, but he is also kind, green, cold and big. Santa Claus is red and kind. He is also very nice, especially to children. If a kind person is also young and round shaped, they will be colored blue. Anybody that is big is also someone who is going to be blue. Young people that are cold and round are necessarily big. Sam is usually kind but a blue person, but lately he has been both green with envy and red with anger. If you ever find someone who's nice, rough, and blue, expect them to also be green. Anyone will tell you the kind and the big are also rough.
{ "triple1": { "text": "Alan is rough.", "representation": "(\"Alan\" \"is\" \"rough\" \"+\")" }, "triple2": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple4": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple5": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple6": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple9": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple10": { "text": "Harry is green.", "representation": "(\"Harry\" \"is\" \"green\" \"+\")" }, "triple11": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "triple12": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" } }
{ "rule1": { "text": "If someone is red and kind then they are nice.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule2": { "text": "If someone is kind and young and round then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule3": { "text": "If someone is big then they are blue.", "representation": "(((\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule4": { "text": "If someone is cold and round and young then they are big.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule5": { "text": "If someone is green and kind and blue then they are red.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "text": "If someone is nice and rough and blue then they are green.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule7": { "text": "If someone is big and kind then they are rough.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" } }
{ "Q1": { "question": "Harry is young.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple8)]", "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q2": { "question": "Dave is not round.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple5)]", "representation": "(\"Dave\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q3": { "question": "Harry is blue.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple12) -> rule3))]", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Harry is not rough.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple12 triple9) -> rule7))]", "representation": "(\"Harry\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple12 triple9) -> (rule7 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Harry is red.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple10 triple9 ((triple12) -> rule3)) -> rule5))]", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 ((triple12) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Harry is not red.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple10 triple9 ((triple12) -> rule3)) -> rule5))]", "representation": "(\"Harry\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 ((triple12) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Harry is nice.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple10 triple9 ((triple12) -> rule3)) -> rule5) triple9) -> rule1))]", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 ((triple12) -> (rule3 % int3))) -> (rule5 % int2)) triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Harry is not nice.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple10 triple9 ((triple12) -> rule3)) -> rule5) triple9) -> rule1))]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 ((triple12) -> (rule3 % int3))) -> (rule5 % int2)) triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Eric is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is big.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Alan is green.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "rconc", "proofs": "[@3: Alan is green.[CWA. Example of deepest failure = (rule6 <- rule3 <- rule4 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Dave is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Dave is red.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Alan is blue.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Alan is blue.[CWA. Example of deepest failure = (rule3 <- rule4 <- FAIL)]]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "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\" \"-\")" }, "Q14": { "question": "Eric is kind.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is kind.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")" }, "Q15": { "question": "Dave is not 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": "Alan is round.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Alan is nice.[(triple3)] Alan is red.[(triple2)] Alan is rough.[(triple1)] Dave is round.[(triple5)] Dave is young.[(triple4)] Eric is blue.[(triple7)] Eric is cold.[(triple6)] Harry is big.[(triple12)] Harry is cold.[(triple11)] Harry is green.[(triple10)] Harry is kind.[(triple9)] Harry is young.[(triple8)] @1: Harry is blue.[(((triple12) -> rule3))] Harry is rough.[(((triple12 triple9) -> rule7))] @2: Harry is red.[(((triple10 triple9 ((triple12) -> rule3)) -> rule5))] @3: Harry is nice.[(((((triple10 triple9 ((triple12) -> rule3)) -> rule5) triple9) -> rule1))]
[ { "text": "Alan is nice.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Alan is red.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Alan is rough.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is young.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is blue.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is green.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is blue.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12) -> (rule3 % int1))", "intermediates": [ { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is rough.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple12 triple9) -> (rule7 % int1))", "intermediates": [ { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is red.", "QDep": 2, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple9 ((triple12) -> (rule3 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int2" } ] } ] }, { "text": "Harry is nice.", "QDep": 3, "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple10 triple9 ((triple12) -> (rule3 % int3))) -> (rule5 % int2)) triple9) -> (rule1 % int1))", "intermediates": [ { "text": "Harry is nice.", "representation": "(\"Harry\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent2", "triple5": "sent2", "triple6": "sent3", "triple7": "sent3", "triple8": "sent4", "triple9": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Alan is nice, even when he is rough and red with anger.", "sent2": "Dave is both young and fairly round in size.", "sent3": "Eric is blue and cold.", "sent4": "Harry is rather young, but he is also kind, green, cold and big.", "sent5": "Santa Claus is red and kind; He is also very nice, especially to children.", "sent6": "If a kind person is also young and round shaped, they will be colored blue.", "sent7": "Anybody that is big is also someone who is going to be blue.", "sent8": "Young people that are cold and round are necessarily big.", "sent9": "Sam is usually kind but a blue person, but lately he has been both green with envy and red with anger.", "sent10": "If you ever find someone who's nice, rough, and blue, expect them to also be green.", "sent11": "Anyone will tell you the kind and the big are also rough." }