id stringlengths 15 20 | maxD int64 0 8 | NFact int64 1 16 | NRule int64 1 8 | theory stringlengths 34 1.1k | triples unknown | rules unknown | questions unknown | allProofs stringlengths 26 37.2k | proofDetails listlengths 1 28 |
|---|---|---|---|---|---|---|---|---|---|
RelNeg-CWA-D0-744 | 0 | 5 | 1 | The lion is cold. The lion is kind. The lion is nice. The lion is red. The lion is round. If something is round and not cold then it is kind. | {
"triple1": {
"text": "The lion is cold.",
"representation": "(\"lion\" \"is\" \"cold\" \"+\")"
},
"triple2": {
"text": "The lion is kind.",
"representation": "(\"lion\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "The lion is nice.",
"representation": "(\"lion\" \"is\" \"nice\" \... | {
"rule1": {
"text": "If something is round and not cold then it is kind.",
"representation": "(((\"something\" \"is\" \"round\" \"+\") (\"something\" \"is\" \"cold\" \"~\")) -> (\"something\" \"is\" \"kind\" \"+\"))"
}
} | {
"Q1": {
"question": "The lion is nice.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"lion\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
... | @0: The lion is cold.[(triple1)] The lion is kind.[(triple2)] The lion is nice.[(triple3)] The lion is red.[(triple4)] The lion is round.[(triple5)] | [
{
"text": "The lion is cold.",
"QDep": 0,
"representation": "(\"lion\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "The lion is kind.",
"QDep": 0,
"representation": "(\"lion\... |
AttNeg-CWA-D0-3182 | 0 | 7 | 2 | Dave is big. Dave is blue. Dave is furry. Dave is nice. Dave is rough. Dave is round. Dave is white. If Dave is blue and Dave is not furry then Dave is white. If someone is round and not blue then they are nice. | {
"triple1": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple2": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple3": {
"text": "Dave is furry.",
"representation": "(\"Dave\" \"is\" \"furry\" \"+\")"
},
... | {
"rule1": {
"text": "If Dave is blue and Dave is not furry then Dave is white.",
"representation": "(((\"Dave\" \"is\" \"blue\" \"+\") (\"Dave\" \"is\" \"furry\" \"~\")) -> (\"Dave\" \"is\" \"white\" \"+\"))"
},
"rule2": {
"text": "If someone is round and not blue then they are nice.",
"represent... | {
"Q1": {
"question": "Dave is nice.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple4)]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}... | @0: Dave is big.[(triple1)] Dave is blue.[(triple2)] Dave is furry.[(triple3)] Dave is nice.[(triple4)] Dave is rough.[(triple5)] Dave is round.[(triple6)] Dave is white.[(triple7)] | [
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \... |
AttNoneg-CWA-D0-615 | 0 | 7 | 3 | Gary is cold. Gary is nice. Gary is quiet. Gary is red. Gary is rough. Gary is smart. Gary is white. All smart, rough people are white. If Gary is cold and Gary is smart then Gary is quiet. If someone is quiet and nice then they are smart. | {
"triple1": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple2": {
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Gary is quiet.",
"representation": "(\"Gary\" \"is\" \"quiet\" \"+\")"
}... | {
"rule1": {
"text": "All smart, rough people are white.",
"representation": "(((\"someone\" \"is\" \"smart\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"white\" \"+\"))"
},
"rule2": {
"text": "If Gary is cold and Gary is smart then Gary is quiet.",
"representation": "(((... | {
"Q1": {
"question": "Gary is nice.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}... | @0: Gary is cold.[(triple1)] Gary is nice.[(triple2)] Gary is quiet.[(triple3 OR ((triple1 triple6) -> rule2))] Gary is red.[(triple4)] Gary is rough.[(triple5)] Gary is smart.[(triple6 OR ((triple3 triple2) -> rule3))] Gary is white.[(triple7 OR ((triple6 triple5) -> rule1) OR ((((triple3 triple2) -> rule3) triple5) -... | [
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Gary is nice.",
"QDep": 0,
"representation": "(\"Gary\" \"is\"... |
AttNeg-CWA-D0-961 | 0 | 15 | 1 | Erin is big. Erin is blue. Erin is cold. Erin is green. Erin is kind. Erin is white. Fiona is big. Fiona is blue. Fiona is cold. Fiona is white. Harry is big. Harry is cold. Harry is kind. Harry is smart. Harry is white. All green people are kind. | {
"triple1": {
"text": "Erin is big.",
"representation": "(\"Erin\" \"is\" \"big\" \"+\")"
},
"triple2": {
"text": "Erin is blue.",
"representation": "(\"Erin\" \"is\" \"blue\" \"+\")"
},
"triple3": {
"text": "Erin is cold.",
"representation": "(\"Erin\" \"is\" \"cold\" \"+\")"
},
... | {
"rule1": {
"text": "All green people are kind.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
}
} | {
"Q1": {
"question": "Fiona is white.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple10)]",
"representation": "(\"Fiona\" \"is\" \"white\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
... | @0: Erin is big.[(triple1)] Erin is blue.[(triple2)] Erin is cold.[(triple3)] Erin is green.[(triple4)] Erin is kind.[(triple5 OR ((triple4) -> rule1))] Erin is white.[(triple6)] Fiona is big.[(triple7)] Fiona is blue.[(triple8)] Fiona is cold.[(triple9)] Fiona is white.[(triple10)] Harry is big.[(triple11)] Harry is c... | [
{
"text": "Erin is big.",
"QDep": 0,
"representation": "(\"Erin\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Erin is blue.",
"QDep": 0,
"representation": "(\"Erin\" \"is\" \... |
RelNoneg-CWA-D0-5023 | 0 | 1 | 2 | The bear is kind. If someone is big then they are rough. All big, nice people are kind. | {
"triple1": {
"text": "The bear is kind.",
"representation": "(\"bear\" \"is\" \"kind\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is big then they are rough.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule2": {
"text": "All big, nice people are kind.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"ni... | {
"Q1": {
"question": "The bear is kind.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"bear\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
... | @0: The bear is kind.[(triple1)] | [
{
"text": "The bear is kind.",
"QDep": 0,
"representation": "(\"bear\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
}
] |
RelNoneg-CWA-D0-2381 | 1 | 3 | 6 | The bald eagle is big. The bald eagle is cold. The bald eagle is nice. If someone is cold and rough then they are nice. All big people are kind. If someone is rough then they are cold. If someone is rough and kind then they are nice. If the bald eagle is cold and the bald eagle is nice then the bald eagle is big. If so... | {
"triple1": {
"text": "The bald eagle is big.",
"representation": "(\"bald eagle\" \"is\" \"big\" \"+\")"
},
"triple2": {
"text": "The bald eagle is cold.",
"representation": "(\"bald eagle\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "The bald eagle is nice.",
"representation": ... | {
"rule1": {
"text": "If someone is cold and rough then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "All big people are kind.",
"representation": "(((\"someone\" \"is\... | {
"Q1": {
"question": "The bald eagle is nice.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"bald eagle\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermedia... | @0: The bald eagle is big.[(triple1 OR ((triple2 triple3) -> rule5))] The bald eagle is cold.[(triple2 OR ((triple1 ((triple1) -> rule2)) -> rule6))] The bald eagle is nice.[(triple3)] @1: The bald eagle is kind.[(((triple1) -> rule2) OR ((((triple2 triple3) -> rule5)) -> rule2))] | [
{
"text": "The bald eagle is big.",
"QDep": 0,
"representation": "(\"bald eagle\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
},
{
"representation": "((triple2 triple3) -> (rule5 % int1))",
... |
RelNoneg-CWA-D0-1882 | 0 | 7 | 2 | The bear eats the tiger. The bear sees the tiger. The cat eats the bear. The cat sees the tiger. The cow visits the cat. The tiger is rough. The tiger visits the cat. If something is rough and nice then it visits the cat. If something visits the cow then the cow visits the bear. | {
"triple1": {
"text": "The bear eats the tiger.",
"representation": "(\"bear\" \"eats\" \"tiger\" \"+\")"
},
"triple2": {
"text": "The bear sees the tiger.",
"representation": "(\"bear\" \"sees\" \"tiger\" \"+\")"
},
"triple3": {
"text": "The cat eats the bear.",
"representation": "(\... | {
"rule1": {
"text": "If something is rough and nice then it visits the cat.",
"representation": "(((\"something\" \"is\" \"rough\" \"+\") (\"something\" \"is\" \"nice\" \"+\")) -> (\"something\" \"visits\" \"cat\" \"+\"))"
},
"rule2": {
"text": "If something visits the cow then the cow visits the bea... | {
"Q1": {
"question": "The bear eats the tiger.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"bear\" \"eats\" \"tiger\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediate... | @0: The bear eats the tiger.[(triple1)] The bear sees the tiger.[(triple2)] The cat eats the bear.[(triple3)] The cat sees the tiger.[(triple4)] The cow visits the cat.[(triple5)] The tiger is rough.[(triple6)] The tiger visits the cat.[(triple7)] | [
{
"text": "The bear eats the tiger.",
"QDep": 0,
"representation": "(\"bear\" \"eats\" \"tiger\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "The bear sees the tiger.",
"QDep": 0,
"represent... |
AttNeg-CWA-D0-5346 | 0 | 12 | 2 | Anne is furry. Anne is green. Anne is quiet. Anne is smart. Anne is white. Anne is young. Gary is furry. Gary is kind. Gary is quiet. Gary is smart. Gary is white. Gary is young. If Gary is not quiet then Gary is green. If something is smart and not kind then it is furry. | {
"triple1": {
"text": "Anne is furry.",
"representation": "(\"Anne\" \"is\" \"furry\" \"+\")"
},
"triple2": {
"text": "Anne is green.",
"representation": "(\"Anne\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Anne is quiet.",
"representation": "(\"Anne\" \"is\" \"quiet\" \"+\")"... | {
"rule1": {
"text": "If Gary is not quiet then Gary is green.",
"representation": "(((\"Gary\" \"is\" \"quiet\" \"~\")) -> (\"Gary\" \"is\" \"green\" \"+\"))"
},
"rule2": {
"text": "If something is smart and not kind then it is furry.",
"representation": "(((\"something\" \"is\" \"smart\" \"+\") ... | {
"Q1": {
"question": "Gary is quiet.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple9)]",
"representation": "(\"Gary\" \"is\" \"quiet\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
... | @0: Anne is furry.[(triple1 OR ((triple4 NAF) -> rule2))] Anne is green.[(triple2)] Anne is quiet.[(triple3)] Anne is smart.[(triple4)] Anne is white.[(triple5)] Anne is young.[(triple6)] Gary is furry.[(triple7)] Gary is kind.[(triple8)] Gary is quiet.[(triple9)] Gary is smart.[(triple10)] Gary is white.[(triple11)] G... | [
{
"text": "Anne is furry.",
"QDep": 0,
"representation": "(\"Anne\" \"is\" \"furry\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
},
{
"representation": "((triple4 naf1) -> (rule2 % int1))",
"intermediates"... |
AttNoneg-CWA-D0-5948 | 2 | 10 | 2 | Dave is big. Dave is furry. Dave is white. Harry is big. Harry is furry. Harry is green. Harry is kind. Harry is quiet. Harry is round. Harry is white. Big, quiet people are green. If Dave is white then Dave is quiet. | {
"triple1": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple2": {
"text": "Dave is furry.",
"representation": "(\"Dave\" \"is\" \"furry\" \"+\")"
},
"triple3": {
"text": "Dave is white.",
"representation": "(\"Dave\" \"is\" \"white\" \"+\")"
}... | {
"rule1": {
"text": "Big, quiet people are green.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"quiet\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule2": {
"text": "If Dave is white then Dave is quiet.",
"representation": "(((\"Dave\" \"is\" \"white\"... | {
"Q1": {
"question": "Harry is big.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple4)]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}... | @0: Dave is big.[(triple1)] Dave is furry.[(triple2)] Dave is white.[(triple3)] Harry is big.[(triple4)] Harry is furry.[(triple5)] Harry is green.[(triple6 OR ((triple4 triple8) -> rule1))] Harry is kind.[(triple7)] Harry is quiet.[(triple8)] Harry is round.[(triple9)] Harry is white.[(triple10)] @1: Dave is quiet.[((... | [
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is furry.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" ... |
AttNoneg-CWA-D0-4078 | 2 | 10 | 6 | Anne is cold. Anne is quiet. Anne is rough. Anne is white. Dave is big. Dave is blue. Erin is cold. Erin is round. Harry is big. Harry is blue. Rough people are round. If Harry is big and Harry is cold then Harry is blue. All big people are cold. If Dave is blue then Dave is rough. If someone is blue then they are roug... | {
"triple1": {
"text": "Anne is cold.",
"representation": "(\"Anne\" \"is\" \"cold\" \"+\")"
},
"triple2": {
"text": "Anne is quiet.",
"representation": "(\"Anne\" \"is\" \"quiet\" \"+\")"
},
"triple3": {
"text": "Anne is rough.",
"representation": "(\"Anne\" \"is\" \"rough\" \"+\")"
... | {
"rule1": {
"text": "Rough people are round.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule2": {
"text": "If Harry is big and Harry is cold then Harry is blue.",
"representation": "(((\"Harry\" \"is\" \"big\" \"+\") (\"Harry\" \"is\... | {
"Q1": {
"question": "Harry is big.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple9)]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}... | @0: Anne is cold.[(triple1)] Anne is quiet.[(triple2)] Anne is rough.[(triple3)] Anne is white.[(triple4)] Dave is big.[(triple5)] Dave is blue.[(triple6)] Erin is cold.[(triple7)] Erin is round.[(triple8)] Harry is big.[(triple9)] Harry is blue.[(triple10 OR ((triple9 ((triple9) -> rule3)) -> rule2))] @1: Anne is roun... | [
{
"text": "Anne is cold.",
"QDep": 0,
"representation": "(\"Anne\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Anne is quiet.",
"QDep": 0,
"representation": "(\"Anne\" \"is\... |
AttNoneg-CWA-D0-5752 | 0 | 10 | 3 | Erin is cold. Erin is rough. Erin is white. Fiona is cold. Fiona is furry. Fiona is quiet. Fiona is rough. Fiona is smart. Harry is furry. Harry is green. White, green things are rough. All green, rough things are furry. All rough things are cold. | {
"triple1": {
"text": "Erin is cold.",
"representation": "(\"Erin\" \"is\" \"cold\" \"+\")"
},
"triple2": {
"text": "Erin is rough.",
"representation": "(\"Erin\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Erin is white.",
"representation": "(\"Erin\" \"is\" \"white\" \"+\")"
... | {
"rule1": {
"text": "White, green things are rough.",
"representation": "(((\"something\" \"is\" \"white\" \"+\") (\"something\" \"is\" \"green\" \"+\")) -> (\"something\" \"is\" \"rough\" \"+\"))"
},
"rule2": {
"text": "All green, rough things are furry.",
"representation": "(((\"something\" \"i... | {
"Q1": {
"question": "Erin is rough.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Erin\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
... | @0: Erin is cold.[(triple1 OR ((triple2) -> rule3))] Erin is rough.[(triple2)] Erin is white.[(triple3)] Fiona is cold.[(triple4 OR ((triple7) -> rule3))] Fiona is furry.[(triple5)] Fiona is quiet.[(triple6)] Fiona is rough.[(triple7)] Fiona is smart.[(triple8)] Harry is furry.[(triple9)] Harry is green.[(triple10)] | [
{
"text": "Erin is cold.",
"QDep": 0,
"representation": "(\"Erin\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
},
{
"representation": "((triple2) -> (rule3 % int1))",
"intermediates": {
... |
AttNeg-CWA-D0-6479 | 0 | 14 | 1 | Dave is big. Dave is blue. Dave is green. Dave is nice. Dave is rough. Dave is smart. Dave is young. Harry is big. Harry is blue. Harry is green. Harry is nice. Harry is rough. Harry is smart. Harry is young. If someone is rough and not blue then they are nice. | {
"triple1": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple2": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple3": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
... | {
"rule1": {
"text": "If someone is rough and not blue then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"~\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
}
} | {
"Q1": {
"question": "Harry is big.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}... | @0: Dave is big.[(triple1)] Dave is blue.[(triple2)] Dave is green.[(triple3)] Dave is nice.[(triple4)] Dave is rough.[(triple5)] Dave is smart.[(triple6)] Dave is young.[(triple7)] Harry is big.[(triple8)] Harry is blue.[(triple9)] Harry is green.[(triple10)] Harry is nice.[(triple11)] Harry is rough.[(triple12)] Harr... | [
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \... |
AttNoneg-CWA-D0-7216 | 2 | 15 | 6 | Anne is green. Anne is kind. Anne is quiet. Anne is rough. Anne is smart. Anne is young. Charlie is blue. Charlie is green. Charlie is kind. Charlie is quiet. Charlie is smart. Charlie is young. Fiona is rough. Harry is blue. Harry is young. All smart things are blue. All green things are rough. Blue things are green. ... | {
"triple1": {
"text": "Anne is green.",
"representation": "(\"Anne\" \"is\" \"green\" \"+\")"
},
"triple2": {
"text": "Anne is kind.",
"representation": "(\"Anne\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Anne is quiet.",
"representation": "(\"Anne\" \"is\" \"quiet\" \"+\")"
... | {
"rule1": {
"text": "All smart things are blue.",
"representation": "(((\"something\" \"is\" \"smart\" \"+\")) -> (\"something\" \"is\" \"blue\" \"+\"))"
},
"rule2": {
"text": "All green things are rough.",
"representation": "(((\"something\" \"is\" \"green\" \"+\")) -> (\"something\" \"is\" \"ro... | {
"Q1": {
"question": "Anne is kind.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Anne\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}... | @0: Anne is green.[(triple1 OR ((((triple5) -> rule1)) -> rule3))] Anne is kind.[(triple2)] Anne is quiet.[(triple3 OR ((triple2) -> rule6) OR ((triple4) -> rule4) OR ((((triple1) -> rule2)) -> rule4) OR ((((triple5) -> rule1) triple1) -> rule5) OR ((((triple5) -> rule1) ((((triple5) -> rule1)) -> rule3)) -> rule5) OR ... | [
{
"text": "Anne is green.",
"QDep": 0,
"representation": "(\"Anne\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
},
{
"representation": "((((triple5) -> (rule1 % int2))) -> (rule3 % int1))",
... |
AttNoneg-CWA-D0-6081 | 0 | 7 | 1 | Harry is blue. Harry is green. Harry is kind. Harry is quiet. Harry is red. Harry is smart. Harry is white. Blue, red things are green. | {
"triple1": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple2": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\"... | {
"rule1": {
"text": "Blue, red things are green.",
"representation": "(((\"something\" \"is\" \"blue\" \"+\") (\"something\" \"is\" \"red\" \"+\")) -> (\"something\" \"is\" \"green\" \"+\"))"
}
} | {
"Q1": {
"question": "Harry is green.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple2 OR ((triple1 triple5) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",... | @0: Harry is blue.[(triple1)] Harry is green.[(triple2 OR ((triple1 triple5) -> rule1))] Harry is kind.[(triple3)] Harry is quiet.[(triple4)] Harry is red.[(triple5)] Harry is smart.[(triple6)] Harry is white.[(triple7)] | [
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \... |
AttNoneg-CWA-D0-4198 | 0 | 14 | 3 | Charlie is blue. Charlie is green. Charlie is kind. Charlie is nice. Charlie is rough. Charlie is round. Charlie is young. Dave is blue. Dave is green. Dave is kind. Dave is nice. Dave is rough. Dave is round. Dave is young. All blue things are green. If Charlie is green then Charlie is round. Round things are rough. | {
"triple1": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple2": {
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"... | {
"rule1": {
"text": "All blue things are green.",
"representation": "(((\"something\" \"is\" \"blue\" \"+\")) -> (\"something\" \"is\" \"green\" \"+\"))"
},
"rule2": {
"text": "If Charlie is green then Charlie is round.",
"representation": "(((\"Charlie\" \"is\" \"green\" \"+\")) -> (\"Charlie\" ... | {
"Q1": {
"question": "Charlie is rough.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple5 OR ((triple6) -> rule3) OR ((((triple2) -> rule2)) -> rule3) OR ((((((triple1) -> rule1)) -> rule2)) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+... | @0: Charlie is blue.[(triple1)] Charlie is green.[(triple2 OR ((triple1) -> rule1))] Charlie is kind.[(triple3)] Charlie is nice.[(triple4)] Charlie is rough.[(triple5 OR ((triple6) -> rule3) OR ((((triple2) -> rule2)) -> rule3) OR ((((((triple1) -> rule1)) -> rule2)) -> rule3))] Charlie is round.[(triple6 OR ((triple2... | [
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is green.",
"QDep": 0,
"representation": "(\"Cha... |
AttNeg-CWA-D0-5132 | 0 | 3 | 8 | Anne is big. Bob is young. Harry is big. If Anne is green then Anne is young. All cold, young people are rough. If Bob is round then Bob is furry. Young, round people are cold. If someone is furry then they are round. All furry, green people are round. Rough people are round. If someone is green and not young then they... | {
"triple1": {
"text": "Anne is big.",
"representation": "(\"Anne\" \"is\" \"big\" \"+\")"
},
"triple2": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple3": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
}
} | {
"rule1": {
"text": "If Anne is green then Anne is young.",
"representation": "(((\"Anne\" \"is\" \"green\" \"+\")) -> (\"Anne\" \"is\" \"young\" \"+\"))"
},
"rule2": {
"text": "All cold, young people are rough.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"youn... | {
"Q1": {
"question": "Anne is big.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Anne\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
... | @0: Anne is big.[(triple1)] Bob is young.[(triple2)] Harry is big.[(triple3)] | [
{
"text": "Anne is big.",
"QDep": 0,
"representation": "(\"Anne\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"... |
AttNeg-CWA-D0-5336 | 1 | 16 | 3 | Fiona is cold. Fiona is furry. Fiona is nice. Fiona is red. Fiona is rough. Fiona is white. Gary is blue. Gary is cold. Gary is furry. Gary is nice. Gary is red. Gary is rough. Gary is white. Harry is furry. Harry is nice. Harry is rough. All nice things are white. Cold, blue things are furry. If something is rough and... | {
"triple1": {
"text": "Fiona is cold.",
"representation": "(\"Fiona\" \"is\" \"cold\" \"+\")"
},
"triple2": {
"text": "Fiona is furry.",
"representation": "(\"Fiona\" \"is\" \"furry\" \"+\")"
},
"triple3": {
"text": "Fiona is nice.",
"representation": "(\"Fiona\" \"is\" \"nice\" \"+\"... | {
"rule1": {
"text": "All nice things are white.",
"representation": "(((\"something\" \"is\" \"nice\" \"+\")) -> (\"something\" \"is\" \"white\" \"+\"))"
},
"rule2": {
"text": "Cold, blue things are furry.",
"representation": "(((\"something\" \"is\" \"cold\" \"+\") (\"something\" \"is\" \"blue\"... | {
"Q1": {
"question": "Gary is red.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple11)]",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}... | @0: Fiona is cold.[(triple1)] Fiona is furry.[(triple2)] Fiona is nice.[(triple3)] Fiona is red.[(triple4)] Fiona is rough.[(triple5)] Fiona is white.[(triple6 OR ((triple3) -> rule1))] Gary is blue.[(triple7)] Gary is cold.[(triple8)] Gary is furry.[(triple9 OR ((triple8 triple7) -> rule2))] Gary is nice.[(triple10)] ... | [
{
"text": "Fiona is cold.",
"QDep": 0,
"representation": "(\"Fiona\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fiona is furry.",
"QDep": 0,
"representation": "(\"Fiona\" \... |
RelNoneg-CWA-D0-4146 | 1 | 15 | 8 | The bear is green. The bear needs the cat. The bear needs the rabbit. The bear visits the rabbit. The cat is blue. The cat is kind. The cat is round. The cat is young. The cat needs the bear. The cat sees the bear. The cat sees the rabbit. The cat visits the rabbit. The rabbit needs the bear. The rabbit visits the bear... | {
"triple1": {
"text": "The bear is green.",
"representation": "(\"bear\" \"is\" \"green\" \"+\")"
},
"triple2": {
"text": "The bear needs the cat.",
"representation": "(\"bear\" \"needs\" \"cat\" \"+\")"
},
"triple3": {
"text": "The bear needs the rabbit.",
"representation": "(\"bear\... | {
"rule1": {
"text": "If something is blue and young then it sees the rabbit.",
"representation": "(((\"something\" \"is\" \"blue\" \"+\") (\"something\" \"is\" \"young\" \"+\")) -> (\"something\" \"sees\" \"rabbit\" \"+\"))"
},
"rule2": {
"text": "If something visits the rabbit and it is young then t... | {
"Q1": {
"question": "The cat is kind.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple6)]",
"representation": "(\"cat\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
... | @0: The bear is green.[(triple1)] The bear needs the cat.[(triple2 OR ((triple11 triple13) -> rule3) OR ((((triple5 triple8) -> rule1) triple13) -> rule3) OR ((((triple7 triple6) -> rule5) triple13) -> rule3) OR ((((((triple12) -> rule4) triple8) -> rule1) triple13) -> rule3))] The bear needs the rabbit.[(triple3)] The... | [
{
"text": "The bear is green.",
"QDep": 0,
"representation": "(\"bear\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "The bear needs the cat.",
"QDep": 0,
"representation": "... |
AttNoneg-CWA-D0-3644 | 1 | 7 | 6 | Erin is quiet. Erin is rough. Erin is smart. Gary is quiet. Gary is rough. Harry is furry. Harry is white. If Harry is rough then Harry is white. If someone is round and smart then they are rough. If someone is white and furry then they are green. Round, rough people are furry. If someone is green then they are white. ... | {
"triple1": {
"text": "Erin is quiet.",
"representation": "(\"Erin\" \"is\" \"quiet\" \"+\")"
},
"triple2": {
"text": "Erin is rough.",
"representation": "(\"Erin\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Erin is smart.",
"representation": "(\"Erin\" \"is\" \"smart\" \"+\")"... | {
"rule1": {
"text": "If Harry is rough then Harry is white.",
"representation": "(((\"Harry\" \"is\" \"rough\" \"+\")) -> (\"Harry\" \"is\" \"white\" \"+\"))"
},
"rule2": {
"text": "If someone is round and smart then they are rough.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"s... | {
"Q1": {
"question": "Erin is smart.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Erin\" \"is\" \"smart\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
... | @0: Erin is quiet.[(triple1)] Erin is rough.[(triple2)] Erin is smart.[(triple3)] Gary is quiet.[(triple4)] Gary is rough.[(triple5)] Harry is furry.[(triple6)] Harry is white.[(triple7)] @1: Harry is green.[(((triple7 triple6) -> rule3))] | [
{
"text": "Erin is quiet.",
"QDep": 0,
"representation": "(\"Erin\" \"is\" \"quiet\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Erin is rough.",
"QDep": 0,
"representation": "(\"Erin\" \"i... |
RelNeg-CWA-D0-5386 | 1 | 12 | 8 | The cat chases the lion. The cat eats the lion. The cat is big. The cat is blue. The cat is green. The cat is red. The cat likes the lion. The lion eats the cat. The lion is big. The lion is blue. The lion is red. The lion likes the cat. If something is blue and it does not chase the cat then the cat chases the lion. I... | {
"triple1": {
"text": "The cat chases the lion.",
"representation": "(\"cat\" \"chases\" \"lion\" \"+\")"
},
"triple2": {
"text": "The cat eats the lion.",
"representation": "(\"cat\" \"eats\" \"lion\" \"+\")"
},
"triple3": {
"text": "The cat is big.",
"representation": "(\"cat\" \"is... | {
"rule1": {
"text": "If something is blue and it does not chase the cat then the cat chases the lion.",
"representation": "(((\"something\" \"is\" \"blue\" \"+\") (\"something\" \"chases\" \"cat\" \"~\")) -> (\"cat\" \"chases\" \"lion\" \"+\"))"
},
"rule2": {
"text": "If something is blue then it eat... | {
"Q1": {
"question": "The cat chases the lion.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple1 OR ((triple10 NAF) -> rule1) OR ((triple4 NAF) -> rule1))]",
"representation": "(\"cat\" \"chases\" \"lion\" \"+\")",
"proofsWithIntermediates": [
{
... | @0: The cat chases the lion.[(triple1 OR ((triple10 NAF) -> rule1) OR ((triple4 NAF) -> rule1))] The cat eats the lion.[(triple2 OR ((triple4) -> rule2))] The cat is big.[(triple3)] The cat is blue.[(triple4)] The cat is green.[(triple5)] The cat is red.[(triple6)] The cat likes the lion.[(triple7)] The lion eats the c... | [
{
"text": "The cat chases the lion.",
"QDep": 0,
"representation": "(\"cat\" \"chases\" \"lion\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
},
{
"representation": "((triple10 naf1) -> (rule1 % int1))",
"i... |
AttNeg-CWA-D0-7089 | 0 | 7 | 1 | Bob is cold. Bob is green. Bob is nice. Bob is quiet. Bob is red. Bob is round. Bob is white. If something is nice and not round then it is quiet. | {
"triple1": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple2": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"t... | {
"rule1": {
"text": "If something is nice and not round then it is quiet.",
"representation": "(((\"something\" \"is\" \"nice\" \"+\") (\"something\" \"is\" \"round\" \"~\")) -> (\"something\" \"is\" \"quiet\" \"+\"))"
}
} | {
"Q1": {
"question": "Bob is white.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Bob\" \"is\" \"white\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}... | @0: Bob is cold.[(triple1)] Bob is green.[(triple2)] Bob is nice.[(triple3)] Bob is quiet.[(triple4)] Bob is red.[(triple5)] Bob is round.[(triple6)] Bob is white.[(triple7)] | [
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"... |
AttNoneg-CWA-D0-698 | 0 | 7 | 2 | Anne is furry. Anne is nice. Anne is smart. Anne is young. Fiona is furry. Fiona is nice. Fiona is red. Red, quiet people are furry. If Anne is young then Anne is nice. | {
"triple1": {
"text": "Anne is furry.",
"representation": "(\"Anne\" \"is\" \"furry\" \"+\")"
},
"triple2": {
"text": "Anne is nice.",
"representation": "(\"Anne\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Anne is smart.",
"representation": "(\"Anne\" \"is\" \"smart\" \"+\")"
... | {
"rule1": {
"text": "Red, quiet people are furry.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"quiet\" \"+\")) -> (\"someone\" \"is\" \"furry\" \"+\"))"
},
"rule2": {
"text": "If Anne is young then Anne is nice.",
"representation": "(((\"Anne\" \"is\" \"young\" ... | {
"Q1": {
"question": "Anne is nice.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple2 OR ((triple4) -> rule2))]",
"representation": "(\"Anne\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"in... | @0: Anne is furry.[(triple1)] Anne is nice.[(triple2 OR ((triple4) -> rule2))] Anne is smart.[(triple3)] Anne is young.[(triple4)] Fiona is furry.[(triple5)] Fiona is nice.[(triple6)] Fiona is red.[(triple7)] | [
{
"text": "Anne is furry.",
"QDep": 0,
"representation": "(\"Anne\" \"is\" \"furry\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Anne is nice.",
"QDep": 0,
"representation": "(\"Anne\" \"is... |
RelNeg-CWA-D0-1920 | 0 | 16 | 6 | The cat chases the rabbit. The cat is cold. The cat is kind. The cat is nice. The cat is red. The cat is rough. The cat needs the rabbit. The cat visits the rabbit. The rabbit chases the cat. The rabbit is cold. The rabbit is kind. The rabbit is nice. The rabbit is red. The rabbit is rough. The rabbit needs the cat. Th... | {
"triple1": {
"text": "The cat chases the rabbit.",
"representation": "(\"cat\" \"chases\" \"rabbit\" \"+\")"
},
"triple2": {
"text": "The cat is cold.",
"representation": "(\"cat\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "The cat is kind.",
"representation": "(\"cat\" \"is\" ... | {
"rule1": {
"text": "If someone chases the rabbit then the rabbit needs the cat.",
"representation": "(((\"someone\" \"chases\" \"rabbit\" \"+\")) -> (\"rabbit\" \"needs\" \"cat\" \"+\"))"
},
"rule2": {
"text": "If the rabbit needs the cat and the cat does not chase the rabbit then the cat is cold.",... | {
"Q1": {
"question": "The cat is rough.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple6)]",
"representation": "(\"cat\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
... | @0: The cat chases the rabbit.[(triple1)] The cat is cold.[(triple2)] The cat is kind.[(triple3)] The cat is nice.[(triple4)] The cat is red.[(triple5)] The cat is rough.[(triple6)] The cat needs the rabbit.[(triple7)] The cat visits the rabbit.[(triple8)] The rabbit chases the cat.[(triple9)] The rabbit is cold.[(trip... | [
{
"text": "The cat chases the rabbit.",
"QDep": 0,
"representation": "(\"cat\" \"chases\" \"rabbit\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "The cat is cold.",
"QDep": 0,
"representatio... |
AttNoneg-CWA-D0-3374 | 1 | 7 | 6 | Bob is smart. Charlie is cold. Charlie is kind. Charlie is nice. Charlie is smart. Harry is cold. Harry is nice. All kind, nice people are rough. Kind, green people are smart. All nice people are rough. If Harry is smart then Harry is kind. If Charlie is cold and Charlie is big then Charlie is nice. All green, smart pe... | {
"triple1": {
"text": "Bob is smart.",
"representation": "(\"Bob\" \"is\" \"smart\" \"+\")"
},
"triple2": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \... | {
"rule1": {
"text": "All kind, nice people are rough.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule2": {
"text": "Kind, green people are smart.",
"representation": "(((\"someone\" \"is\" \"kind\" ... | {
"Q1": {
"question": "Harry is nice.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
... | @0: Bob is smart.[(triple1)] Charlie is cold.[(triple2)] Charlie is kind.[(triple3)] Charlie is nice.[(triple4)] Charlie is smart.[(triple5)] Harry is cold.[(triple6)] Harry is nice.[(triple7)] @1: Charlie is rough.[(((triple4) -> rule3) OR ((triple3 triple4) -> rule1))] Harry is rough.[(((triple7) -> rule3))] | [
{
"text": "Bob is smart.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"smart\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" ... |
RelNeg-CWA-D0-3053 | 0 | 4 | 3 | The dog sees the lion. The lion needs the mouse. The mouse sees the squirrel. The squirrel chases the lion. If the squirrel sees the dog and the squirrel does not chase the lion then the dog is nice. If someone is rough then they see the mouse. If someone chases the squirrel then they need the mouse. | {
"triple1": {
"text": "The dog sees the lion.",
"representation": "(\"dog\" \"sees\" \"lion\" \"+\")"
},
"triple2": {
"text": "The lion needs the mouse.",
"representation": "(\"lion\" \"needs\" \"mouse\" \"+\")"
},
"triple3": {
"text": "The mouse sees the squirrel.",
"representation":... | {
"rule1": {
"text": "If the squirrel sees the dog and the squirrel does not chase the lion then the dog is nice.",
"representation": "(((\"squirrel\" \"sees\" \"dog\" \"+\") (\"squirrel\" \"chases\" \"lion\" \"~\")) -> (\"dog\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is rough then ... | {
"Q1": {
"question": "The lion needs the mouse.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"lion\" \"needs\" \"mouse\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermedia... | @0: The dog sees the lion.[(triple1)] The lion needs the mouse.[(triple2)] The mouse sees the squirrel.[(triple3)] The squirrel chases the lion.[(triple4)] | [
{
"text": "The dog sees the lion.",
"QDep": 0,
"representation": "(\"dog\" \"sees\" \"lion\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "The lion needs the mouse.",
"QDep": 0,
"representati... |
AttNoneg-CWA-D0-3738 | 0 | 7 | 1 | Dave is blue. Dave is cold. Dave is furry. Dave is kind. Dave is nice. Dave is smart. Dave is young. If something is furry then it is nice. | {
"triple1": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple2": {
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "Dave is furry.",
"representation": "(\"Dave\" \"is\" \"furry\" \"+\")"
}... | {
"rule1": {
"text": "If something is furry then it is nice.",
"representation": "(((\"something\" \"is\" \"furry\" \"+\")) -> (\"something\" \"is\" \"nice\" \"+\"))"
}
} | {
"Q1": {
"question": "Dave is nice.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple5 OR ((triple3) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"in... | @0: Dave is blue.[(triple1)] Dave is cold.[(triple2)] Dave is furry.[(triple3)] Dave is kind.[(triple4)] Dave is nice.[(triple5 OR ((triple3) -> rule1))] Dave is smart.[(triple6)] Dave is young.[(triple7)] | [
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 0,
"representation": "(\"Dave\" \"is\"... |
RelNoneg-CWA-D0-2108 | 1 | 2 | 8 | The cat is red. The rabbit likes the cat. If something needs the cat then it is big. If something sees the rabbit and it needs the rabbit then the rabbit is cold. If something is big and kind then it sees the rabbit. If something is big and it sees the rabbit then the rabbit is big. If something sees the rabbit and it ... | {
"triple1": {
"text": "The cat is red.",
"representation": "(\"cat\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "The rabbit likes the cat.",
"representation": "(\"rabbit\" \"likes\" \"cat\" \"+\")"
}
} | {
"rule1": {
"text": "If something needs the cat then it is big.",
"representation": "(((\"something\" \"needs\" \"cat\" \"+\")) -> (\"something\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If something sees the rabbit and it needs the rabbit then the rabbit is cold.",
"representation": "(((\"... | {
"Q1": {
"question": "The rabbit likes the cat.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"rabbit\" \"likes\" \"cat\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermedia... | @0: The cat is red.[(triple1)] The rabbit likes the cat.[(triple2)] @1: The cat likes the rabbit.[(((triple2) -> rule6))] | [
{
"text": "The cat is red.",
"QDep": 0,
"representation": "(\"cat\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "The rabbit likes the cat.",
"QDep": 0,
"representation": "(\"r... |
AttNoneg-CWA-D0-5934 | 1 | 10 | 1 | Bob is kind. Bob is quiet. Bob is rough. Bob is white. Bob is young. Harry is kind. Harry is nice. Harry is rough. Harry is round. Harry is young. If someone is kind and young then they are quiet. | {
"triple1": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple2": {
"text": "Bob is quiet.",
"representation": "(\"Bob\" \"is\" \"quiet\" \"+\")"
},
"triple3": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
... | {
"rule1": {
"text": "If someone is kind and young then they are quiet.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"quiet\" \"+\"))"
}
} | {
"Q1": {
"question": "Bob is quiet.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple2 OR ((triple1 triple5) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"quiet\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
... | @0: Bob is kind.[(triple1)] Bob is quiet.[(triple2 OR ((triple1 triple5) -> rule1))] Bob is rough.[(triple3)] Bob is white.[(triple4)] Bob is young.[(triple5)] Harry is kind.[(triple6)] Harry is nice.[(triple7)] Harry is rough.[(triple8)] Harry is round.[(triple9)] Harry is young.[(triple10)] @1: Harry is quiet.[(((tri... | [
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is quiet.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"... |
RelNoneg-CWA-D0-3093 | 0 | 3 | 1 | The bald eagle is nice. The bald eagle needs the lion. The lion is big. If someone sees the lion then the lion sees the bald eagle. | {
"triple1": {
"text": "The bald eagle is nice.",
"representation": "(\"bald eagle\" \"is\" \"nice\" \"+\")"
},
"triple2": {
"text": "The bald eagle needs the lion.",
"representation": "(\"bald eagle\" \"needs\" \"lion\" \"+\")"
},
"triple3": {
"text": "The lion is big.",
"representati... | {
"rule1": {
"text": "If someone sees the lion then the lion sees the bald eagle.",
"representation": "(((\"someone\" \"sees\" \"lion\" \"+\")) -> (\"lion\" \"sees\" \"bald eagle\" \"+\"))"
}
} | {
"Q1": {
"question": "The lion is big.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"lion\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
... | @0: The bald eagle is nice.[(triple1)] The bald eagle needs the lion.[(triple2)] The lion is big.[(triple3)] | [
{
"text": "The bald eagle is nice.",
"QDep": 0,
"representation": "(\"bald eagle\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "The bald eagle needs the lion.",
"QDep": 0,
"r... |
AttNeg-CWA-D0-515 | 2 | 3 | 3 | Bob is young. Charlie is furry. Gary is red. Young people are red. If someone is red then they are rough. If someone is red then they are young. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Charlie is furry.",
"representation": "(\"Charlie\" \"is\" \"furry\" \"+\")"
},
"triple3": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"... | {
"rule1": {
"text": "Young people are red.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is red then they are rough.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\"... | {
"Q1": {
"question": "Charlie is furry.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Charlie\" \"is\" \"furry\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []... | @0: Bob is young.[(triple1)] Charlie is furry.[(triple2)] Gary is red.[(triple3)] @1: Bob is red.[(((triple1) -> rule1))] Gary is rough.[(((triple3) -> rule2))] Gary is young.[(((triple3) -> rule3))] @2: Bob is rough.[(((((triple1) -> rule1)) -> rule2))] | [
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is furry.",
"QDep": 0,
"representation": "(\"Charlie\"... |
RelNeg-CWA-D0-745 | 1 | 3 | 8 | The tiger is big. The tiger is nice. The tiger is rough. All big things are young. Rough, blue things are young. If the tiger is not blue then the tiger is young. If the tiger is not blue then the tiger is young. If the tiger is young then the tiger is rough. Young things are rough. If something is nice then it is big.... | {
"triple1": {
"text": "The tiger is big.",
"representation": "(\"tiger\" \"is\" \"big\" \"+\")"
},
"triple2": {
"text": "The tiger is nice.",
"representation": "(\"tiger\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "The tiger is rough.",
"representation": "(\"tiger\" \"is\" \"rou... | {
"rule1": {
"text": "All big things are young.",
"representation": "(((\"something\" \"is\" \"big\" \"+\")) -> (\"something\" \"is\" \"young\" \"+\"))"
},
"rule2": {
"text": "Rough, blue things are young.",
"representation": "(((\"something\" \"is\" \"rough\" \"+\") (\"something\" \"is\" \"blue\"... | {
"Q1": {
"question": "The tiger is nice.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple2 OR ((triple3) -> rule8) OR ((((((NAF) -> rule3)) -> rule5)) -> rule8) OR ((((((NAF) -> rule3)) -> rule6)) -> rule8) OR ((((((NAF) -> rule4)) -> rule5)) -> rule8) OR (((((... | @0: The tiger is big.[(triple1 OR ((triple2) -> rule7) OR ((((triple3) -> rule8)) -> rule7) OR ((((((((NAF) -> rule3)) -> rule5)) -> rule8)) -> rule7) OR ((((((((NAF) -> rule3)) -> rule6)) -> rule8)) -> rule7) OR ((((((((NAF) -> rule4)) -> rule5)) -> rule8)) -> rule7) OR ((((((((NAF) -> rule4)) -> rule6)) -> rule8)) ->... | [
{
"text": "The tiger is big.",
"QDep": 0,
"representation": "(\"tiger\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
},
{
"representation": "((triple2) -> (rule7 % int1))",
"intermediates": {... |
AttNoneg-CWA-D0-5746 | 0 | 3 | 8 | Dave is nice. Dave is rough. Fiona is nice. All furry, big things are nice. Furry things are white. All blue things are nice. If something is big then it is young. If something is furry and nice then it is white. Big things are nice. If something is white then it is big. If something is young then it is nice. | {
"triple1": {
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"triple2": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Fiona is nice.",
"representation": "(\"Fiona\" \"is\" \"nice\" \"+\")"
... | {
"rule1": {
"text": "All furry, big things are nice.",
"representation": "(((\"something\" \"is\" \"furry\" \"+\") (\"something\" \"is\" \"big\" \"+\")) -> (\"something\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "Furry things are white.",
"representation": "(((\"something\" \"is\" \"furry\"... | {
"Q1": {
"question": "Fiona is nice.",
"answer": true,
"QDep": 0,
"QLen": 1,
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Fiona\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
... | @0: Dave is nice.[(triple1)] Dave is rough.[(triple2)] Fiona is nice.[(triple3)] | [
{
"text": "Dave is nice.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\... |
End of preview. Expand in Data Studio
ProofWriter (The Source)
An unmodified copy of AI2's ProofWriter dataset (release V2020.12.3), re-hosted as datasets
configs for convenient loading. The records are faithful to the upstream release — the id-keyed JSON
is preserved as-is; typing and reasoning-graph extraction happen in later stages.
Each config is a {world}-depth-{n} shelf of the synthetic core (OWA/CWA × depths
0/1/2/3/5), split train/dev/test (dev kept as the corpus names it).
- Source: https://aristo-data-public.s3.amazonaws.com/proofwriter/proofwriter-dataset-V2020.12.3.zip
- License:
apache-2.0(inherited fromallenai/ruletaker; the release ships no LICENSE file). - Not affiliated with or endorsed by AI2; bundled here with attribution.
Citation
ProofWriter — and the RuleTaker corpora it builds on — are AI2's work. Please cite them:
@inproceedings{tafjord-etal-2021-proofwriter,
title = "{P}roof{W}riter: Generating Implications, Proofs, and Abductive
Statements over Natural Language",
author = "Tafjord, Oyvind and Dalvi, Bhavana and Clark, Peter",
booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
year = "2021",
eprint = "2012.13048",
archivePrefix = "arXiv",
}
@inproceedings{clark-etal-2020-transformers,
title = "Transformers as Soft Reasoners over Language",
author = "Clark, Peter and Tafjord, Oyvind and Richardson, Kyle",
booktitle = "Proceedings of the 29th International Joint Conference on
Artificial Intelligence (IJCAI-20)",
year = "2020",
eprint = "2002.05867",
archivePrefix = "arXiv",
}
- Downloads last month
- 56