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 believe that John left the apple. There is almost no chance that Lily is a swan. It is impossible that Gertrude is a cat. | It is impossible that 'Gertrude is a cat' or 'John left the apple' or both. | We believe that 'Gertrude is a cat' or 'John left the apple' or both. | It is impossible that 'Gertrude is a cat' or 'John left 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.75::factA.
0.02::factB.
0.0::factC.
%hop2
conclusion:-or(factC,factA).
query(conclusion).
| we believe | impossible | 'Gertrude is a cat' or 'John left the apple' or both. | 0valid
| 700 | 0.75 |
It is unlikely that Brian is yellow. It is improbable that Lily is a swan. There is little chance that Emily is a wolf. | It is probable that 'Lily is a swan and Emily is a wolf'. | There is almost no chance that 'Lily is a swan and Emily is a wolf'. | It is probable that 'Lily is a swan and Emily is a wolf'. |
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.1::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
| almost no chance | probable | 'Lily is a swan and Emily is a wolf'. | 0valid
| 701 | 0.01 |
We believe that Greg is a rhino. It is impossible that Brian is gray. We believe that Lily is a swan. | We doubt that 'Greg is a rhino' or 'Brian is gray' or both. | We believe that 'Greg is a rhino' or 'Brian is gray' or both. | We doubt that 'Greg is a rhino' or 'Brian 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.75::factA.
0.0::factB.
0.75::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
| we believe | we doubt | 'Greg is a rhino' or 'Brian is gray' or both. | 0valid
| 702 | 0.75 |
There is almost no chance that John grabbed the apple. It is highly unlikely that Mary went to the bedroom. It is improbable that Gertrude is a cat. | It is impossible that 'Gertrude is a cat and John grabbed the apple'. | It is impossible that 'Gertrude is a cat and John grabbed the apple'. | There is a very good chance that 'Gertrude is a cat and John grabbed 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.02::factA.
0.05::factB.
0.1::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
| impossible | very good chance | 'Gertrude is a cat and John grabbed the apple'. | 1invalid
| 703 | 0.002 |
We doubt that Mary went to the garden. It is probably not the case that John discarded the apple. It is probably not the case that Lily is a lion. | Chances are about even that 'Mary went to the garden' or 'Lily is a lion' or both. | Chances are about even that 'Mary went to the garden' or 'Lily is a lion' or both. | It is impossible that 'Mary went to the garden' or 'Lily 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.25::factB.
0.25::factC.
%hop2
conclusion:-or(factA,factC).
query(conclusion).
| about even | impossible | 'Mary went to the garden' or 'Lily is a lion' or both. | 1invalid
| 704 | 0.4 |
It is almost certain that Lily is a swan. Chances are slight that Jessica is a mouse. We believe that Mary grabbed the milk. | It is probably the case that either 'Mary grabbed the milk' or 'Jessica is a mouse' but not both. | It is probably the case that either 'Mary grabbed the milk' or 'Jessica is a mouse' but not both. | There is almost no chance that either 'Mary grabbed the milk' or 'Jessica 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.95::factA.
0.1::factB.
0.75::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| probably | almost no chance | Either 'Mary grabbed the milk' or 'Jessica is a mouse' but not both. | 1invalid
| 705 | 0.7 |
We doubt that John went to the garden. It is almost certain that Jessica is a cat. There is a better than even chance that Mary dropped the milk. | We doubt that 'John went to the garden and Jessica is a cat'. | We doubt that 'John went to the garden and Jessica is a cat'. | We believe that 'John went to the garden and Jessica is a cat'. |
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.95::factB.
0.6::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
| we doubt | we believe | 'John went to the garden and Jessica is a cat'. | 1invalid
| 706 | 0.19 |
It is almost certain that Bernhard is a frog. It is probably the case that Lily is a rhino. It is likely that Fred went to the garden. | Chances are about even that either 'Fred went to the garden' or 'Lily is a rhino' but not both. | Chances are about even that either 'Fred went to the garden' or 'Lily is a rhino' but not both. | It is impossible that either 'Fred went to the garden' or 'Lily is a rhino' 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.7::factB.
0.7::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| about even | impossible | Either 'Fred went to the garden' or 'Lily is a rhino' but not both. | 1invalid
| 707 | 0.42 |
It is almost certain that Mary got the football. It is likely that John moved to the office. There is little chance that Jason is bored. | It is highly unlikely that 'John moved to the office and Jason is bored'. | It is highly unlikely that 'John moved to the office and Jason is bored'. | There is a better than even chance that 'John moved to the office and Jason is bored'. |
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(factB,factC).
query(conclusion).
| highly unlikely | better than even | 'John moved to the office and Jason is bored'. | 1invalid
| 708 | 0.07 |
It is likely that John picked up the milk. It is likely that Greg is a frog. It is improbable that Bernhard is a rhino. | It is likely that 'Bernhard is a rhino and John picked up the milk'. | It is highly unlikely that 'Bernhard is a rhino and John picked up the milk'. | It is likely that 'Bernhard is a rhino and John picked up 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.7::factB.
0.1::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
| highly unlikely | likely | 'Bernhard is a rhino and John picked up the milk'. | 0valid
| 709 | 0.07 |
There is a better than even chance that Brian is yellow. Chances are about even that Jason is tired. It is highly likely that Lily is a swan. | Chances are about even that 'Lily is a swan and Brian is yellow'. | Chances are about even that 'Lily is a swan and Brian is yellow'. | It is certain that 'Lily is a swan and Brian 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.6::factA.
0.5::factB.
0.9::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
| about even | certain | 'Lily is a swan and Brian is yellow'. | 1invalid
| 710 | 0.54 |
It is improbable that Daniel got the milk. We believe that Gertrude is a sheep. It is likely that Brian is a rhino. | It is almost certain that 'Gertrude is a sheep' or 'Brian is a rhino' or both. | It is almost certain that 'Gertrude is a sheep' or 'Brian is a rhino' or both. | It is probably not the case that 'Gertrude is a sheep' 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.1::factA.
0.75::factB.
0.7::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
| almost certain | probably not | 'Gertrude is a sheep' or 'Brian is a rhino' or both. | 1invalid
| 711 | 0.925 |
Chances are slight that Mary left the milk. It is highly unlikely that Jeff discarded the milk. We believe that Greg is a lion. | It is likely that either 'Mary left the milk' or 'Greg is a lion' but not both. | It is likely that either 'Mary left the milk' or 'Greg is a lion' but not both. | It is impossible that either 'Mary left the milk' or 'Greg 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.1::factA.
0.05::factB.
0.75::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
| likely | impossible | Either 'Mary left the milk' or 'Greg is a lion' but not both. | 1invalid
| 712 | 0.7 |
It is impossible that Mary dropped the milk. It is likely that Lily is yellow. It is probably the case that John went to the bedroom. | It is highly unlikely that 'John went to the bedroom and Lily is yellow'. | Chances are about even that 'John went to the bedroom and Lily is yellow'. | It is highly unlikely that 'John went to the bedroom and Lily 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.0::factA.
0.7::factB.
0.7::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
| about even | highly unlikely | 'John went to the bedroom and Lily is yellow'. | 0valid
| 713 | 0.49 |
It is impossible that Bernhard is gray. It is highly unlikely that Mary took the football. It is unlikely that Greg is a swan. | It is probable that either 'Mary took the football' or 'Greg is a swan' but not both. | It is probably not the case that either 'Mary took the football' or 'Greg is a swan' but not both. | It is probable that either 'Mary took the football' 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.0::factA.
0.05::factB.
0.2::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
| probably not | probable | Either 'Mary took the football' or 'Greg is a swan' but not both. | 0valid
| 714 | 0.23 |
It is certain that Bernhard is white. It is unlikely that Mary went to the bedroom. It is probably not the case that Jeff dropped the apple. | It is certain that 'Bernhard is white' or 'Jeff dropped the apple' or both. | It is certain that 'Bernhard is white' or 'Jeff dropped the apple' or both. | It is improbable that 'Bernhard is white' or 'Jeff 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
1.0::factA.
0.2::factB.
0.25::factC.
%hop2
conclusion:-or(factA,factC).
query(conclusion).
| certain | improbable | 'Bernhard is white' or 'Jeff dropped the apple' or both. | 1invalid
| 715 | 1 |
Chances are slight that Julius is white. It is improbable that John got the apple. We believe that Greg is gray. | It is almost certain that either 'John got the apple' or 'Julius is white' but not both. | It is unlikely that either 'John got the apple' or 'Julius is white' but not both. | It is almost certain that either 'John got the apple' 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.1::factA.
0.1::factB.
0.75::factC.
%hop2
conclusion:-xor(factB,factA).
query(conclusion).
| unlikely | almost certain | Either 'John got the apple' or 'Julius is white' but not both. | 0valid
| 716 | 0.18 |
It is impossible that Mary went to the hallway. It is unlikely that Sandra took the football. It is unlikely that Julius is white. | It is impossible that 'Mary went to the hallway and Julius is white'. | It is impossible that 'Mary went to the hallway and Julius is white'. | We believe that 'Mary went to the hallway and Julius 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.0::factA.
0.2::factB.
0.2::factC.
%hop2
conclusion:-and(factA,factC).
query(conclusion).
| impossible | we believe | 'Mary went to the hallway and Julius is white'. | 1invalid
| 717 | 0 |
There is a better than even chance that Bernhard is a lion. It is probably the case that John left the apple. It is almost certain that Julius is green. | Chances are about even that either 'Bernhard is a lion' or 'John left the apple' but not both. | Chances are about even that either 'Bernhard is a lion' or 'John left the apple' but not both. | It is almost certain that either 'Bernhard is a lion' or 'John left 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.7::factB.
0.95::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
| about even | almost certain | Either 'Bernhard is a lion' or 'John left the apple' but not both. | 1invalid
| 718 | 0.46 |
It is impossible that Greg is a swan. There is a better than even chance that Sandra left the milk. We believe that Brian is a frog. | It is impossible that 'Greg is a swan and Brian is a frog'. | It is impossible that 'Greg is a swan and Brian is a frog'. | It is certain that 'Greg is a swan and Brian 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.0::factA.
0.6::factB.
0.75::factC.
%hop2
conclusion:-and(factA,factC).
query(conclusion).
| impossible | certain | 'Greg is a swan and Brian is a frog'. | 1invalid
| 719 | 0 |
There is a very good chance that Mary went to the garden. It is certain that John discarded the apple. It is likely that Julius is a swan. | It is probably not the case that 'Julius is a swan' or 'John discarded the apple' or both. | It is certain that 'Julius is a swan' or 'John discarded the apple' or both. | It is probably not the case that 'Julius is a swan' or 'John discarded 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.8::factA.
1.0::factB.
0.7::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
| certain | probably not | 'Julius is a swan' or 'John discarded the apple' or both. | 0valid
| 720 | 1 |
It is likely that Greg is a swan. We believe that Mary went to the office. There is a better than even chance that Bernhard is yellow. | It is highly unlikely that 'Mary went to the office and Bernhard is yellow'. | Chances are about even that 'Mary went to the office and Bernhard is yellow'. | It is highly unlikely that 'Mary went to the office 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.7::factA.
0.75::factB.
0.6::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
| about even | highly unlikely | 'Mary went to the office and Bernhard is yellow'. | 0valid
| 721 | 0.45 |
It is certain that Greg is a rhino. It is highly likely that Bernhard is yellow. There is a very good chance that Lily is white. | It is impossible that 'Greg is a rhino' or 'Bernhard is yellow' or both. | It is certain that 'Greg is a rhino' or 'Bernhard is yellow' or both. | It is impossible that 'Greg is a rhino' or 'Bernhard is yellow' 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
1.0::factA.
0.9::factB.
0.8::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
| certain | impossible | 'Greg is a rhino' or 'Bernhard is yellow' or both. | 0valid
| 722 | 1 |
It is almost certain that Greg is a rhino. It is probable that Mary put down the milk. We believe that John went to the garden. | Chances are about even that either 'John went to the garden' or 'Mary put down the milk' but not both. | Chances are about even that either 'John went to the garden' or 'Mary put down the milk' but not both. | It is almost certain that either 'John went to the garden' or 'Mary 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.95::factA.
0.7::factB.
0.75::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| about even | almost certain | Either 'John went to the garden' or 'Mary put down the milk' but not both. | 1invalid
| 723 | 0.4 |
There is a better than even chance that Bill went to the garden. There is almost no chance that Julius is a swan. It is improbable that Bernhard is yellow. | It is impossible that 'Bernhard is yellow' or 'Bill went to the garden' or both. | There is a better than even chance that 'Bernhard is yellow' or 'Bill went to the garden' or both. | It is impossible that 'Bernhard is yellow' 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.6::factA.
0.02::factB.
0.1::factC.
%hop2
conclusion:-or(factC,factA).
query(conclusion).
| better than even | impossible | 'Bernhard is yellow' or 'Bill went to the garden' or both. | 0valid
| 724 | 0.64 |
It is probably not the case that Lily is green. We believe that Mary went to the office. It is highly likely that Sandra left the milk. | It is certain that 'Sandra left the milk and Lily is green'. | It is probably not the case that 'Sandra left the milk and Lily is green'. | It is certain that 'Sandra left the milk 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.25::factA.
0.75::factB.
0.9::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
| probably not | certain | 'Sandra left the milk and Lily is green'. | 0valid
| 725 | 0.225 |
It is almost certain that Winona is a wolf. It is unlikely that John went to the kitchen. There is a better than even chance that Daniel got the football. | It is probably not the case that either 'Winona is a wolf' or 'John went to the kitchen' but not both. | We believe that either 'Winona is a wolf' or 'John went to the kitchen' but not both. | It is probably not the case that either 'Winona is a wolf' or 'John went to the kitchen' 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.6::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
| we believe | probably not | Either 'Winona is a wolf' or 'John went to the kitchen' but not both. | 0valid
| 726 | 0.77 |
It is probably the case that John put down the apple. It is probably the case that Winona is a mouse. It is improbable that Julius is gray. | Chances are slight that either 'John put down the apple' or 'Julius is gray' but not both. | It is likely that either 'John put down the apple' or 'Julius is gray' but not both. | Chances are slight that either 'John put down the apple' or 'Julius 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.7::factB.
0.1::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
| likely | chances are slight | Either 'John put down the apple' or 'Julius is gray' but not both. | 0valid
| 727 | 0.66 |
Chances are about even that Julius is a lion. It is probably not the case that John picked up the apple. There is a better than even chance that Brian is yellow. | There is a better than even chance that either 'Brian is yellow' or 'John picked up the apple' but not both. | There is a better than even chance that either 'Brian is yellow' or 'John picked up the apple' but not both. | It is highly unlikely that either 'Brian is yellow' or 'John picked up 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.5::factA.
0.25::factB.
0.6::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| better than even | highly unlikely | Either 'Brian is yellow' or 'John picked up the apple' but not both. | 1invalid
| 728 | 0.55 |
It is almost certain that John went to the kitchen. We believe that Brian is a frog. There is a better than even chance that Mary grabbed the milk. | Chances are slight that 'John went to the kitchen' or 'Brian is a frog' or both. | It is certain that 'John went to the kitchen' or 'Brian is a frog' or both. | Chances are slight that 'John went to the kitchen' 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.95::factA.
0.75::factB.
0.6::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
| certain | chances are slight | 'John went to the kitchen' or 'Brian is a frog' or both. | 0valid
| 729 | 0.9875 |
There is a very good chance that John went to the kitchen. It is almost certain that Jessica is a mouse. There is a very good chance that Jeff dropped the apple. | It is certain that 'Jeff dropped the apple' or 'Jessica is a mouse' or both. | It is certain that 'Jeff dropped the apple' or 'Jessica is a mouse' or both. | It is unlikely that 'Jeff dropped the apple' or 'Jessica 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.8::factA.
0.95::factB.
0.8::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
| certain | unlikely | 'Jeff dropped the apple' or 'Jessica is a mouse' or both. | 1invalid
| 730 | 0.99 |
It is unlikely that Emily is a wolf. It is improbable that Fred put down the apple. It is unlikely that Julius is yellow. | There is almost no chance that 'Julius is yellow and Fred put down the apple'. | There is almost no chance that 'Julius is yellow and Fred put down the apple'. | It is almost certain that 'Julius is yellow and Fred 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.2::factA.
0.1::factB.
0.2::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
| almost no chance | almost certain | 'Julius is yellow and Fred put down the apple'. | 1invalid
| 731 | 0.02 |
It is unlikely that Julius is a rhino. There is a better than even chance that John discarded the milk. We believe that Bernhard is yellow. | It is highly likely that 'Bernhard is yellow' or 'John discarded the milk' or both. | It is highly likely that 'Bernhard is yellow' or 'John discarded the milk' or both. | It is probably not the case that 'Bernhard is yellow' or 'John 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.2::factA.
0.6::factB.
0.75::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
| highly likely | probably not | 'Bernhard is yellow' or 'John discarded the milk' or both. | 1invalid
| 732 | 0.9 |
We doubt that John got the milk. We doubt that Julius is green. It is improbable that Bernhard is a lion. | It is highly likely that either 'Bernhard is a lion' or 'John got the milk' but not both. | It is probably not the case that either 'Bernhard is a lion' or 'John got the milk' but not both. | It is highly likely that either 'Bernhard is a lion' or 'John 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.2::factB.
0.1::factC.
%hop2
conclusion:-xor(factC,factA).
query(conclusion).
| probably not | highly likely | Either 'Bernhard is a lion' or 'John got the milk' but not both. | 0valid
| 733 | 0.26 |
It is probably the case that Winona is a wolf. It is unlikely that Mary went to the office. It is probably the case that Sandra left the football. | Chances are slight that 'Winona is a wolf' or 'Mary went to the office' or both. | We believe that 'Winona is a wolf' or 'Mary went to the office' or both. | Chances are slight that 'Winona is a wolf' or 'Mary went to the office' 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.7::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
| we believe | chances are slight | 'Winona is a wolf' or 'Mary went to the office' or both. | 0valid
| 734 | 0.76 |
It is almost certain that Winona is a sheep. There is little chance that Brian is gray. We doubt that Bernhard is a swan. | It is highly likely that either 'Winona is a sheep' or 'Brian is gray' but not both. | It is highly likely that either 'Winona is a sheep' or 'Brian is gray' but not both. | There is little chance that either 'Winona is a sheep' or 'Brian 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.95::factA.
0.1::factB.
0.2::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
| highly likely | little chance | Either 'Winona is a sheep' or 'Brian is gray' but not both. | 1invalid
| 735 | 0.86 |
It is improbable that Sandra left the apple. It is almost certain that John put down the apple. It is improbable that Mary picked up the milk. | It is probably not the case that 'Mary picked up the milk' or 'John put down the apple' or both. | It is almost certain that 'Mary picked up the milk' or 'John put down the apple' or both. | It is probably not the case that 'Mary picked up the milk' or 'John put down 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.1::factA.
0.95::factB.
0.1::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
| almost certain | probably not | 'Mary picked up the milk' or 'John put down the apple' or both. | 0valid
| 736 | 0.955 |
There is a very good chance that Julius is a swan. It is probable that Brian is green. There is a very good chance that Mary dropped the milk. | It is almost certain that 'Mary dropped the milk' or 'Brian is green' or both. | It is almost certain that 'Mary dropped the milk' or 'Brian is green' or both. | It is highly unlikely that 'Mary dropped the milk' or 'Brian 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.8::factA.
0.7::factB.
0.8::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
| almost certain | highly unlikely | 'Mary dropped the milk' or 'Brian is green' or both. | 1invalid
| 737 | 0.94 |
It is improbable that John went to the hallway. There is a better than even chance that Mary took the football. It is likely that Winona is a mouse. | Chances are about even that either 'Mary took the football' or 'Winona is a mouse' but not both. | Chances are about even that either 'Mary took the football' or 'Winona is a mouse' but not both. | It is certain that either 'Mary took the football' 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.1::factA.
0.6::factB.
0.7::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
| about even | certain | Either 'Mary took the football' or 'Winona is a mouse' but not both. | 1invalid
| 738 | 0.46 |
There is a very good chance that John went to the office. Chances are slight that Sandra took the football. It is impossible that Gertrude is a wolf. | We doubt that either 'John went to the office' or 'Gertrude is a wolf' but not both. | There is a very good chance that either 'John went to the office' or 'Gertrude is a wolf' but not both. | We doubt that either 'John went to the office' or 'Gertrude is a wolf' 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.0::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
| very good chance | we doubt | Either 'John went to the office' or 'Gertrude is a wolf' but not both. | 0valid
| 739 | 0.8 |
There is little chance that Jason is thirsty. Chances are about even that Antoine is hungry. Chances are about even that Mary got the football. | It is probably not the case that 'Antoine is hungry and Mary got the football'. | It is probably not the case that 'Antoine is hungry and Mary got the football'. | It is highly likely that 'Antoine is hungry and Mary got 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.1::factA.
0.5::factB.
0.5::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
| probably not | highly likely | 'Antoine is hungry and Mary got the football'. | 1invalid
| 740 | 0.25 |
Chances are about even that Bernhard is green. It is probably not the case that Sandra dropped the milk. It is improbable that Greg is gray. | It is impossible that 'Sandra dropped the milk' or 'Bernhard is green' or both. | There is a better than even chance that 'Sandra dropped the milk' or 'Bernhard is green' or both. | It is impossible that 'Sandra dropped the milk' 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.5::factA.
0.25::factB.
0.1::factC.
%hop2
conclusion:-or(factB,factA).
query(conclusion).
| better than even | impossible | 'Sandra dropped the milk' or 'Bernhard is green' or both. | 0valid
| 741 | 0.625 |
There is a very good chance that Emily is a wolf. It is probably not the case that Mary dropped the milk. There is a very good chance that Lily is a swan. | It is highly likely that 'Mary dropped the milk' or 'Lily is a swan' or both. | It is highly likely that 'Mary dropped the milk' or 'Lily is a swan' or both. | It is probably not the case that 'Mary dropped the milk' 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.25::factB.
0.8::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
| highly likely | probably not | 'Mary dropped the milk' or 'Lily is a swan' or both. | 1invalid
| 742 | 0.85 |
We doubt that Sandra left the apple. It is highly likely that Bernhard is a swan. There is a better than even chance that Greg is a frog. | Chances are about even that 'Greg is a frog and Bernhard is a swan'. | Chances are about even that 'Greg is a frog and Bernhard is a swan'. | It is impossible that 'Greg is a frog and Bernhard 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.2::factA.
0.9::factB.
0.6::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
| about even | impossible | 'Greg is a frog and Bernhard is a swan'. | 1invalid
| 743 | 0.54 |
We believe that Greg is a rhino. It is probably the case that Bill moved to the office. It is improbable that Julius is white. | Chances are about even that either 'Bill moved to the office' or 'Greg is a rhino' but not both. | Chances are about even that either 'Bill moved to the office' or 'Greg is a rhino' but not both. | It is impossible that either 'Bill moved to the office' or 'Greg is a rhino' 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.1::factC.
%hop2
conclusion:-xor(factB,factA).
query(conclusion).
| about even | impossible | Either 'Bill moved to the office' or 'Greg is a rhino' but not both. | 1invalid
| 744 | 0.4 |
It is probable that Sandra got the football. There is little chance that Mary dropped the milk. It is almost certain that Gertrude is a cat. | It is probably the case that 'Sandra got the football and Gertrude is a cat'. | It is probably the case that 'Sandra got the football and Gertrude is a cat'. | It is highly unlikely that 'Sandra got the football and Gertrude is a cat'. |
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.95::factC.
%hop2
conclusion:-and(factA,factC).
query(conclusion).
| probably | highly unlikely | 'Sandra got the football and Gertrude is a cat'. | 1invalid
| 745 | 0.665 |
It is certain that Mary dropped the apple. It is probably not the case that Lily is a swan. There is a better than even chance that Brian is yellow. | It is certain that 'Mary dropped the apple' or 'Brian is yellow' or both. | It is certain that 'Mary dropped the apple' or 'Brian is yellow' or both. | It is highly unlikely that 'Mary dropped the apple' or 'Brian is yellow' 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
1.0::factA.
0.25::factB.
0.6::factC.
%hop2
conclusion:-or(factA,factC).
query(conclusion).
| certain | highly unlikely | 'Mary dropped the apple' or 'Brian is yellow' or both. | 1invalid
| 746 | 1 |
It is probable that Mary went to the garden. There is a very good chance that Julius is green. It is improbable that Bernhard is a swan. | There is almost no chance that either 'Mary went to the garden' or 'Julius is green' but not both. | Chances are about even that either 'Mary went to the garden' or 'Julius is green' but not both. | There is almost no chance that either 'Mary went to the garden' 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.8::factB.
0.1::factC.
%hop2
conclusion:-xor(factA,factB).
query(conclusion).
| about even | almost no chance | Either 'Mary went to the garden' or 'Julius is green' but not both. | 0valid
| 747 | 0.38 |
It is almost certain that John grabbed the apple. It is probably the case that Sandra left the football. Chances are about even that Bernhard is gray. | There is almost no chance that either 'Bernhard is gray' or 'Sandra left the football' but not both. | Chances are about even that either 'Bernhard is gray' or 'Sandra left the football' but not both. | There is almost no chance that either 'Bernhard is gray' or 'Sandra left the football' 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.7::factB.
0.5::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| about even | almost no chance | Either 'Bernhard is gray' or 'Sandra left the football' but not both. | 0valid
| 748 | 0.5 |
It is certain that Bernhard is gray. It is highly unlikely that Gertrude is a mouse. There is a very good chance that Brian is a rhino. | Chances are slight that 'Gertrude is a mouse' or 'Brian is a rhino' or both. | There is a very good chance that 'Gertrude is a mouse' or 'Brian is a rhino' or both. | Chances are slight that 'Gertrude 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
1.0::factA.
0.05::factB.
0.8::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
| very good chance | chances are slight | 'Gertrude is a mouse' or 'Brian is a rhino' or both. | 0valid
| 749 | 0.81 |
Chances are slight that John put down the apple. We doubt that Mary picked up the milk. It is probably not the case that Bernhard is a rhino. | It is almost certain that either 'Mary picked up the milk' or 'Bernhard is a rhino' but not both. | It is probably not the case that either 'Mary picked up the milk' or 'Bernhard is a rhino' but not both. | It is almost certain that either 'Mary picked up the milk' or 'Bernhard is a rhino' 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.2::factB.
0.25::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
| probably not | almost certain | Either 'Mary picked up the milk' or 'Bernhard is a rhino' but not both. | 0valid
| 750 | 0.35 |
It is probable that Julius is a swan. It is unlikely that Lily is green. There is a better than even chance that John put down the milk. | Chances are about even that either 'John put down the milk' or 'Julius is a swan' but not both. | Chances are about even that either 'John put down the milk' or 'Julius is a swan' but not both. | It is almost certain that either 'John put down the milk' 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.7::factA.
0.2::factB.
0.6::factC.
%hop2
conclusion:-xor(factC,factA).
query(conclusion).
| about even | almost certain | Either 'John put down the milk' or 'Julius is a swan' but not both. | 1invalid
| 751 | 0.46 |
We doubt that Sandra dropped the milk. Chances are about even that John put down the apple. It is probably not the case that Greg is a frog. | There is almost no chance that either 'Greg is a frog' or 'John put down the apple' but not both. | Chances are about even that either 'Greg is a frog' or 'John put down the apple' but not both. | There is almost no chance that either 'Greg is a frog' or 'John put down 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.5::factB.
0.25::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| about even | almost no chance | Either 'Greg is a frog' or 'John put down the apple' but not both. | 0valid
| 752 | 0.5 |
It is improbable that John dropped the apple. There is a better than even chance that Winona is a sheep. It is impossible that Brian is green. | There is a better than even chance that 'Winona is a sheep' or 'Brian is green' or both. | There is a better than even chance that 'Winona is a sheep' or 'Brian is green' or both. | There is almost no chance that 'Winona is a sheep' or 'Brian 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.1::factA.
0.6::factB.
0.0::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
| better than even | almost no chance | 'Winona is a sheep' or 'Brian is green' or both. | 1invalid
| 753 | 0.6 |
It is probably not the case that John left the football. It is improbable that Daniel grabbed the milk. It is highly likely that Greg is yellow. | It is probably not the case that either 'Daniel grabbed the milk' or 'Greg is yellow' but not both. | There is a very good chance that either 'Daniel grabbed the milk' or 'Greg is yellow' but not both. | It is probably not the case that either 'Daniel grabbed the milk' or 'Greg 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.25::factA.
0.1::factB.
0.9::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
| very good chance | probably not | Either 'Daniel grabbed the milk' or 'Greg is yellow' but not both. | 0valid
| 754 | 0.82 |
It is highly unlikely that John dropped the apple. Chances are about even that Julius is a lion. There is almost no chance that Emily is a sheep. | It is certain that either 'Emily is a sheep' or 'Julius is a lion' but not both. | Chances are about even that either 'Emily is a sheep' or 'Julius is a lion' but not both. | It is certain that either 'Emily is a sheep' 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.5::factB.
0.02::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| about even | certain | Either 'Emily is a sheep' or 'Julius is a lion' but not both. | 0valid
| 755 | 0.5 |
We doubt that Brian is white. Chances are about even that Lily is a rhino. There is a better than even chance that Mary took the football. | It is impossible that 'Lily is a rhino' or 'Mary took the football' or both. | There is a very good chance that 'Lily is a rhino' or 'Mary took the football' or both. | It is impossible that 'Lily is a rhino' or 'Mary took 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.2::factA.
0.5::factB.
0.6::factC.
%hop2
conclusion:-or(factB,factC).
query(conclusion).
| very good chance | impossible | 'Lily is a rhino' or 'Mary took the football' or both. | 0valid
| 756 | 0.8 |
We doubt that Brian is a lion. We doubt that Greg is yellow. It is probably not the case that Mary went to the kitchen. | It is probably not the case that either 'Mary went to the kitchen' or 'Greg is yellow' but not both. | It is probably not the case that either 'Mary went to the kitchen' or 'Greg is yellow' but not both. | There is a very good chance that either 'Mary went to the kitchen' or 'Greg 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.2::factA.
0.2::factB.
0.25::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| probably not | very good chance | Either 'Mary went to the kitchen' or 'Greg is yellow' but not both. | 1invalid
| 757 | 0.35 |
We doubt that John went to the office. There is a better than even chance that Jessica is a cat. It is unlikely that Lily is a swan. | It is improbable that 'Lily is a swan and Jessica is a cat'. | It is improbable that 'Lily is a swan and Jessica is a cat'. | It is probable that 'Lily is a swan and Jessica is a cat'. |
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.
0.2::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
| improbable | probable | 'Lily is a swan and Jessica is a cat'. | 1invalid
| 758 | 0.12 |
There is almost no chance that John went to the office. It is likely that Greg is a rhino. It is certain that Bernhard is a frog. | It is certain that either 'John went to the office' or 'Bernhard is a frog' but not both. | It is certain that either 'John went to the office' or 'Bernhard is a frog' but not both. | It is improbable that either 'John went to the office' or 'Bernhard is a frog' 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.7::factB.
1.0::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
| certain | improbable | Either 'John went to the office' or 'Bernhard is a frog' but not both. | 1invalid
| 759 | 0.98 |
There is a better than even chance that Bernhard is a swan. It is probable that Julius is gray. It is improbable that John moved to the office. | There is almost no chance that either 'John moved to the office' or 'Julius is gray' but not both. | It is probable that either 'John moved to the office' or 'Julius is gray' but not both. | There is almost no chance that either 'John moved to the office' or 'Julius 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.6::factA.
0.7::factB.
0.1::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| probable | almost no chance | Either 'John moved to the office' or 'Julius is gray' but not both. | 0valid
| 760 | 0.66 |
It is unlikely that Mary dropped the milk. It is highly unlikely that Brian is green. It is likely that Bernhard is a swan. | There is almost no chance that 'Brian is green and Mary dropped the milk'. | There is almost no chance that 'Brian is green and Mary dropped the milk'. | It is probable that 'Brian is green and Mary dropped 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.2::factA.
0.05::factB.
0.7::factC.
%hop2
conclusion:-and(factB,factA).
query(conclusion).
| almost no chance | probable | 'Brian is green and Mary dropped the milk'. | 1invalid
| 761 | 0.01 |
It is probably not the case that Mary went to the bedroom. It is likely that Greg is white. It is probably the case that Sandra put down the milk. | It is highly likely that 'Sandra put down the milk' or 'Greg is white' or both. | It is highly likely that 'Sandra put down the milk' or 'Greg is white' or both. | It is impossible that 'Sandra put down the milk' or 'Greg is white' 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.7::factB.
0.7::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
| highly likely | impossible | 'Sandra put down the milk' or 'Greg is white' or both. | 1invalid
| 762 | 0.91 |
It is improbable that John put down the apple. We doubt that Sandra got the milk. There is almost no chance that Jessica is a cat. | It is improbable that either 'Jessica is a cat' or 'John put down the apple' but not both. | It is improbable that either 'Jessica is a cat' or 'John put down the apple' but not both. | It is highly likely that either 'Jessica is a cat' or 'John put down 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.1::factA.
0.2::factB.
0.02::factC.
%hop2
conclusion:-xor(factC,factA).
query(conclusion).
| improbable | highly likely | Either 'Jessica is a cat' or 'John put down the apple' but not both. | 1invalid
| 763 | 0.116 |
It is likely that Mary took the milk. It is almost certain that Lily is white. We believe that Julius is a frog. | We doubt that 'Lily is white and Mary took the milk'. | It is likely that 'Lily is white and Mary took the milk'. | We doubt that 'Lily is white and Mary took 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.75::factC.
%hop2
conclusion:-and(factB,factA).
query(conclusion).
| likely | we doubt | 'Lily is white and Mary took the milk'. | 0valid
| 764 | 0.665 |
We doubt that Brian is white. There is a better than even chance that Bill went to the garden. There is little chance that Bernhard is yellow. | There is a better than even chance that either 'Bill went to the garden' or 'Bernhard is yellow' but not both. | There is a better than even chance that either 'Bill went to the garden' or 'Bernhard is yellow' but not both. | There is almost no chance that either 'Bill went to the garden' 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.2::factA.
0.6::factB.
0.1::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
| better than even | almost no chance | Either 'Bill went to the garden' or 'Bernhard is yellow' but not both. | 1invalid
| 765 | 0.58 |
We believe that Julius is a swan. There is a very good chance that Mary went to the bedroom. It is impossible that Brian is a lion. | It is highly likely that 'Brian is a lion and Mary went to the bedroom'. | It is impossible that 'Brian is a lion and Mary went to the bedroom'. | It is highly likely that 'Brian is a lion 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.75::factA.
0.8::factB.
0.0::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
| impossible | highly likely | 'Brian is a lion and Mary went to the bedroom'. | 0valid
| 766 | 0 |
It is certain that John took the apple. It is highly likely that Antoine is thirsty. We doubt that Brian is a frog. | We doubt that 'Antoine is thirsty and Brian is a frog'. | We doubt that 'Antoine is thirsty and Brian is a frog'. | It is highly likely that 'Antoine is thirsty and Brian 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
1.0::factA.
0.9::factB.
0.2::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
| we doubt | highly likely | 'Antoine is thirsty and Brian is a frog'. | 1invalid
| 767 | 0.18 |
We believe that John left the football. It is almost certain that Daniel got the football. It is improbable that Jeff went to the bedroom. | Chances are about even that 'Daniel got the football' or 'John left the football' or both. | It is certain that 'Daniel got the football' or 'John left the football' or both. | Chances are about even that 'Daniel got the football' or 'John 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.75::factA.
0.95::factB.
0.1::factC.
%hop2
conclusion:-or(factB,factA).
query(conclusion).
| certain | about even | 'Daniel got the football' or 'John left the football' or both. | 0valid
| 768 | 0.9875 |
We believe that Julius is white. It is highly likely that Sandra got the milk. We believe that John went to the bedroom. | It is almost certain that 'Julius is white' or 'John went to the bedroom' or both. | It is almost certain that 'Julius is white' or 'John went to the bedroom' or both. | There is almost no chance that 'Julius is white' or 'John went to the bedroom' 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.75::factA.
0.9::factB.
0.75::factC.
%hop2
conclusion:-or(factA,factC).
query(conclusion).
| almost certain | almost no chance | 'Julius is white' or 'John went to the bedroom' or both. | 1invalid
| 769 | 0.9375 |
It is likely that Lily is a rhino. There is little chance that Julius is a swan. It is highly likely that Bernhard is a lion. | It is almost certain that 'Julius is a swan and Bernhard is a lion'. | It is improbable that 'Julius is a swan and Bernhard is a lion'. | It is almost certain that 'Julius is a swan 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.7::factA.
0.1::factB.
0.9::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
| improbable | almost certain | 'Julius is a swan and Bernhard is a lion'. | 0valid
| 770 | 0.09 |
It is improbable that Greg is white. It is probably not the case that Emily is a mouse. Chances are about even that John put down the milk. | It is probably not the case that 'Greg is white' or 'Emily is a mouse' or both. | It is probably not the case that 'Greg is white' or 'Emily is a mouse' or both. | It is almost certain that 'Greg is white' or 'Emily 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.1::factA.
0.25::factB.
0.5::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
| probably not | almost certain | 'Greg is white' or 'Emily is a mouse' or both. | 1invalid
| 771 | 0.325 |
There is little chance that Jeff dropped the apple. It is impossible that Emily is a mouse. It is likely that Brian is a frog. | It is probably the case that 'Brian is a frog' or 'Emily is a mouse' or both. | It is probably the case that 'Brian is a frog' or 'Emily is a mouse' or both. | It is highly unlikely that 'Brian is a frog' or 'Emily 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.1::factA.
0.0::factB.
0.7::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
| probably | highly unlikely | 'Brian is a frog' or 'Emily is a mouse' or both. | 1invalid
| 772 | 0.7 |
It is probably the case that Mary went to the bedroom. It is probable that Winona is a sheep. It is impossible that Bernhard is a rhino. | It is impossible that 'Bernhard is a rhino and Mary went to the bedroom'. | It is impossible that 'Bernhard is a rhino and Mary went to the bedroom'. | It is probable that 'Bernhard 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.7::factA.
0.7::factB.
0.0::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
| impossible | probable | 'Bernhard is a rhino and Mary went to the bedroom'. | 1invalid
| 773 | 0 |
Chances are about even that Julius is white. It is certain that Bernhard is yellow. There is almost no chance that Jessica is a mouse. | It is certain that 'Julius is white' or 'Bernhard is yellow' or both. | It is certain that 'Julius is white' or 'Bernhard is yellow' or both. | Chances are about even that 'Julius is white' or 'Bernhard is yellow' 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.5::factA.
1.0::factB.
0.02::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
| certain | about even | 'Julius is white' or 'Bernhard is yellow' or both. | 1invalid
| 774 | 1 |
It is unlikely that Emily is a sheep. It is impossible that Julius is a lion. Chances are slight that Brian is a swan. | Chances are about even that 'Julius is a lion and Brian is a swan'. | It is impossible that 'Julius is a lion and Brian is a swan'. | Chances are about even that 'Julius is a lion 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.2::factA.
0.0::factB.
0.1::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
| impossible | about even | 'Julius is a lion and Brian is a swan'. | 0valid
| 775 | 0 |
It is likely that Jeff left the apple. It is almost certain that Julius is a lion. It is highly likely that John went to the kitchen. | It is certain that 'Jeff left the apple' or 'Julius is a lion' or both. | It is certain that 'Jeff left the apple' or 'Julius is a lion' or both. | We doubt that 'Jeff left the apple' or 'Julius 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.7::factA.
0.95::factB.
0.9::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
| certain | we doubt | 'Jeff left the apple' or 'Julius is a lion' or both. | 1invalid
| 776 | 0.985 |
It is unlikely that Brian is a rhino. It is improbable that Greg is gray. It is probably the case that Lily is a swan. | There is almost no chance that 'Brian is a rhino and Greg is gray'. | There is almost no chance that 'Brian is a rhino and Greg is gray'. | There is a better than even chance that 'Brian is a rhino 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.2::factA.
0.1::factB.
0.7::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
| almost no chance | better than even | 'Brian is a rhino and Greg is gray'. | 1invalid
| 777 | 0.02 |
It is almost certain that Mary went to the bedroom. Chances are slight that Brian is green. It is certain that Sumit is thirsty. | It is almost certain that 'Mary went to the bedroom' or 'Brian is green' or both. | It is almost certain that 'Mary went to the bedroom' or 'Brian is green' or both. | It is impossible that 'Mary went to the bedroom' or 'Brian 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.95::factA.
0.1::factB.
1.0::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
| almost certain | impossible | 'Mary went to the bedroom' or 'Brian is green' or both. | 1invalid
| 778 | 0.955 |
It is highly likely that Emily is a sheep. It is likely that John went to the office. It is almost certain that Mary is in the hallway. | There is a very good chance that either 'Emily is a sheep' or 'Mary is in the hallway' but not both. | There is little chance that either 'Emily is a sheep' or 'Mary is in the hallway' but not both. | There is a very good chance that either 'Emily is a sheep' or 'Mary is in 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.9::factA.
0.7::factB.
0.95::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
| little chance | very good chance | Either 'Emily is a sheep' or 'Mary is in the hallway' but not both. | 0valid
| 779 | 0.14 |
It is highly likely that Bill moved to the office. It is probably the case that Bernhard is a lion. It is improbable that Emily is a mouse. | It is highly unlikely that 'Bernhard is a lion and Emily is a mouse'. | It is highly unlikely that 'Bernhard is a lion and Emily is a mouse'. | It is highly likely that 'Bernhard is a lion and Emily 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.9::factA.
0.7::factB.
0.1::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
| highly unlikely | highly likely | 'Bernhard is a lion and Emily is a mouse'. | 1invalid
| 780 | 0.07 |
It is almost certain that Julius is yellow. It is impossible that Brian is white. There is a better than even chance that Mary went to the garden. | It is impossible that 'Mary went to the garden and Brian is white'. | It is impossible that 'Mary went to the garden and Brian is white'. | It is almost certain that 'Mary went to the garden 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.95::factA.
0.0::factB.
0.6::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
| impossible | almost certain | 'Mary went to the garden and Brian is white'. | 1invalid
| 781 | 0 |
It is probably not the case that Brian is green. It is certain that Lily is a frog. It is highly unlikely that Mary went to the office. | Chances are about even that 'Lily is a frog and Mary went to the office'. | It is highly unlikely that 'Lily is a frog and Mary went to the office'. | Chances are about even that 'Lily is a frog and Mary went to the office'. |
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.
1.0::factB.
0.05::factC.
%hop2
conclusion:-and(factB,factC).
query(conclusion).
| highly unlikely | about even | 'Lily is a frog and Mary went to the office'. | 0valid
| 782 | 0.05 |
It is almost certain that Brian is a lion. It is impossible that Mary moved to the garden. Chances are slight that Julius is yellow. | It is almost certain that 'Julius is yellow' or 'Mary moved to the garden' or both. | Chances are slight that 'Julius is yellow' or 'Mary moved to the garden' or both. | It is almost certain that 'Julius is yellow' or 'Mary 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.95::factA.
0.0::factB.
0.1::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
| chances are slight | almost certain | 'Julius is yellow' or 'Mary moved to the garden' or both. | 0valid
| 783 | 0.1 |
It is almost certain that Daniel put down the milk. It is impossible that Greg is a frog. It is impossible that Mary went to the hallway. | It is almost certain that either 'Daniel put down the milk' or 'Mary went to the hallway' but not both. | It is almost certain that either 'Daniel put down the milk' or 'Mary went to the hallway' but not both. | We doubt that either 'Daniel put down the milk' 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.95::factA.
0.0::factB.
0.0::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
| almost certain | we doubt | Either 'Daniel put down the milk' or 'Mary went to the hallway' but not both. | 1invalid
| 784 | 0.95 |
It is improbable that Jeff left the apple. It is likely that Brian is yellow. There is a better than even chance that John went to the office. | It is probably the case that 'John went to the office and Jeff left the apple'. | It is highly unlikely that 'John went to the office and Jeff left the apple'. | It is probably the case that 'John went to the office and Jeff left 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.6::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
| highly unlikely | probably | 'John went to the office and Jeff left the apple'. | 0valid
| 785 | 0.06 |
It is improbable that Brian is yellow. It is likely that Antoine is hungry. There is almost no chance that Yann is bored. | We believe that 'Brian is yellow' or 'Antoine is hungry' or both. | We believe that 'Brian is yellow' or 'Antoine is hungry' or both. | It is probably not the case that 'Brian 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.1::factA.
0.7::factB.
0.02::factC.
%hop2
conclusion:-or(factA,factB).
query(conclusion).
| we believe | probably not | 'Brian is yellow' or 'Antoine is hungry' or both. | 1invalid
| 786 | 0.73 |
It is impossible that John moved to the office. It is probably not the case that Julius is yellow. It is probably not the case that Bernhard is a swan. | It is probably the case that either 'Bernhard is a swan' or 'Julius is yellow' but not both. | It is probably not the case that either 'Bernhard is a swan' or 'Julius is yellow' but not both. | It is probably the case that either 'Bernhard is a swan' or 'Julius 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.25::factB.
0.25::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| probably not | probably | Either 'Bernhard is a swan' or 'Julius is yellow' but not both. | 0valid
| 787 | 0.375 |
We believe that Greg is white. It is likely that Brian is a frog. There is a very good chance that John went to the office. | It is impossible that either 'Brian is a frog' or 'John went to the office' but not both. | Chances are about even that either 'Brian is a frog' or 'John went to the office' but not both. | It is impossible that either 'Brian is a frog' or 'John 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.75::factA.
0.7::factB.
0.8::factC.
%hop2
conclusion:-xor(factB,factC).
query(conclusion).
| about even | impossible | Either 'Brian is a frog' or 'John went to the office' but not both. | 0valid
| 788 | 0.38 |
It is highly unlikely that Bernhard is a swan. It is almost certain that Mary went to the garden. It is highly unlikely that John put down the apple. | It is highly unlikely that 'Bernhard is a swan and Mary went to the garden'. | It is highly unlikely that 'Bernhard is a swan and Mary went to the garden'. | Chances are about even that 'Bernhard is a swan and Mary went to the garden'. |
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.05::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
| highly unlikely | about even | 'Bernhard is a swan and Mary went to the garden'. | 1invalid
| 789 | 0.0475 |
We doubt that Brian is white. It is improbable that Sumit is thirsty. Chances are slight that Jeff went to the garden. | There is a very good chance that 'Brian is white and Jeff went to the garden'. | There is almost no chance that 'Brian is white and Jeff went to the garden'. | There is a very good chance that 'Brian is white and Jeff went to the garden'. |
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.1::factC.
%hop2
conclusion:-and(factA,factC).
query(conclusion).
| almost no chance | very good chance | 'Brian is white and Jeff went to the garden'. | 0valid
| 790 | 0.02 |
It is probably the case that Lily is gray. It is unlikely that John went to the garden. Chances are slight that Daniel left the milk. | It is probably not the case that 'Daniel left the milk' or 'John went to the garden' or both. | It is probably not the case that 'Daniel left the milk' or 'John went to the garden' or both. | It is probably the case that 'Daniel left the milk' or 'John 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.7::factA.
0.2::factB.
0.1::factC.
%hop2
conclusion:-or(factC,factB).
query(conclusion).
| probably not | probably | 'Daniel left the milk' or 'John went to the garden' or both. | 1invalid
| 791 | 0.28 |
It is unlikely that John dropped the milk. There is almost no chance that Greg is a swan. There is a very good chance that Lily is yellow. | It is unlikely that 'Lily is yellow and John dropped the milk'. | It is unlikely that 'Lily is yellow and John dropped the milk'. | It is likely that 'Lily is yellow and John dropped 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.2::factA.
0.02::factB.
0.8::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
| unlikely | likely | 'Lily is yellow and John dropped the milk'. | 1invalid
| 792 | 0.16 |
There is a very good chance that Jeff went to the garden. It is probably not the case that Bernhard is green. It is certain that Lily is a swan. | We believe that either 'Lily is a swan' or 'Bernhard is green' but not both. | We believe that either 'Lily is a swan' or 'Bernhard is green' but not both. | We doubt that either 'Lily is a swan' or 'Bernhard 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.8::factA.
0.25::factB.
1.0::factC.
%hop2
conclusion:-xor(factC,factB).
query(conclusion).
| we believe | we doubt | Either 'Lily is a swan' or 'Bernhard is green' but not both. | 1invalid
| 793 | 0.75 |
Chances are about even that John got the milk. It is probably the case that Brian is a frog. We believe that Jessica is a cat. | It is probably not the case that 'Brian is a frog and John got the milk'. | It is probably not the case that 'Brian is a frog and John got the milk'. | It is almost certain that 'Brian is a frog and John got 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.5::factA.
0.7::factB.
0.75::factC.
%hop2
conclusion:-and(factB,factA).
query(conclusion).
| probably not | almost certain | 'Brian is a frog and John got the milk'. | 1invalid
| 794 | 0.35 |
It is impossible that Greg is a swan. It is highly unlikely that Brian is gray. There is a better than even chance that Daniel took the milk. | There is a better than even chance that either 'Greg is a swan' or 'Daniel took the milk' but not both. | There is a better than even chance that either 'Greg is a swan' or 'Daniel took the milk' but not both. | There is almost no chance that either 'Greg is a swan' 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.0::factA.
0.05::factB.
0.6::factC.
%hop2
conclusion:-xor(factA,factC).
query(conclusion).
| better than even | almost no chance | Either 'Greg is a swan' or 'Daniel took the milk' but not both. | 1invalid
| 795 | 0.6 |
It is probable that Mary went to the bedroom. Chances are slight that John put down the apple. It is unlikely that Brian is a frog. | It is highly unlikely that 'Mary went to the bedroom and John put down the apple'. | It is highly unlikely that 'Mary went to the bedroom and John put down the apple'. | It is highly likely that 'Mary went to the bedroom 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.7::factA.
0.1::factB.
0.2::factC.
%hop2
conclusion:-and(factA,factB).
query(conclusion).
| highly unlikely | highly likely | 'Mary went to the bedroom and John put down the apple'. | 1invalid
| 796 | 0.07 |
It is highly unlikely that Jessica is a cat. It is impossible that Lily is white. It is highly unlikely that Emily is a sheep. | It is probably the case that 'Emily is a sheep and Lily is white'. | It is impossible that 'Emily is a sheep and Lily is white'. | It is probably the case that 'Emily is a sheep and Lily 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.05::factA.
0.0::factB.
0.05::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
| impossible | probably | 'Emily is a sheep and Lily is white'. | 0valid
| 797 | 0 |
It is certain that Brian is a rhino. We believe that Greg is a swan. There is little chance that Emily is a mouse. | It is almost certain that 'Emily is a mouse and Brian is a rhino'. | It is improbable that 'Emily is a mouse and Brian is a rhino'. | It is almost certain that 'Emily is a mouse 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.75::factB.
0.1::factC.
%hop2
conclusion:-and(factC,factA).
query(conclusion).
| improbable | almost certain | 'Emily is a mouse and Brian is a rhino'. | 0valid
| 798 | 0.1 |
It is probable that John picked up the milk. It is probably not the case that Sumit is thirsty. We believe that Bernhard is yellow. | We doubt that 'Bernhard is yellow and Sumit is thirsty'. | We doubt that 'Bernhard is yellow and Sumit is thirsty'. | It is highly likely that 'Bernhard is yellow and Sumit is thirsty'. |
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.
0.75::factC.
%hop2
conclusion:-and(factC,factB).
query(conclusion).
| we doubt | highly likely | 'Bernhard is yellow and Sumit is thirsty'. | 1invalid
| 799 | 0.1875 |