context
stringlengths 93
178
| hypothesis
stringlengths 50
117
| valid_hypothesis
stringlengths 50
117
| invalid_hypothesis
stringlengths 49
115
| problog
stringlengths 248
252
| probability_word
stringclasses 19
values | distractor
stringclasses 19
values | hypothesis_assertion
stringlengths 34
77
| label
class label 2
classes | idx
int32 0
4k
| probability
float32 0
1
|
---|---|---|---|---|---|---|---|---|---|---|
We doubt that Mary grabbed the milk. There is a better than even chance that John moved to the garden. It is certain that Jason is tired.
|
It is certain that 'Mary grabbed the milk' or 'Jason is tired' or both.
|
It is certain that 'Mary grabbed the milk' or 'Jason is tired' or both.
|
It is highly unlikely that 'Mary grabbed the milk' or 'Jason is tired' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.6::factB.
1.0::factC.
%hop2
conclusion:-or(factA,factC).
query(conclusion).
|
certain
|
highly unlikely
|
'Mary grabbed the milk' or 'Jason is tired' or both.
| 1invalid
| 400 | 1 |
It is improbable that Gertrude is a sheep. It is highly unlikely that Fred is in the office. It is impossible that Mary got the apple.
|
It is likely that 'Mary got the apple' or 'Gertrude is a sheep' or both.
|
It is improbable that 'Mary got the apple' or 'Gertrude is a sheep' or both.
|
It is likely that 'Mary got the apple' or 'Gertrude is a sheep' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.05::factB.
0.0::factC.
%hop2
conclusion:-or(factC,factA).
query(conclusion).
|
improbable
|
likely
|
'Mary got the apple' or 'Gertrude is a sheep' or both.
| 0valid
| 401 | 0.1 |
There is a better than even chance that Winona is a mouse. It is probable that Bernhard is a lion. We believe that Mary went to the office.
|
Chances are about even that 'Mary went to the office and Bernhard is a lion'.
|
Chances are about even that 'Mary went to the office and Bernhard is a lion'.
|
It is certain that 'Mary went to the office and Bernhard is a lion'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.6::factA.
0.7::factB.
0.75::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
|
about even
|
certain
|
'Mary went to the office and Bernhard is a lion'.
| 1invalid
| 402 | 0.525 |
There is little chance that Brian is a rhino. It is certain that John put down the milk. It is highly unlikely that Mary got the football.
|
We doubt that either 'Brian is a rhino' or 'John put down the milk' but not both.
|
It is highly likely that either 'Brian is a rhino' or 'John put down the milk' but not both.
|
We doubt that either 'Brian is a rhino' or 'John put down the milk' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
1.0::factB.
0.05::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
|
highly likely
|
we doubt
|
Either 'Brian is a rhino' or 'John put down the milk' but not both.
| 0valid
| 403 | 0.9 |
We believe that Bernhard is green. It is likely that Mary went to the kitchen. It is highly unlikely that Brian is gray.
|
It is likely that 'Mary went to the kitchen and Brian is gray'.
|
It is highly unlikely that 'Mary went to the kitchen and Brian is gray'.
|
It is likely that 'Mary went to the kitchen and Brian is gray'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.75::factA.
0.7::factB.
0.05::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
|
highly unlikely
|
likely
|
'Mary went to the kitchen and Brian is gray'.
| 0valid
| 404 | 0.035 |
It is impossible that John grabbed the apple. It is probably not the case that Jeff went to the bedroom. We believe that Greg is a rhino.
|
It is probably not the case that 'Jeff went to the bedroom' or 'John grabbed the apple' or both.
|
It is probably not the case that 'Jeff went to the bedroom' or 'John grabbed the apple' or both.
|
It is highly likely that 'Jeff went to the bedroom' or 'John grabbed the apple' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.0::factA.
0.25::factB.
0.75::factC.
%hop2
conclusion:-or(factB,factA).
query(conclusion).
|
probably not
|
highly likely
|
'Jeff went to the bedroom' or 'John grabbed the apple' or both.
| 1invalid
| 405 | 0.25 |
It is probable that Mary took the milk. It is probably not the case that John dropped the apple. It is certain that Fred went to the garden.
|
It is impossible that either 'John dropped the apple' or 'Fred went to the garden' but not both.
|
We believe that either 'John dropped the apple' or 'Fred went to the garden' but not both.
|
It is impossible that either 'John dropped the apple' or 'Fred went to the garden' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.25::factB.
1.0::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
|
we believe
|
impossible
|
Either 'John dropped the apple' or 'Fred went to the garden' but not both.
| 0valid
| 406 | 0.75 |
It is impossible that Bernhard is white. There is little chance that John dropped the apple. There is almost no chance that Mary left the football.
|
It is improbable that 'Bernhard is white' or 'John dropped the apple' or both.
|
It is improbable that 'Bernhard is white' or 'John dropped the apple' or both.
|
There is a very good chance that 'Bernhard is white' or 'John dropped the apple' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.0::factA.
0.1::factB.
0.02::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
|
improbable
|
very good chance
|
'Bernhard is white' or 'John dropped the apple' or both.
| 1invalid
| 407 | 0.1 |
There is a very good chance that Greg is a frog. Chances are slight that Bernhard is gray. There is a better than even chance that Jeff moved to the garden.
|
It is highly unlikely that either 'Jeff moved to the garden' or 'Bernhard is gray' but not both.
|
There is a better than even chance that either 'Jeff moved to the garden' or 'Bernhard is gray' but not both.
|
It is highly unlikely that either 'Jeff moved to the garden' or 'Bernhard is gray' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.8::factA.
0.1::factB.
0.6::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
|
better than even
|
highly unlikely
|
Either 'Jeff moved to the garden' or 'Bernhard is gray' but not both.
| 0valid
| 408 | 0.58 |
We believe that Sandra took the apple. It is improbable that Winona is a mouse. It is probably not the case that Brian is a swan.
|
It is probably the case that either 'Sandra took the apple' or 'Winona is a mouse' but not both.
|
It is probably the case that either 'Sandra took the apple' or 'Winona is a mouse' but not both.
|
We doubt that either 'Sandra took the apple' or 'Winona is a mouse' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.75::factA.
0.1::factB.
0.25::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
|
probably
|
we doubt
|
Either 'Sandra took the apple' or 'Winona is a mouse' but not both.
| 1invalid
| 409 | 0.7 |
It is unlikely that Winona is a mouse. It is improbable that Greg is a frog. There is a very good chance that Bernhard is a lion.
|
It is highly unlikely that 'Winona is a mouse' or 'Bernhard is a lion' or both.
|
There is a very good chance that 'Winona is a mouse' or 'Bernhard is a lion' or both.
|
It is highly unlikely that 'Winona is a mouse' or 'Bernhard is a lion' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.1::factB.
0.8::factC.
%hop2
conclusion:-or(factA,factC).
query(conclusion).
|
very good chance
|
highly unlikely
|
'Winona is a mouse' or 'Bernhard is a lion' or both.
| 0valid
| 410 | 0.84 |
It is probably not the case that Daniel got the milk. We believe that John dropped the apple. It is unlikely that Bernhard is gray.
|
There is a very good chance that 'John dropped the apple' or 'Bernhard is gray' or both.
|
There is a very good chance that 'John dropped the apple' or 'Bernhard is gray' or both.
|
There is little chance that 'John dropped the apple' or 'Bernhard is gray' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.25::factA.
0.75::factB.
0.2::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
very good chance
|
little chance
|
'John dropped the apple' or 'Bernhard is gray' or both.
| 1invalid
| 411 | 0.8 |
It is probable that Brian is a rhino. It is improbable that Jeff discarded the milk. It is probably not the case that Bernhard is gray.
|
It is highly unlikely that 'Brian is a rhino' or 'Jeff discarded the milk' or both.
|
We believe that 'Brian is a rhino' or 'Jeff discarded the milk' or both.
|
It is highly unlikely that 'Brian is a rhino' or 'Jeff discarded the milk' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.1::factB.
0.25::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
|
we believe
|
highly unlikely
|
'Brian is a rhino' or 'Jeff discarded the milk' or both.
| 0valid
| 412 | 0.73 |
It is probable that Mary went to the office. It is almost certain that Sandra dropped the milk. It is almost certain that John left the milk.
|
It is highly likely that either 'Sandra dropped the milk' or 'Mary went to the office' but not both.
|
It is probably not the case that either 'Sandra dropped the milk' or 'Mary went to the office' but not both.
|
It is highly likely that either 'Sandra dropped the milk' or 'Mary went to the office' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.95::factB.
0.95::factC.
%hop2
conclusion:-xor(factB,factA).
query(conclusion).
|
probably not
|
highly likely
|
Either 'Sandra dropped the milk' or 'Mary went to the office' but not both.
| 0valid
| 413 | 0.32 |
There is a very good chance that Sandra dropped the milk. It is probably not the case that John took the apple. It is likely that Brian is a swan.
|
We believe that 'Brian is a swan and John took the apple'.
|
We doubt that 'Brian is a swan and John took the apple'.
|
We believe that 'Brian is a swan and John took the apple'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.8::factA.
0.25::factB.
0.7::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
|
we doubt
|
we believe
|
'Brian is a swan and John took the apple'.
| 0valid
| 414 | 0.175 |
There is little chance that Winona is a sheep. There is little chance that Sandra put down the milk. Chances are slight that Bernhard is yellow.
|
It is highly likely that 'Sandra put down the milk and Bernhard is yellow'.
|
There is almost no chance that 'Sandra put down the milk and Bernhard is yellow'.
|
It is highly likely that 'Sandra put down the milk and Bernhard is yellow'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.1::factB.
0.1::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
|
almost no chance
|
highly likely
|
'Sandra put down the milk and Bernhard is yellow'.
| 0valid
| 415 | 0.01 |
There is a very good chance that Sandra left the football. There is a better than even chance that Julius is a rhino. There is a better than even chance that Mary took the milk.
|
Chances are about even that 'Mary took the milk and Sandra left the football'.
|
Chances are about even that 'Mary took the milk and Sandra left the football'.
|
It is certain that 'Mary took the milk and Sandra left the football'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.8::factA.
0.6::factB.
0.6::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
|
about even
|
certain
|
'Mary took the milk and Sandra left the football'.
| 1invalid
| 416 | 0.48 |
We doubt that Bernhard is a swan. There is a very good chance that Greg is a rhino. It is almost certain that John picked up the apple.
|
It is certain that 'Greg is a rhino' or 'John picked up the apple' or both.
|
It is certain that 'Greg is a rhino' or 'John picked up the apple' or both.
|
There is little chance that 'Greg is a rhino' or 'John picked up the apple' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.8::factB.
0.95::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
certain
|
little chance
|
'Greg is a rhino' or 'John picked up the apple' or both.
| 1invalid
| 417 | 0.99 |
There is almost no chance that Greg is a swan. It is impossible that Julius is a lion. It is probably the case that Brian is a frog.
|
It is unlikely that either 'Brian is a frog' or 'Greg is a swan' but not both.
|
It is likely that either 'Brian is a frog' or 'Greg is a swan' but not both.
|
It is unlikely that either 'Brian is a frog' or 'Greg is a swan' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.02::factA.
0.0::factB.
0.7::factC.
%hop2
conclusion:-xor(factC,factA).
query(conclusion).
|
likely
|
unlikely
|
Either 'Brian is a frog' or 'Greg is a swan' but not both.
| 0valid
| 418 | 0.692 |
It is probably not the case that Julius is gray. There is almost no chance that Mary went to the garden. It is impossible that Bernhard is a frog.
|
It is impossible that 'Bernhard is a frog and Julius is gray'.
|
It is impossible that 'Bernhard is a frog and Julius is gray'.
|
It is highly likely that 'Bernhard is a frog and Julius is gray'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.25::factA.
0.02::factB.
0.0::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
|
impossible
|
highly likely
|
'Bernhard is a frog and Julius is gray'.
| 1invalid
| 419 | 0 |
It is highly unlikely that Greg is a frog. There is a very good chance that Julius is a lion. Chances are about even that Jeff went to the bedroom.
|
There is almost no chance that either 'Jeff went to the bedroom' or 'Julius is a lion' but not both.
|
Chances are about even that either 'Jeff went to the bedroom' or 'Julius is a lion' but not both.
|
There is almost no chance that either 'Jeff went to the bedroom' or 'Julius is a lion' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.05::factA.
0.8::factB.
0.5::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
|
about even
|
almost no chance
|
Either 'Jeff went to the bedroom' or 'Julius is a lion' but not both.
| 0valid
| 420 | 0.5 |
It is almost certain that Lily is yellow. We doubt that Julius is green. We believe that John took the football.
|
There is almost no chance that either 'John took the football' or 'Julius is green' but not both.
|
It is probable that either 'John took the football' or 'Julius is green' but not both.
|
There is almost no chance that either 'John took the football' or 'Julius is green' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.95::factA.
0.2::factB.
0.75::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
|
probable
|
almost no chance
|
Either 'John took the football' or 'Julius is green' but not both.
| 0valid
| 421 | 0.65 |
We doubt that Mary left the football. It is unlikely that Greg is a rhino. It is impossible that Bernhard is white.
|
It is impossible that 'Mary left the football and Bernhard is white'.
|
It is impossible that 'Mary left the football and Bernhard is white'.
|
Chances are about even that 'Mary left the football and Bernhard is white'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.2::factB.
0.0::factC.
%hop2
conclusion:-and(factA,factC).
query(conclusion).
|
impossible
|
about even
|
'Mary left the football and Bernhard is white'.
| 1invalid
| 422 | 0 |
It is highly likely that Lily is a swan. There is almost no chance that Daniel took the milk. It is probably the case that Mary went to the hallway.
|
It is probably not the case that either 'Mary went to the hallway' or 'Lily is a swan' but not both.
|
It is probably not the case that either 'Mary went to the hallway' or 'Lily is a swan' but not both.
|
It is highly likely that either 'Mary went to the hallway' or 'Lily is a swan' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.9::factA.
0.02::factB.
0.7::factC.
%hop2
conclusion:-xor(factC,factA).
query(conclusion).
|
probably not
|
highly likely
|
Either 'Mary went to the hallway' or 'Lily is a swan' but not both.
| 1invalid
| 423 | 0.34 |
It is improbable that Mary went to the hallway. It is likely that Daniel dropped the apple. It is certain that Greg is a rhino.
|
There is almost no chance that 'Daniel dropped the apple and Greg is a rhino'.
|
It is likely that 'Daniel dropped the apple and Greg is a rhino'.
|
There is almost no chance that 'Daniel dropped the apple and Greg is a rhino'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.7::factB.
1.0::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
|
likely
|
almost no chance
|
'Daniel dropped the apple and Greg is a rhino'.
| 0valid
| 424 | 0.7 |
There is a very good chance that Bernhard is a swan. It is highly likely that Julius is white. It is likely that Yann is tired.
|
There is a better than even chance that 'Bernhard is a swan and Yann is tired'.
|
There is a better than even chance that 'Bernhard is a swan and Yann is tired'.
|
Chances are slight that 'Bernhard is a swan and Yann is tired'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.8::factA.
0.9::factB.
0.7::factC.
%hop2
conclusion:-and(factA,factC).
query(conclusion).
|
better than even
|
chances are slight
|
'Bernhard is a swan and Yann is tired'.
| 1invalid
| 425 | 0.56 |
There is a better than even chance that Sandra got the milk. It is impossible that Jason is bored. There is little chance that Gertrude is a cat.
|
There is almost no chance that either 'Sandra got the milk' or 'Jason is bored' but not both.
|
There is a better than even chance that either 'Sandra got the milk' or 'Jason is bored' but not both.
|
There is almost no chance that either 'Sandra got the milk' or 'Jason is bored' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.6::factA.
0.0::factB.
0.1::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
|
better than even
|
almost no chance
|
Either 'Sandra got the milk' or 'Jason is bored' but not both.
| 0valid
| 426 | 0.6 |
It is highly unlikely that Lily is yellow. It is almost certain that Mary went to the hallway. It is impossible that Jessica is a mouse.
|
It is highly unlikely that 'Lily is yellow and Mary went to the hallway'.
|
It is highly unlikely that 'Lily is yellow and Mary went to the hallway'.
|
It is highly likely that 'Lily is yellow and Mary went to the hallway'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.05::factA.
0.95::factB.
0.0::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
|
highly unlikely
|
highly likely
|
'Lily is yellow and Mary went to the hallway'.
| 1invalid
| 427 | 0.0475 |
It is likely that Bernhard is a frog. It is likely that Jessica is a cat. We believe that Sumit is tired.
|
It is almost certain that 'Bernhard is a frog' or 'Sumit is tired' or both.
|
It is almost certain that 'Bernhard is a frog' or 'Sumit is tired' or both.
|
Chances are slight that 'Bernhard is a frog' or 'Sumit is tired' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.7::factB.
0.75::factC.
%hop2
conclusion:-or(factA,factC).
query(conclusion).
|
almost certain
|
chances are slight
|
'Bernhard is a frog' or 'Sumit is tired' or both.
| 1invalid
| 428 | 0.925 |
It is probable that Mary went to the office. It is probable that Greg is a frog. It is certain that Sumit is tired.
|
It is certain that 'Sumit is tired' or 'Greg is a frog' or both.
|
It is certain that 'Sumit is tired' or 'Greg is a frog' or both.
|
There is almost no chance that 'Sumit is tired' or 'Greg is a frog' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.7::factB.
1.0::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
|
certain
|
almost no chance
|
'Sumit is tired' or 'Greg is a frog' or both.
| 1invalid
| 429 | 1 |
It is likely that Greg is a lion. It is highly unlikely that Bernhard is yellow. Chances are about even that Antoine is hungry.
|
There is almost no chance that 'Bernhard is yellow' or 'Antoine is hungry' or both.
|
Chances are about even that 'Bernhard is yellow' or 'Antoine is hungry' or both.
|
There is almost no chance that 'Bernhard is yellow' or 'Antoine is hungry' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.05::factB.
0.5::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
about even
|
almost no chance
|
'Bernhard is yellow' or 'Antoine is hungry' or both.
| 0valid
| 430 | 0.525 |
It is impossible that Gertrude is a cat. It is probably the case that John moved to the office. There is little chance that Brian is yellow.
|
It is probable that either 'Gertrude is a cat' or 'Brian is yellow' but not both.
|
It is improbable that either 'Gertrude is a cat' or 'Brian is yellow' but not both.
|
It is probable that either 'Gertrude is a cat' or 'Brian is yellow' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.0::factA.
0.7::factB.
0.1::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
|
improbable
|
probable
|
Either 'Gertrude is a cat' or 'Brian is yellow' but not both.
| 0valid
| 431 | 0.1 |
There is almost no chance that Bernhard is a rhino. There is almost no chance that Mary took the football. It is probable that John went to the office.
|
It is almost certain that 'Bernhard is a rhino and Mary took the football'.
|
It is impossible that 'Bernhard is a rhino and Mary took the football'.
|
It is almost certain that 'Bernhard is a rhino and Mary took the football'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.02::factA.
0.02::factB.
0.7::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
|
impossible
|
almost certain
|
'Bernhard is a rhino and Mary took the football'.
| 0valid
| 432 | 0.0004 |
We believe that Lily is a lion. It is probable that Greg is gray. There is a better than even chance that Sumit is thirsty.
|
There is almost no chance that 'Lily is a lion and Greg is gray'.
|
Chances are about even that 'Lily is a lion and Greg is gray'.
|
There is almost no chance that 'Lily is a lion and Greg is gray'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.75::factA.
0.7::factB.
0.6::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
|
about even
|
almost no chance
|
'Lily is a lion and Greg is gray'.
| 0valid
| 433 | 0.525 |
It is probably the case that Gertrude is a mouse. It is probable that Bernhard is green. It is highly likely that Mary moved to the office.
|
It is almost certain that 'Mary moved to the office' or 'Gertrude is a mouse' or both.
|
It is almost certain that 'Mary moved to the office' or 'Gertrude is a mouse' or both.
|
Chances are about even that 'Mary moved to the office' or 'Gertrude is a mouse' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.7::factB.
0.9::factC.
%hop2
conclusion:-or(factC,factA).
query(conclusion).
|
almost certain
|
about even
|
'Mary moved to the office' or 'Gertrude is a mouse' or both.
| 1invalid
| 434 | 0.97 |
It is impossible that John went to the bedroom. It is almost certain that Lily is white. Chances are about even that Bernhard is a rhino.
|
It is impossible that 'Bernhard is a rhino and John went to the bedroom'.
|
It is impossible that 'Bernhard is a rhino and John went to the bedroom'.
|
It is certain that 'Bernhard is a rhino and John went to the bedroom'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.0::factA.
0.95::factB.
0.5::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
|
impossible
|
certain
|
'Bernhard is a rhino and John went to the bedroom'.
| 1invalid
| 435 | 0 |
There is almost no chance that Daniel took the milk. It is likely that Mary went to the bedroom. It is almost certain that Greg is a rhino.
|
It is probable that 'Greg is a rhino and Mary went to the bedroom'.
|
It is probable that 'Greg is a rhino and Mary went to the bedroom'.
|
It is improbable that 'Greg is a rhino and Mary went to the bedroom'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.02::factA.
0.7::factB.
0.95::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
|
probable
|
improbable
|
'Greg is a rhino and Mary went to the bedroom'.
| 1invalid
| 436 | 0.665 |
It is probably the case that Mary got the apple. It is unlikely that Julius is green. It is impossible that Bernhard is a rhino.
|
We doubt that either 'Bernhard is a rhino' or 'Julius is green' but not both.
|
We doubt that either 'Bernhard is a rhino' or 'Julius is green' but not both.
|
It is probably the case that either 'Bernhard is a rhino' or 'Julius is green' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.2::factB.
0.0::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
|
we doubt
|
probably
|
Either 'Bernhard is a rhino' or 'Julius is green' but not both.
| 1invalid
| 437 | 0.2 |
We doubt that Lily is a swan. There is almost no chance that Bernhard is green. We believe that John discarded the apple.
|
We believe that 'John discarded the apple' or 'Bernhard is green' or both.
|
We believe that 'John discarded the apple' or 'Bernhard is green' or both.
|
There is almost no chance that 'John discarded the apple' or 'Bernhard is green' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.02::factB.
0.75::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
|
we believe
|
almost no chance
|
'John discarded the apple' or 'Bernhard is green' or both.
| 1invalid
| 438 | 0.755 |
It is certain that Greg is a swan. It is probably the case that Lily is a frog. It is impossible that John discarded the apple.
|
It is almost certain that 'John discarded the apple and Greg is a swan'.
|
It is impossible that 'John discarded the apple and Greg is a swan'.
|
It is almost certain that 'John discarded the apple and Greg is a swan'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
1.0::factA.
0.7::factB.
0.0::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
|
impossible
|
almost certain
|
'John discarded the apple and Greg is a swan'.
| 0valid
| 439 | 0 |
It is likely that Mary went to the hallway. It is highly likely that Bernhard is a swan. Chances are about even that Daniel left the football.
|
There is a very good chance that either 'Bernhard is a swan' or 'Mary went to the hallway' but not both.
|
It is probably not the case that either 'Bernhard is a swan' or 'Mary went to the hallway' but not both.
|
There is a very good chance that either 'Bernhard is a swan' or 'Mary went to the hallway' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.9::factB.
0.5::factC.
%hop2
conclusion:-xor(factB,factA).
query(conclusion).
|
probably not
|
very good chance
|
Either 'Bernhard is a swan' or 'Mary went to the hallway' but not both.
| 0valid
| 440 | 0.34 |
There is a very good chance that Brian is white. It is almost certain that Lily is a frog. Chances are about even that Greg is yellow.
|
Chances are about even that 'Greg is yellow and Lily is a frog'.
|
Chances are about even that 'Greg is yellow and Lily is a frog'.
|
There is almost no chance that 'Greg is yellow and Lily is a frog'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.8::factA.
0.95::factB.
0.5::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
|
about even
|
almost no chance
|
'Greg is yellow and Lily is a frog'.
| 1invalid
| 441 | 0.475 |
It is probable that Brian is green. It is certain that Lily is a frog. It is improbable that Emily is a sheep.
|
We doubt that 'Emily is a sheep' or 'Lily is a frog' or both.
|
It is certain that 'Emily is a sheep' or 'Lily is a frog' or both.
|
We doubt that 'Emily is a sheep' or 'Lily is a frog' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
1.0::factB.
0.1::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
|
certain
|
we doubt
|
'Emily is a sheep' or 'Lily is a frog' or both.
| 0valid
| 442 | 1 |
It is highly likely that Mary grabbed the apple. Chances are slight that John dropped the apple. There is little chance that Brian is yellow.
|
It is highly likely that 'Mary grabbed the apple and John dropped the apple'.
|
It is improbable that 'Mary grabbed the apple and John dropped the apple'.
|
It is highly likely that 'Mary grabbed the apple and John dropped the apple'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.9::factA.
0.1::factB.
0.1::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
|
improbable
|
highly likely
|
'Mary grabbed the apple and John dropped the apple'.
| 0valid
| 443 | 0.09 |
We believe that Greg is a swan. It is probable that John went to the hallway. It is highly unlikely that Brian is a frog.
|
It is probable that either 'Brian is a frog' or 'John went to the hallway' but not both.
|
It is probable that either 'Brian is a frog' or 'John went to the hallway' but not both.
|
It is unlikely that either 'Brian is a frog' or 'John went to the hallway' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.75::factA.
0.7::factB.
0.05::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
|
probable
|
unlikely
|
Either 'Brian is a frog' or 'John went to the hallway' but not both.
| 1invalid
| 444 | 0.68 |
We believe that Bernhard is gray. There is a better than even chance that Mary left the football. It is almost certain that Lily is green.
|
It is probably not the case that 'Bernhard is gray and Lily is green'.
|
It is probably the case that 'Bernhard is gray and Lily is green'.
|
It is probably not the case that 'Bernhard is gray and Lily is green'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.75::factA.
0.6::factB.
0.95::factC.
%hop2
conclusion:-and(factA,factC).
query(conclusion).
|
probably
|
probably not
|
'Bernhard is gray and Lily is green'.
| 0valid
| 445 | 0.7125 |
It is unlikely that Yann is bored. It is probably not the case that John discarded the apple. Chances are about even that Bernhard is yellow.
|
There is a very good chance that either 'Yann is bored' or 'John discarded the apple' but not both.
|
It is probably not the case that either 'Yann is bored' or 'John discarded the apple' but not both.
|
There is a very good chance that either 'Yann is bored' or 'John discarded the apple' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.25::factB.
0.5::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
|
probably not
|
very good chance
|
Either 'Yann is bored' or 'John discarded the apple' but not both.
| 0valid
| 446 | 0.35 |
There is little chance that Brian is white. It is highly unlikely that Greg is a lion. We believe that Mary took the milk.
|
We believe that either 'Greg is a lion' or 'Mary took the milk' but not both.
|
We believe that either 'Greg is a lion' or 'Mary took the milk' but not both.
|
There is little chance that either 'Greg is a lion' or 'Mary took the milk' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.05::factB.
0.75::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
|
we believe
|
little chance
|
Either 'Greg is a lion' or 'Mary took the milk' but not both.
| 1invalid
| 447 | 0.725 |
We doubt that Mary is in the bathroom. It is impossible that Greg is a lion. Chances are slight that Brian is a swan.
|
There is little chance that 'Greg is a lion' or 'Brian is a swan' or both.
|
There is little chance that 'Greg is a lion' or 'Brian is a swan' or both.
|
It is certain that 'Greg is a lion' or 'Brian is a swan' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.0::factB.
0.1::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
little chance
|
certain
|
'Greg is a lion' or 'Brian is a swan' or both.
| 1invalid
| 448 | 0.1 |
Chances are about even that Emily is a mouse. It is unlikely that Bernhard is gray. We doubt that Mary moved to the garden.
|
It is improbable that 'Emily is a mouse and Bernhard is gray'.
|
It is improbable that 'Emily is a mouse and Bernhard is gray'.
|
There is a very good chance that 'Emily is a mouse and Bernhard is gray'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.5::factA.
0.2::factB.
0.2::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
|
improbable
|
very good chance
|
'Emily is a mouse and Bernhard is gray'.
| 1invalid
| 449 | 0.1 |
It is probably the case that John grabbed the apple. It is almost certain that Julius is gray. We doubt that Brian is a swan.
|
It is unlikely that 'Julius is gray and Brian is a swan'.
|
It is unlikely that 'Julius is gray and Brian is a swan'.
|
It is almost certain that 'Julius is gray and Brian is a swan'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.95::factB.
0.2::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
|
unlikely
|
almost certain
|
'Julius is gray and Brian is a swan'.
| 1invalid
| 450 | 0.19 |
It is probable that Julius is white. It is probably the case that Brian is a swan. It is certain that Mary dropped the milk.
|
Chances are about even that either 'Brian is a swan' or 'Julius is white' but not both.
|
Chances are about even that either 'Brian is a swan' or 'Julius is white' but not both.
|
It is highly unlikely that either 'Brian is a swan' or 'Julius is white' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.7::factB.
1.0::factC.
%hop2
conclusion:-xor(factB,factA).
query(conclusion).
|
about even
|
highly unlikely
|
Either 'Brian is a swan' or 'Julius is white' but not both.
| 1invalid
| 451 | 0.42 |
There is a better than even chance that Brian is green. We believe that Bernhard is yellow. It is improbable that Gertrude is a mouse.
|
We believe that 'Brian is green and Gertrude is a mouse'.
|
It is highly unlikely that 'Brian is green and Gertrude is a mouse'.
|
We believe that 'Brian is green and Gertrude is a mouse'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.6::factA.
0.75::factB.
0.1::factC.
%hop2
conclusion:-and(factA,factC).
query(conclusion).
|
highly unlikely
|
we believe
|
'Brian is green and Gertrude is a mouse'.
| 0valid
| 452 | 0.06 |
There is almost no chance that Greg is yellow. It is almost certain that Bernhard is white. There is a very good chance that Daniel took the milk.
|
There is a very good chance that either 'Greg is yellow' or 'Daniel took the milk' but not both.
|
There is a very good chance that either 'Greg is yellow' or 'Daniel took the milk' but not both.
|
It is probably not the case that either 'Greg is yellow' or 'Daniel took the milk' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.02::factA.
0.95::factB.
0.8::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
|
very good chance
|
probably not
|
Either 'Greg is yellow' or 'Daniel took the milk' but not both.
| 1invalid
| 453 | 0.788 |
It is probably the case that Greg is a rhino. It is almost certain that John put down the apple. It is unlikely that Sandra left the milk.
|
It is likely that 'John put down the apple and Sandra left the milk'.
|
We doubt that 'John put down the apple and Sandra left the milk'.
|
It is likely that 'John put down the apple and Sandra left the milk'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.95::factB.
0.2::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
|
we doubt
|
likely
|
'John put down the apple and Sandra left the milk'.
| 0valid
| 454 | 0.19 |
It is unlikely that Mary moved to the office. Chances are slight that John dropped the apple. It is almost certain that Fred left the football.
|
It is highly unlikely that 'Fred left the football' or 'John dropped the apple' or both.
|
It is almost certain that 'Fred left the football' or 'John dropped the apple' or both.
|
It is highly unlikely that 'Fred left the football' or 'John dropped the apple' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.1::factB.
0.95::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
|
almost certain
|
highly unlikely
|
'Fred left the football' or 'John dropped the apple' or both.
| 0valid
| 455 | 0.955 |
There is almost no chance that Julius is white. It is probably not the case that Greg is a rhino. It is unlikely that Bill went to the garden.
|
Chances are about even that 'Greg is a rhino' or 'Bill went to the garden' or both.
|
Chances are about even that 'Greg is a rhino' or 'Bill went to the garden' or both.
|
There is almost no chance that 'Greg is a rhino' or 'Bill went to the garden' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.02::factA.
0.25::factB.
0.2::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
about even
|
almost no chance
|
'Greg is a rhino' or 'Bill went to the garden' or both.
| 1invalid
| 456 | 0.4 |
It is impossible that Julius is a swan. It is almost certain that Lily is a rhino. It is improbable that Mary went to the garden.
|
It is probably not the case that 'Lily is a rhino' or 'Mary went to the garden' or both.
|
It is almost certain that 'Lily is a rhino' or 'Mary went to the garden' or both.
|
It is probably not the case that 'Lily is a rhino' or 'Mary went to the garden' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.0::factA.
0.95::factB.
0.1::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
almost certain
|
probably not
|
'Lily is a rhino' or 'Mary went to the garden' or both.
| 0valid
| 457 | 0.955 |
It is certain that Fred discarded the apple. We believe that Bernhard is a lion. It is certain that Mary went to the office.
|
It is highly likely that either 'Bernhard is a lion' or 'Mary went to the office' but not both.
|
It is probably not the case that either 'Bernhard is a lion' or 'Mary went to the office' but not both.
|
It is highly likely that either 'Bernhard is a lion' or 'Mary went to the office' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
1.0::factA.
0.75::factB.
1.0::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
|
probably not
|
highly likely
|
Either 'Bernhard is a lion' or 'Mary went to the office' but not both.
| 0valid
| 458 | 0.25 |
Chances are slight that Daniel got the apple. Chances are about even that Mary dropped the apple. It is likely that Winona is a mouse.
|
It is highly likely that 'Mary dropped the apple and Daniel got the apple'.
|
It is highly unlikely that 'Mary dropped the apple and Daniel got the apple'.
|
It is highly likely that 'Mary dropped the apple and Daniel got the apple'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.5::factB.
0.7::factC.
%hop2
conclusion:-and(factB,factA).
query(conclusion).
|
highly unlikely
|
highly likely
|
'Mary dropped the apple and Daniel got the apple'.
| 0valid
| 459 | 0.05 |
It is likely that Greg is a frog. It is unlikely that Brian is a frog. It is almost certain that Fred left the football.
|
There is little chance that 'Brian is a frog' or 'Fred left the football' or both.
|
It is almost certain that 'Brian is a frog' or 'Fred left the football' or both.
|
There is little chance that 'Brian is a frog' or 'Fred left the football' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.2::factB.
0.95::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
almost certain
|
little chance
|
'Brian is a frog' or 'Fred left the football' or both.
| 0valid
| 460 | 0.96 |
There is little chance that Bernhard is a frog. We believe that Greg is white. There is almost no chance that John moved to the garden.
|
We believe that 'Greg is white' or 'John moved to the garden' or both.
|
We believe that 'Greg is white' or 'John moved to the garden' or both.
|
It is impossible that 'Greg is white' or 'John moved to the garden' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.75::factB.
0.02::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
we believe
|
impossible
|
'Greg is white' or 'John moved to the garden' or both.
| 1invalid
| 461 | 0.755 |
It is highly likely that Bernhard is a frog. It is probably not the case that Lily is a lion. It is probably the case that Daniel took the apple.
|
There is little chance that either 'Lily is a lion' or 'Daniel took the apple' but not both.
|
There is a better than even chance that either 'Lily is a lion' or 'Daniel took the apple' but not both.
|
There is little chance that either 'Lily is a lion' or 'Daniel took the apple' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.9::factA.
0.25::factB.
0.7::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
|
better than even
|
little chance
|
Either 'Lily is a lion' or 'Daniel took the apple' but not both.
| 0valid
| 462 | 0.6 |
Chances are slight that Mary dropped the apple. There is little chance that Brian is white. It is probable that John grabbed the milk.
|
There is almost no chance that 'Mary dropped the apple and Brian is white'.
|
There is almost no chance that 'Mary dropped the apple and Brian is white'.
|
It is probably the case that 'Mary dropped the apple and Brian is white'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.1::factB.
0.7::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
|
almost no chance
|
probably
|
'Mary dropped the apple and Brian is white'.
| 1invalid
| 463 | 0.01 |
There is little chance that Lily is yellow. It is certain that Mary went to the garden. It is highly likely that John put down the apple.
|
It is improbable that 'Lily is yellow' or 'Mary went to the garden' or both.
|
It is certain that 'Lily is yellow' or 'Mary went to the garden' or both.
|
It is improbable that 'Lily is yellow' or 'Mary went to the garden' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
1.0::factB.
0.9::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
|
certain
|
improbable
|
'Lily is yellow' or 'Mary went to the garden' or both.
| 0valid
| 464 | 1 |
It is highly unlikely that Bernhard is yellow. It is almost certain that Brian is gray. There is a better than even chance that Sandra grabbed the milk.
|
It is highly likely that either 'Brian is gray' or 'Bernhard is yellow' but not both.
|
It is highly likely that either 'Brian is gray' or 'Bernhard is yellow' but not both.
|
It is improbable that either 'Brian is gray' or 'Bernhard is yellow' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.05::factA.
0.95::factB.
0.6::factC.
%hop2
conclusion:-xor(factB,factA).
query(conclusion).
|
highly likely
|
improbable
|
Either 'Brian is gray' or 'Bernhard is yellow' but not both.
| 1invalid
| 465 | 0.905 |
There is a better than even chance that Mary got the milk. It is improbable that Brian is a frog. There is almost no chance that Lily is a rhino.
|
There is a better than even chance that 'Mary got the milk' or 'Brian is a frog' or both.
|
There is a better than even chance that 'Mary got the milk' or 'Brian is a frog' or both.
|
It is improbable that 'Mary got the milk' or 'Brian is a frog' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.6::factA.
0.1::factB.
0.02::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
|
better than even
|
improbable
|
'Mary got the milk' or 'Brian is a frog' or both.
| 1invalid
| 466 | 0.64 |
It is likely that Brian is green. It is probable that Mary dropped the milk. It is probably not the case that Julius is gray.
|
Chances are slight that either 'Julius is gray' or 'Brian is green' but not both.
|
There is a better than even chance that either 'Julius is gray' or 'Brian is green' but not both.
|
Chances are slight that either 'Julius is gray' or 'Brian is green' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.7::factB.
0.25::factC.
%hop2
conclusion:-xor(factC,factA).
query(conclusion).
|
better than even
|
chances are slight
|
Either 'Julius is gray' or 'Brian is green' but not both.
| 0valid
| 467 | 0.6 |
Chances are about even that Mary left the football. It is probably the case that John went to the garden. It is highly likely that Julius is yellow.
|
Chances are about even that either 'Mary left the football' or 'John went to the garden' but not both.
|
Chances are about even that either 'Mary left the football' or 'John went to the garden' but not both.
|
It is impossible that either 'Mary left the football' or 'John went to the garden' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.5::factA.
0.7::factB.
0.9::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
|
about even
|
impossible
|
Either 'Mary left the football' or 'John went to the garden' but not both.
| 1invalid
| 468 | 0.5 |
It is impossible that Bernhard is yellow. There is a better than even chance that Lily is white. It is almost certain that Gertrude is a cat.
|
There is a better than even chance that either 'Bernhard is yellow' or 'Lily is white' but not both.
|
There is a better than even chance that either 'Bernhard is yellow' or 'Lily is white' but not both.
|
It is highly unlikely that either 'Bernhard is yellow' or 'Lily is white' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.0::factA.
0.6::factB.
0.95::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
|
better than even
|
highly unlikely
|
Either 'Bernhard is yellow' or 'Lily is white' but not both.
| 1invalid
| 469 | 0.6 |
It is highly unlikely that Bernhard is a frog. There is little chance that Brian is green. We doubt that Mary left the milk.
|
There is almost no chance that 'Brian is green and Mary left the milk'.
|
There is almost no chance that 'Brian is green and Mary left the milk'.
|
It is likely that 'Brian is green and Mary left the milk'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.05::factA.
0.1::factB.
0.2::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
|
almost no chance
|
likely
|
'Brian is green and Mary left the milk'.
| 1invalid
| 470 | 0.02 |
We doubt that Julius is white. There is almost no chance that Bernhard is yellow. It is highly likely that John got the apple.
|
We doubt that either 'Bernhard is yellow' or 'Julius is white' but not both.
|
We doubt that either 'Bernhard is yellow' or 'Julius is white' but not both.
|
It is highly likely that either 'Bernhard is yellow' or 'Julius is white' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.02::factB.
0.9::factC.
%hop2
conclusion:-xor(factB,factA).
query(conclusion).
|
we doubt
|
highly likely
|
Either 'Bernhard is yellow' or 'Julius is white' but not both.
| 1invalid
| 471 | 0.212 |
It is probable that John took the football. Chances are about even that Julius is a swan. It is probably not the case that Brian is a rhino.
|
There is a better than even chance that 'Brian is a rhino' or 'Julius is a swan' or both.
|
There is a better than even chance that 'Brian is a rhino' or 'Julius is a swan' or both.
|
There is little chance that 'Brian is a rhino' or 'Julius is a swan' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.5::factB.
0.25::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
|
better than even
|
little chance
|
'Brian is a rhino' or 'Julius is a swan' or both.
| 1invalid
| 472 | 0.625 |
It is improbable that Bernhard is a rhino. It is likely that John put down the apple. Chances are about even that Julius is a frog.
|
It is probably not the case that 'Julius is a frog and John put down the apple'.
|
It is probably not the case that 'Julius is a frog and John put down the apple'.
|
It is likely that 'Julius is a frog and John put down the apple'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.7::factB.
0.5::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
|
probably not
|
likely
|
'Julius is a frog and John put down the apple'.
| 1invalid
| 473 | 0.35 |
It is probable that Sandra took the apple. There is a very good chance that Lily is gray. We believe that Brian is yellow.
|
It is impossible that either 'Sandra took the apple' or 'Lily is gray' but not both.
|
Chances are about even that either 'Sandra took the apple' or 'Lily is gray' but not both.
|
It is impossible that either 'Sandra took the apple' or 'Lily is gray' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.8::factB.
0.75::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
|
about even
|
impossible
|
Either 'Sandra took the apple' or 'Lily is gray' but not both.
| 0valid
| 474 | 0.38 |
It is probable that John left the apple. It is probably the case that Lily is a swan. It is almost certain that Mary grabbed the milk.
|
There is almost no chance that 'John left the apple' or 'Mary grabbed the milk' or both.
|
It is certain that 'John left the apple' or 'Mary grabbed the milk' or both.
|
There is almost no chance that 'John left the apple' or 'Mary grabbed the milk' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.7::factB.
0.95::factC.
%hop2
conclusion:-or(factA,factC).
query(conclusion).
|
certain
|
almost no chance
|
'John left the apple' or 'Mary grabbed the milk' or both.
| 0valid
| 475 | 0.985 |
It is almost certain that Mary went to the hallway. It is probably the case that Jessica is a cat. It is improbable that Julius is a swan.
|
There is a very good chance that 'Mary went to the hallway and Julius is a swan'.
|
It is improbable that 'Mary went to the hallway and Julius is a swan'.
|
There is a very good chance that 'Mary went to the hallway and Julius is a swan'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.95::factA.
0.7::factB.
0.1::factC.
%hop2
conclusion:-and(factA,factC).
query(conclusion).
|
improbable
|
very good chance
|
'Mary went to the hallway and Julius is a swan'.
| 0valid
| 476 | 0.095 |
It is impossible that Jeff went to the garden. We doubt that Greg is a swan. It is likely that Lily is green.
|
It is probably the case that 'Greg is a swan' or 'Jeff went to the garden' or both.
|
It is unlikely that 'Greg is a swan' or 'Jeff went to the garden' or both.
|
It is probably the case that 'Greg is a swan' or 'Jeff went to the garden' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.0::factA.
0.2::factB.
0.7::factC.
%hop2
conclusion:-or(factB,factA).
query(conclusion).
|
unlikely
|
probably
|
'Greg is a swan' or 'Jeff went to the garden' or both.
| 0valid
| 477 | 0.2 |
We doubt that Winona is a cat. It is unlikely that Mary took the milk. Chances are about even that Lily is green.
|
It is impossible that either 'Lily is green' or 'Winona is a cat' but not both.
|
Chances are about even that either 'Lily is green' or 'Winona is a cat' but not both.
|
It is impossible that either 'Lily is green' or 'Winona is a cat' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.2::factB.
0.5::factC.
%hop2
conclusion:-xor(factC,factA).
query(conclusion).
|
about even
|
impossible
|
Either 'Lily is green' or 'Winona is a cat' but not both.
| 0valid
| 478 | 0.5 |
It is certain that Mary went to the kitchen. It is probably the case that Brian is a rhino. There is a very good chance that Julius is yellow.
|
It is probably not the case that 'Mary went to the kitchen and Brian is a rhino'.
|
It is probable that 'Mary went to the kitchen and Brian is a rhino'.
|
It is probably not the case that 'Mary went to the kitchen and Brian is a rhino'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
1.0::factA.
0.7::factB.
0.8::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
|
probable
|
probably not
|
'Mary went to the kitchen and Brian is a rhino'.
| 0valid
| 479 | 0.7 |
It is likely that Mary left the football. It is highly likely that Julius is a frog. There is a very good chance that Greg is green.
|
It is certain that 'Julius is a frog' or 'Greg is green' or both.
|
It is certain that 'Julius is a frog' or 'Greg is green' or both.
|
We doubt that 'Julius is a frog' or 'Greg is green' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.9::factB.
0.8::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
certain
|
we doubt
|
'Julius is a frog' or 'Greg is green' or both.
| 1invalid
| 480 | 0.98 |
It is probably not the case that Jeff moved to the garden. It is impossible that John took the apple. It is probable that Bernhard is green.
|
It is likely that 'Bernhard is green and John took the apple'.
|
It is impossible that 'Bernhard is green and John took the apple'.
|
It is likely that 'Bernhard is green and John took the apple'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.25::factA.
0.0::factB.
0.7::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
|
impossible
|
likely
|
'Bernhard is green and John took the apple'.
| 0valid
| 481 | 0 |
It is unlikely that Brian is a rhino. We believe that Bernhard is yellow. It is highly likely that Daniel got the milk.
|
Chances are slight that either 'Brian is a rhino' or 'Daniel got the milk' but not both.
|
We believe that either 'Brian is a rhino' or 'Daniel got the milk' but not both.
|
Chances are slight that either 'Brian is a rhino' or 'Daniel got the milk' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.75::factB.
0.9::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
|
we believe
|
chances are slight
|
Either 'Brian is a rhino' or 'Daniel got the milk' but not both.
| 0valid
| 482 | 0.74 |
Chances are slight that Daniel left the milk. It is highly unlikely that Lily is a frog. It is impossible that John moved to the garden.
|
It is almost certain that either 'Lily is a frog' or 'John moved to the garden' but not both.
|
It is highly unlikely that either 'Lily is a frog' or 'John moved to the garden' but not both.
|
It is almost certain that either 'Lily is a frog' or 'John moved to the garden' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.05::factB.
0.0::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
|
highly unlikely
|
almost certain
|
Either 'Lily is a frog' or 'John moved to the garden' but not both.
| 0valid
| 483 | 0.05 |
There is a better than even chance that Julius is a swan. It is improbable that John went to the bedroom. There is a very good chance that Greg is gray.
|
It is certain that either 'Greg is gray' or 'Julius is a swan' but not both.
|
Chances are about even that either 'Greg is gray' or 'Julius is a swan' but not both.
|
It is certain that either 'Greg is gray' or 'Julius is a swan' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.6::factA.
0.1::factB.
0.8::factC.
%hop2
conclusion:-xor(factC,factA).
query(conclusion).
|
about even
|
certain
|
Either 'Greg is gray' or 'Julius is a swan' but not both.
| 0valid
| 484 | 0.44 |
It is probably not the case that Gertrude is a sheep. There is a better than even chance that John went to the kitchen. Chances are slight that Greg is yellow.
|
It is likely that 'Greg is yellow' or 'Gertrude is a sheep' or both.
|
It is probably not the case that 'Greg is yellow' or 'Gertrude is a sheep' or both.
|
It is likely that 'Greg is yellow' or 'Gertrude is a sheep' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.25::factA.
0.6::factB.
0.1::factC.
%hop2
conclusion:-or(factC,factA).
query(conclusion).
|
probably not
|
likely
|
'Greg is yellow' or 'Gertrude is a sheep' or both.
| 0valid
| 485 | 0.325 |
It is highly likely that Lily is a swan. We believe that Jason is tired. Chances are slight that Gertrude is a mouse.
|
There is a very good chance that either 'Lily is a swan' or 'Gertrude is a mouse' but not both.
|
There is a very good chance that either 'Lily is a swan' or 'Gertrude is a mouse' but not both.
|
It is probably not the case that either 'Lily is a swan' or 'Gertrude is a mouse' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.9::factA.
0.75::factB.
0.1::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
|
very good chance
|
probably not
|
Either 'Lily is a swan' or 'Gertrude is a mouse' but not both.
| 1invalid
| 486 | 0.82 |
There is a better than even chance that Greg is a lion. Chances are slight that Fred went to the garden. Chances are slight that Sandra dropped the apple.
|
It is unlikely that either 'Fred went to the garden' or 'Sandra dropped the apple' but not both.
|
It is unlikely that either 'Fred went to the garden' or 'Sandra dropped the apple' but not both.
|
It is probable that either 'Fred went to the garden' or 'Sandra dropped the apple' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.6::factA.
0.1::factB.
0.1::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
|
unlikely
|
probable
|
Either 'Fred went to the garden' or 'Sandra dropped the apple' but not both.
| 1invalid
| 487 | 0.18 |
There is a very good chance that Bernhard is white. It is highly unlikely that Lily is a swan. It is probably the case that John moved to the office.
|
It is likely that 'John moved to the office' or 'Lily is a swan' or both.
|
It is likely that 'John moved to the office' or 'Lily is a swan' or both.
|
It is probably not the case that 'John moved to the office' or 'Lily is a swan' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.8::factA.
0.05::factB.
0.7::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
|
likely
|
probably not
|
'John moved to the office' or 'Lily is a swan' or both.
| 1invalid
| 488 | 0.715 |
It is likely that Brian is a swan. There is almost no chance that Jeff discarded the milk. There is a very good chance that Mary went to the kitchen.
|
It is impossible that 'Brian is a swan' or 'Mary went to the kitchen' or both.
|
It is almost certain that 'Brian is a swan' or 'Mary went to the kitchen' or both.
|
It is impossible that 'Brian is a swan' or 'Mary went to the kitchen' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
0.02::factB.
0.8::factC.
%hop2
conclusion:-or(factA,factC).
query(conclusion).
|
almost certain
|
impossible
|
'Brian is a swan' or 'Mary went to the kitchen' or both.
| 0valid
| 489 | 0.94 |
It is highly unlikely that Mary went to the hallway. There is a very good chance that Lily is a swan. There is a better than even chance that John dropped the apple.
|
It is impossible that 'John dropped the apple and Lily is a swan'.
|
Chances are about even that 'John dropped the apple and Lily is a swan'.
|
It is impossible that 'John dropped the apple and Lily is a swan'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.05::factA.
0.8::factB.
0.6::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
|
about even
|
impossible
|
'John dropped the apple and Lily is a swan'.
| 0valid
| 490 | 0.48 |
There is almost no chance that Julius is a frog. There is almost no chance that Winona is a mouse. It is likely that Brian is a rhino.
|
It is probably the case that 'Winona is a mouse' or 'Brian is a rhino' or both.
|
It is probably the case that 'Winona is a mouse' or 'Brian is a rhino' or both.
|
It is probably not the case that 'Winona is a mouse' or 'Brian is a rhino' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.02::factA.
0.02::factB.
0.7::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
probably
|
probably not
|
'Winona is a mouse' or 'Brian is a rhino' or both.
| 1invalid
| 491 | 0.706 |
We doubt that Bernhard is a frog. It is highly unlikely that John took the apple. It is highly unlikely that Lily is a swan.
|
It is probable that 'Lily is a swan' or 'John took the apple' or both.
|
It is improbable that 'Lily is a swan' or 'John took the apple' or both.
|
It is probable that 'Lily is a swan' or 'John took the apple' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.2::factA.
0.05::factB.
0.05::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
|
improbable
|
probable
|
'Lily is a swan' or 'John took the apple' or both.
| 0valid
| 492 | 0.0975 |
Chances are slight that Lily is white. It is likely that Mary put down the milk. It is probable that Emily is a mouse.
|
It is highly likely that 'Emily is a mouse' or 'Mary put down the milk' or both.
|
It is highly likely that 'Emily is a mouse' or 'Mary put down the milk' or both.
|
Chances are slight that 'Emily is a mouse' or 'Mary put down the milk' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.7::factB.
0.7::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
|
highly likely
|
chances are slight
|
'Emily is a mouse' or 'Mary put down the milk' or both.
| 1invalid
| 493 | 0.91 |
It is certain that Brian is a lion. It is improbable that Greg is a swan. It is impossible that Mary discarded the apple.
|
It is improbable that either 'Mary discarded the apple' or 'Greg is a swan' but not both.
|
It is improbable that either 'Mary discarded the apple' or 'Greg is a swan' but not both.
|
It is certain that either 'Mary discarded the apple' or 'Greg is a swan' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
1.0::factA.
0.1::factB.
0.0::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
|
improbable
|
certain
|
Either 'Mary discarded the apple' or 'Greg is a swan' but not both.
| 1invalid
| 494 | 0.1 |
It is highly likely that Jessica is a mouse. It is improbable that John discarded the apple. There is a better than even chance that Bill left the football.
|
It is highly unlikely that 'Bill left the football and John discarded the apple'.
|
It is highly unlikely that 'Bill left the football and John discarded the apple'.
|
It is almost certain that 'Bill left the football and John discarded the apple'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.9::factA.
0.1::factB.
0.6::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
|
highly unlikely
|
almost certain
|
'Bill left the football and John discarded the apple'.
| 1invalid
| 495 | 0.06 |
It is probable that Julius is a rhino. It is certain that Bernhard is a swan. We doubt that John went to the hallway.
|
Chances are slight that 'Bernhard is a swan and Julius is a rhino'.
|
It is likely that 'Bernhard is a swan and Julius is a rhino'.
|
Chances are slight that 'Bernhard is a swan and Julius is a rhino'.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.7::factA.
1.0::factB.
0.2::factC.
%hop2
conclusion:-and(factB,factA).
query(conclusion).
|
likely
|
chances are slight
|
'Bernhard is a swan and Julius is a rhino'.
| 0valid
| 496 | 0.7 |
There is little chance that Brian is a swan. There is little chance that Bernhard is yellow. It is probably the case that Sandra got the football.
|
It is likely that either 'Sandra got the football' or 'Bernhard is yellow' but not both.
|
It is likely that either 'Sandra got the football' or 'Bernhard is yellow' but not both.
|
It is highly unlikely that either 'Sandra got the football' or 'Bernhard is yellow' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.1::factA.
0.1::factB.
0.7::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
|
likely
|
highly unlikely
|
Either 'Sandra got the football' or 'Bernhard is yellow' but not both.
| 1invalid
| 497 | 0.66 |
Chances are about even that Bernhard is a rhino. There is almost no chance that Lily is a lion. There is little chance that John moved to the garden.
|
It is probable that either 'John moved to the garden' or 'Lily is a lion' but not both.
|
Chances are slight that either 'John moved to the garden' or 'Lily is a lion' but not both.
|
It is probable that either 'John moved to the garden' or 'Lily is a lion' but not both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.5::factA.
0.02::factB.
0.1::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
|
chances are slight
|
probable
|
Either 'John moved to the garden' or 'Lily is a lion' but not both.
| 0valid
| 498 | 0.116 |
There is a very good chance that Brian is yellow. It is impossible that Bernhard is a frog. We doubt that Jason is tired.
|
It is probable that 'Bernhard is a frog' or 'Jason is tired' or both.
|
It is unlikely that 'Bernhard is a frog' or 'Jason is tired' or both.
|
It is probable that 'Bernhard is a frog' or 'Jason is tired' or both.
|
and(A,B) :- A,B.
or(A,B) :- A;B.
nand(A,B) :- not(and(A,B)).
nor(A,B) :- not(or(A,B)).
xor(A,B) :- or(A,B), nand(A,B).
%hop0
0.8::factA.
0.0::factB.
0.2::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
|
unlikely
|
probable
|
'Bernhard is a frog' or 'Jason is tired' or both.
| 0valid
| 499 | 0.2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.