premise
stringlengths
18
97
hypothesis
stringlengths
12
48
label
class label
2 classes
parse_premise
stringlengths
60
230
parse_hypothesis
stringlengths
49
115
binary_parse_premise
stringlengths
30
153
binary_parse_hypothesis
stringlengths
20
72
heuristic
stringclasses
3 values
subcase
stringclasses
30 values
template
stringlengths
5
6
The tourist advised the students .
The students advised the tourist .
1non-entailment
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD advised) (NP (DT the) (NNS students))) (. .)))
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD advised) (NP (DT the) (NN tourist))) (. .)))
( ( The tourist ) ( ( advised ( the students ) ) . ) )
( ( The students ) ( ( advised ( the tourist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctors introduced the lawyer .
The lawyer introduced the doctors .
1non-entailment
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD introduced) (NP (DT the) (NN lawyer))) (. .)))
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD introduced) (NP (DT the) (NNS doctors))) (. .)))
( ( The doctors ) ( ( introduced ( the lawyer ) ) . ) )
( ( The lawyer ) ( ( introduced ( the doctors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The manager avoided the lawyer .
The lawyer avoided the manager .
1non-entailment
(ROOT (S (NP (DT The) (NN manager)) (VP (VBD avoided) (NP (DT the) (NN lawyer))) (. .)))
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD avoided) (NP (DT the) (NN manager))) (. .)))
( ( The manager ) ( ( avoided ( the lawyer ) ) . ) )
( ( The lawyer ) ( ( avoided ( the manager ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyer supported the judges .
The judges supported the lawyer .
1non-entailment
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD supported) (NP (DT the) (NNS judges))) (. .)))
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD supported) (NP (DT the) (NN lawyer))) (. .)))
( ( The lawyer ) ( ( supported ( the judges ) ) . ) )
( ( The judges ) ( ( supported ( the lawyer ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourist advised the actor .
The actor advised the tourist .
1non-entailment
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD advised) (NP (DT the) (NN actor))) (. .)))
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD advised) (NP (DT the) (NN tourist))) (. .)))
( ( The tourist ) ( ( advised ( the actor ) ) . ) )
( ( The actor ) ( ( advised ( the tourist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athlete stopped the banker .
The banker stopped the athlete .
1non-entailment
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD stopped) (NP (DT the) (NN banker))) (. .)))
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD stopped) (NP (DT the) (NN athlete))) (. .)))
( ( The athlete ) ( ( stopped ( the banker ) ) . ) )
( ( The banker ) ( ( stopped ( the athlete ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author contacted the athlete .
The athlete contacted the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD contacted) (NP (DT the) (NN athlete))) (. .)))
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD contacted) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( contacted ( the athlete ) ) . ) )
( ( The athlete ) ( ( contacted ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author mentioned the secretary .
The secretary mentioned the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD mentioned) (NP (DT the) (NN secretary))) (. .)))
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD mentioned) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( mentioned ( the secretary ) ) . ) )
( ( The secretary ) ( ( mentioned ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judges supported the author .
The author supported the judges .
1non-entailment
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD supported) (NP (DT the) (NN author))) (. .)))
(ROOT (S (NP (DT The) (NN author)) (VP (VBD supported) (NP (DT the) (NNS judges))) (. .)))
( ( The judges ) ( ( supported ( the author ) ) . ) )
( ( The author ) ( ( supported ( the judges ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senator recommended the judge .
The judge recommended the senator .
1non-entailment
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD recommended) (NP (DT the) (NN judge))) (. .)))
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD recommended) (NP (DT the) (NN senator))) (. .)))
( ( The senator ) ( ( recommended ( the judge ) ) . ) )
( ( The judge ) ( ( recommended ( the senator ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourist encouraged the actors .
The actors encouraged the tourist .
1non-entailment
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD encouraged) (NP (DT the) (NNS actors))) (. .)))
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD encouraged) (NP (DT the) (NN tourist))) (. .)))
( ( The tourist ) ( ( encouraged ( the actors ) ) . ) )
( ( The actors ) ( ( encouraged ( the tourist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judges saw the artist .
The artist saw the judges .
1non-entailment
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD saw) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD saw) (NP (DT the) (NNS judges))) (. .)))
( ( The judges ) ( ( saw ( the artist ) ) . ) )
( ( The artist ) ( ( saw ( the judges ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctors encouraged the students .
The students encouraged the doctors .
1non-entailment
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD encouraged) (NP (DT the) (NNS students))) (. .)))
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD encouraged) (NP (DT the) (NNS doctors))) (. .)))
( ( The doctors ) ( ( encouraged ( the students ) ) . ) )
( ( The students ) ( ( encouraged ( the doctors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourist helped the judges .
The judges helped the tourist .
1non-entailment
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD helped) (NP (DT the) (NNS judges))) (. .)))
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD helped) (NP (DT the) (NN tourist))) (. .)))
( ( The tourist ) ( ( helped ( the judges ) ) . ) )
( ( The judges ) ( ( helped ( the tourist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judge introduced the athlete .
The athlete introduced the judge .
1non-entailment
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD introduced) (NP (DT the) (NN athlete))) (. .)))
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD introduced) (NP (DT the) (NN judge))) (. .)))
( ( The judge ) ( ( introduced ( the athlete ) ) . ) )
( ( The athlete ) ( ( introduced ( the judge ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The president recommended the banker .
The banker recommended the president .
1non-entailment
(ROOT (S (NP (DT The) (NN president)) (VP (VBD recommended) (NP (DT the) (NN banker))) (. .)))
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD recommended) (NP (DT the) (NN president))) (. .)))
( ( The president ) ( ( recommended ( the banker ) ) . ) )
( ( The banker ) ( ( recommended ( the president ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judges contacted the secretary .
The secretary contacted the judges .
1non-entailment
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD contacted) (NP (DT the) (NN secretary))) (. .)))
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD contacted) (NP (DT the) (NNS judges))) (. .)))
( ( The judges ) ( ( contacted ( the secretary ) ) . ) )
( ( The secretary ) ( ( contacted ( the judges ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The bankers helped the lawyers .
The lawyers helped the bankers .
1non-entailment
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD helped) (NP (DT the) (NNS lawyers))) (. .)))
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD helped) (NP (DT the) (NNS bankers))) (. .)))
( ( The bankers ) ( ( helped ( the lawyers ) ) . ) )
( ( The lawyers ) ( ( helped ( the bankers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyers introduced the professor .
The professor introduced the lawyers .
1non-entailment
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD introduced) (NP (DT the) (NN professor))) (. .)))
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD introduced) (NP (DT the) (NNS lawyers))) (. .)))
( ( The lawyers ) ( ( introduced ( the professor ) ) . ) )
( ( The professor ) ( ( introduced ( the lawyers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The president stopped the tourists .
The tourists stopped the president .
1non-entailment
(ROOT (S (NP (DT The) (NN president)) (VP (VBD stopped) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD stopped) (NP (DT the) (NN president))) (. .)))
( ( The president ) ( ( stopped ( the tourists ) ) . ) )
( ( The tourists ) ( ( stopped ( the president ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athlete saw the president .
The president saw the athlete .
1non-entailment
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD saw) (NP (DT the) (NN president))) (. .)))
(ROOT (S (NP (DT The) (NN president)) (VP (VBD saw) (NP (DT the) (NN athlete))) (. .)))
( ( The athlete ) ( ( saw ( the president ) ) . ) )
( ( The president ) ( ( saw ( the athlete ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyer stopped the scientists .
The scientists stopped the lawyer .
1non-entailment
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD stopped) (NP (DT the) (NNS scientists))) (. .)))
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD stopped) (NP (DT the) (NN lawyer))) (. .)))
( ( The lawyer ) ( ( stopped ( the scientists ) ) . ) )
( ( The scientists ) ( ( stopped ( the lawyer ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professor supported the judge .
The judge supported the professor .
1non-entailment
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD supported) (NP (DT the) (NN judge))) (. .)))
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD supported) (NP (DT the) (NN professor))) (. .)))
( ( The professor ) ( ( supported ( the judge ) ) . ) )
( ( The judge ) ( ( supported ( the professor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourists introduced the author .
The author introduced the tourists .
1non-entailment
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD introduced) (NP (DT the) (NN author))) (. .)))
(ROOT (S (NP (DT The) (NN author)) (VP (VBD introduced) (NP (DT the) (NNS tourists))) (. .)))
( ( The tourists ) ( ( introduced ( the author ) ) . ) )
( ( The author ) ( ( introduced ( the tourists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The president advised the artist .
The artist advised the president .
1non-entailment
(ROOT (S (NP (DT The) (NN president)) (VP (VBD advised) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD advised) (NP (DT the) (NN president))) (. .)))
( ( The president ) ( ( advised ( the artist ) ) . ) )
( ( The artist ) ( ( advised ( the president ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athlete believed the scientists .
The scientists believed the athlete .
1non-entailment
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD believed) (NP (DT the) (NNS scientists))) (. .)))
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD believed) (NP (DT the) (NN athlete))) (. .)))
( ( The athlete ) ( ( believed ( the scientists ) ) . ) )
( ( The scientists ) ( ( believed ( the athlete ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The manager contacted the authors .
The authors contacted the manager .
1non-entailment
(ROOT (S (NP (DT The) (NN manager)) (VP (VBD contacted) (NP (DT the) (NNS authors))) (. .)))
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD contacted) (NP (DT the) (NN manager))) (. .)))
( ( The manager ) ( ( contacted ( the authors ) ) . ) )
( ( The authors ) ( ( contacted ( the manager ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actor advised the artist .
The artist advised the actor .
1non-entailment
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD advised) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD advised) (NP (DT the) (NN actor))) (. .)))
( ( The actor ) ( ( advised ( the artist ) ) . ) )
( ( The artist ) ( ( advised ( the actor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The banker stopped the actor .
The actor stopped the banker .
1non-entailment
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD stopped) (NP (DT the) (NN actor))) (. .)))
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD stopped) (NP (DT the) (NN banker))) (. .)))
( ( The banker ) ( ( stopped ( the actor ) ) . ) )
( ( The actor ) ( ( stopped ( the banker ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The president recognized the senators .
The senators recognized the president .
1non-entailment
(ROOT (S (NP (DT The) (NN president)) (VP (VBD recognized) (NP (DT the) (NNS senators))) (. .)))
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD recognized) (NP (DT the) (NN president))) (. .)))
( ( The president ) ( ( recognized ( the senators ) ) . ) )
( ( The senators ) ( ( recognized ( the president ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The president thanked the professor .
The professor thanked the president .
1non-entailment
(ROOT (S (NP (DT The) (NN president)) (VP (VBD thanked) (NP (DT the) (NN professor))) (. .)))
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD thanked) (NP (DT the) (NN president))) (. .)))
( ( The president ) ( ( thanked ( the professor ) ) . ) )
( ( The professor ) ( ( thanked ( the president ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The bankers recognized the professors .
The professors recognized the bankers .
1non-entailment
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD recognized) (NP (DT the) (NNS professors))) (. .)))
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD recognized) (NP (DT the) (NNS bankers))) (. .)))
( ( The bankers ) ( ( recognized ( the professors ) ) . ) )
( ( The professors ) ( ( recognized ( the bankers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyer admired the banker .
The banker admired the lawyer .
1non-entailment
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD admired) (NP (DT the) (NN banker))) (. .)))
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD admired) (NP (DT the) (NN lawyer))) (. .)))
( ( The lawyer ) ( ( admired ( the banker ) ) . ) )
( ( The banker ) ( ( admired ( the lawyer ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The student mentioned the doctor .
The doctor mentioned the student .
1non-entailment
(ROOT (S (NP (DT The) (NN student)) (VP (VBD mentioned) (NP (DT the) (NN doctor))) (. .)))
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD mentioned) (NP (DT the) (NN student))) (. .)))
( ( The student ) ( ( mentioned ( the doctor ) ) . ) )
( ( The doctor ) ( ( mentioned ( the student ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actor avoided the doctor .
The doctor avoided the actor .
1non-entailment
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD avoided) (NP (DT the) (NN doctor))) (. .)))
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD avoided) (NP (DT the) (NN actor))) (. .)))
( ( The actor ) ( ( avoided ( the doctor ) ) . ) )
( ( The doctor ) ( ( avoided ( the actor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The students supported the artists .
The artists supported the students .
1non-entailment
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD supported) (NP (DT the) (NNS artists))) (. .)))
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD supported) (NP (DT the) (NNS students))) (. .)))
( ( The students ) ( ( supported ( the artists ) ) . ) )
( ( The artists ) ( ( supported ( the students ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The student encouraged the senators .
The senators encouraged the student .
1non-entailment
(ROOT (S (NP (DT The) (NN student)) (VP (VBD encouraged) (NP (DT the) (NNS senators))) (. .)))
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD encouraged) (NP (DT the) (NN student))) (. .)))
( ( The student ) ( ( encouraged ( the senators ) ) . ) )
( ( The senators ) ( ( encouraged ( the student ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientists called the doctors .
The doctors called the scientists .
1non-entailment
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD called) (NP (DT the) (NNS doctors))) (. .)))
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD called) (NP (DT the) (NNS scientists))) (. .)))
( ( The scientists ) ( ( called ( the doctors ) ) . ) )
( ( The doctors ) ( ( called ( the scientists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourists believed the doctor .
The doctor believed the tourists .
1non-entailment
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD believed) (NP (DT the) (NN doctor))) (. .)))
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD believed) (NP (DT the) (NNS tourists))) (. .)))
( ( The tourists ) ( ( believed ( the doctor ) ) . ) )
( ( The doctor ) ( ( believed ( the tourists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctor recommended the scientist .
The scientist recommended the doctor .
1non-entailment
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD recommended) (NP (DT the) (NN scientist))) (. .)))
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD recommended) (NP (DT the) (NN doctor))) (. .)))
( ( The doctor ) ( ( recommended ( the scientist ) ) . ) )
( ( The scientist ) ( ( recommended ( the doctor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judges believed the managers .
The managers believed the judges .
1non-entailment
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD believed) (NP (DT the) (NNS managers))) (. .)))
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD believed) (NP (DT the) (NNS judges))) (. .)))
( ( The judges ) ( ( believed ( the managers ) ) . ) )
( ( The managers ) ( ( believed ( the judges ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The managers advised the scientist .
The scientist advised the managers .
1non-entailment
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD advised) (NP (DT the) (NN scientist))) (. .)))
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD advised) (NP (DT the) (NNS managers))) (. .)))
( ( The managers ) ( ( advised ( the scientist ) ) . ) )
( ( The scientist ) ( ( advised ( the managers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourists helped the senators .
The senators helped the tourists .
1non-entailment
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD helped) (NP (DT the) (NNS senators))) (. .)))
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD helped) (NP (DT the) (NNS tourists))) (. .)))
( ( The tourists ) ( ( helped ( the senators ) ) . ) )
( ( The senators ) ( ( helped ( the tourists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The managers recognized the authors .
The authors recognized the managers .
1non-entailment
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD recognized) (NP (DT the) (NNS authors))) (. .)))
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD recognized) (NP (DT the) (NNS managers))) (. .)))
( ( The managers ) ( ( recognized ( the authors ) ) . ) )
( ( The authors ) ( ( recognized ( the managers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The president helped the scientists .
The scientists helped the president .
1non-entailment
(ROOT (S (NP (DT The) (NN president)) (VP (VBD helped) (NP (DT the) (NNS scientists))) (. .)))
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD helped) (NP (DT the) (NN president))) (. .)))
( ( The president ) ( ( helped ( the scientists ) ) . ) )
( ( The scientists ) ( ( helped ( the president ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author recognized the doctors .
The doctors recognized the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD recognized) (NP (DT the) (NNS doctors))) (. .)))
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD recognized) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( recognized ( the doctors ) ) . ) )
( ( The doctors ) ( ( recognized ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professor contacted the bankers .
The bankers contacted the professor .
1non-entailment
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD contacted) (NP (DT the) (NNS bankers))) (. .)))
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD contacted) (NP (DT the) (NN professor))) (. .)))
( ( The professor ) ( ( contacted ( the bankers ) ) . ) )
( ( The bankers ) ( ( contacted ( the professor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athletes saw the manager .
The manager saw the athletes .
1non-entailment
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD saw) (NP (DT the) (NN manager))) (. .)))
(ROOT (S (NP (DT The) (NN manager)) (VP (VBD saw) (NP (DT the) (NNS athletes))) (. .)))
( ( The athletes ) ( ( saw ( the manager ) ) . ) )
( ( The manager ) ( ( saw ( the athletes ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senator helped the scientist .
The scientist helped the senator .
1non-entailment
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD helped) (NP (DT the) (NN scientist))) (. .)))
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD helped) (NP (DT the) (NN senator))) (. .)))
( ( The senator ) ( ( helped ( the scientist ) ) . ) )
( ( The scientist ) ( ( helped ( the senator ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctor mentioned the judges .
The judges mentioned the doctor .
1non-entailment
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD mentioned) (NP (DT the) (NNS judges))) (. .)))
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD mentioned) (NP (DT the) (NN doctor))) (. .)))
( ( The doctor ) ( ( mentioned ( the judges ) ) . ) )
( ( The judges ) ( ( mentioned ( the doctor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artist recommended the athletes .
The athletes recommended the artist .
1non-entailment
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD recommended) (NP (DT the) (NNS athletes))) (. .)))
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD recommended) (NP (DT the) (NN artist))) (. .)))
( ( The artist ) ( ( recommended ( the athletes ) ) . ) )
( ( The athletes ) ( ( recommended ( the artist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The students encouraged the authors .
The authors encouraged the students .
1non-entailment
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD encouraged) (NP (DT the) (NNS authors))) (. .)))
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD encouraged) (NP (DT the) (NNS students))) (. .)))
( ( The students ) ( ( encouraged ( the authors ) ) . ) )
( ( The authors ) ( ( encouraged ( the students ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actors called the students .
The students called the actors .
1non-entailment
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD called) (NP (DT the) (NNS students))) (. .)))
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD called) (NP (DT the) (NNS actors))) (. .)))
( ( The actors ) ( ( called ( the students ) ) . ) )
( ( The students ) ( ( called ( the actors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyer helped the scientists .
The scientists helped the lawyer .
1non-entailment
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD helped) (NP (DT the) (NNS scientists))) (. .)))
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD helped) (NP (DT the) (NN lawyer))) (. .)))
( ( The lawyer ) ( ( helped ( the scientists ) ) . ) )
( ( The scientists ) ( ( helped ( the lawyer ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The manager advised the artist .
The artist advised the manager .
1non-entailment
(ROOT (S (NP (DT The) (NN manager)) (VP (VBD advised) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD advised) (NP (DT the) (NN manager))) (. .)))
( ( The manager ) ( ( advised ( the artist ) ) . ) )
( ( The artist ) ( ( advised ( the manager ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author recognized the athlete .
The athlete recognized the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD recognized) (NP (DT the) (NN athlete))) (. .)))
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD recognized) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( recognized ( the athlete ) ) . ) )
( ( The athlete ) ( ( recognized ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artist stopped the athletes .
The athletes stopped the artist .
1non-entailment
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD stopped) (NP (DT the) (NNS athletes))) (. .)))
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD stopped) (NP (DT the) (NN artist))) (. .)))
( ( The artist ) ( ( stopped ( the athletes ) ) . ) )
( ( The athletes ) ( ( stopped ( the artist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judges mentioned the lawyer .
The lawyer mentioned the judges .
1non-entailment
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD mentioned) (NP (DT the) (NN lawyer))) (. .)))
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD mentioned) (NP (DT the) (NNS judges))) (. .)))
( ( The judges ) ( ( mentioned ( the lawyer ) ) . ) )
( ( The lawyer ) ( ( mentioned ( the judges ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artists contacted the lawyer .
The lawyer contacted the artists .
1non-entailment
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD contacted) (NP (DT the) (NN lawyer))) (. .)))
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD contacted) (NP (DT the) (NNS artists))) (. .)))
( ( The artists ) ( ( contacted ( the lawyer ) ) . ) )
( ( The lawyer ) ( ( contacted ( the artists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourist helped the scientists .
The scientists helped the tourist .
1non-entailment
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD helped) (NP (DT the) (NNS scientists))) (. .)))
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD helped) (NP (DT the) (NN tourist))) (. .)))
( ( The tourist ) ( ( helped ( the scientists ) ) . ) )
( ( The scientists ) ( ( helped ( the tourist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artist mentioned the professors .
The professors mentioned the artist .
1non-entailment
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD mentioned) (NP (DT the) (NNS professors))) (. .)))
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD mentioned) (NP (DT the) (NN artist))) (. .)))
( ( The artist ) ( ( mentioned ( the professors ) ) . ) )
( ( The professors ) ( ( mentioned ( the artist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The secretary admired the bankers .
The bankers admired the secretary .
1non-entailment
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD admired) (NP (DT the) (NNS bankers))) (. .)))
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD admired) (NP (DT the) (NN secretary))) (. .)))
( ( The secretary ) ( ( admired ( the bankers ) ) . ) )
( ( The bankers ) ( ( admired ( the secretary ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctor introduced the athlete .
The athlete introduced the doctor .
1non-entailment
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD introduced) (NP (DT the) (NN athlete))) (. .)))
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD introduced) (NP (DT the) (NN doctor))) (. .)))
( ( The doctor ) ( ( introduced ( the athlete ) ) . ) )
( ( The athlete ) ( ( introduced ( the doctor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientists encouraged the actor .
The actor encouraged the scientists .
1non-entailment
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD encouraged) (NP (DT the) (NN actor))) (. .)))
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD encouraged) (NP (DT the) (NNS scientists))) (. .)))
( ( The scientists ) ( ( encouraged ( the actor ) ) . ) )
( ( The actor ) ( ( encouraged ( the scientists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professor believed the students .
The students believed the professor .
1non-entailment
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD believed) (NP (DT the) (NNS students))) (. .)))
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD believed) (NP (DT the) (NN professor))) (. .)))
( ( The professor ) ( ( believed ( the students ) ) . ) )
( ( The students ) ( ( believed ( the professor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professors helped the students .
The students helped the professors .
1non-entailment
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD helped) (NP (DT the) (NNS students))) (. .)))
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD helped) (NP (DT the) (NNS professors))) (. .)))
( ( The professors ) ( ( helped ( the students ) ) . ) )
( ( The students ) ( ( helped ( the professors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The banker stopped the artists .
The artists stopped the banker .
1non-entailment
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD stopped) (NP (DT the) (NNS artists))) (. .)))
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD stopped) (NP (DT the) (NN banker))) (. .)))
( ( The banker ) ( ( stopped ( the artists ) ) . ) )
( ( The artists ) ( ( stopped ( the banker ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The managers thanked the senator .
The senator thanked the managers .
1non-entailment
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD thanked) (NP (DT the) (NN senator))) (. .)))
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD thanked) (NP (DT the) (NNS managers))) (. .)))
( ( The managers ) ( ( thanked ( the senator ) ) . ) )
( ( The senator ) ( ( thanked ( the managers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athlete stopped the artist .
The artist stopped the athlete .
1non-entailment
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD stopped) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD stopped) (NP (DT the) (NN athlete))) (. .)))
( ( The athlete ) ( ( stopped ( the artist ) ) . ) )
( ( The artist ) ( ( stopped ( the athlete ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientist contacted the senator .
The senator contacted the scientist .
1non-entailment
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD contacted) (NP (DT the) (NN senator))) (. .)))
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD contacted) (NP (DT the) (NN scientist))) (. .)))
( ( The scientist ) ( ( contacted ( the senator ) ) . ) )
( ( The senator ) ( ( contacted ( the scientist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senators avoided the tourist .
The tourist avoided the senators .
1non-entailment
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD avoided) (NP (DT the) (NN tourist))) (. .)))
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD avoided) (NP (DT the) (NNS senators))) (. .)))
( ( The senators ) ( ( avoided ( the tourist ) ) . ) )
( ( The tourist ) ( ( avoided ( the senators ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientists stopped the judges .
The judges stopped the scientists .
1non-entailment
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD stopped) (NP (DT the) (NNS judges))) (. .)))
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD stopped) (NP (DT the) (NNS scientists))) (. .)))
( ( The scientists ) ( ( stopped ( the judges ) ) . ) )
( ( The judges ) ( ( stopped ( the scientists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientist thanked the senator .
The senator thanked the scientist .
1non-entailment
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD thanked) (NP (DT the) (NN senator))) (. .)))
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD thanked) (NP (DT the) (NN scientist))) (. .)))
( ( The scientist ) ( ( thanked ( the senator ) ) . ) )
( ( The senator ) ( ( thanked ( the scientist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actors believed the banker .
The banker believed the actors .
1non-entailment
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD believed) (NP (DT the) (NN banker))) (. .)))
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD believed) (NP (DT the) (NNS actors))) (. .)))
( ( The actors ) ( ( believed ( the banker ) ) . ) )
( ( The banker ) ( ( believed ( the actors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author believed the artists .
The artists believed the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD believed) (NP (DT the) (NNS artists))) (. .)))
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD believed) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( believed ( the artists ) ) . ) )
( ( The artists ) ( ( believed ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyers mentioned the artist .
The artist mentioned the lawyers .
1non-entailment
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD mentioned) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD mentioned) (NP (DT the) (NNS lawyers))) (. .)))
( ( The lawyers ) ( ( mentioned ( the artist ) ) . ) )
( ( The artist ) ( ( mentioned ( the lawyers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judge supported the artist .
The artist supported the judge .
1non-entailment
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD supported) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD supported) (NP (DT the) (NN judge))) (. .)))
( ( The judge ) ( ( supported ( the artist ) ) . ) )
( ( The artist ) ( ( supported ( the judge ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artist thanked the professors .
The professors thanked the artist .
1non-entailment
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD thanked) (NP (DT the) (NNS professors))) (. .)))
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD thanked) (NP (DT the) (NN artist))) (. .)))
( ( The artist ) ( ( thanked ( the professors ) ) . ) )
( ( The professors ) ( ( thanked ( the artist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actor supported the bankers .
The bankers supported the actor .
1non-entailment
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD supported) (NP (DT the) (NNS bankers))) (. .)))
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD supported) (NP (DT the) (NN actor))) (. .)))
( ( The actor ) ( ( supported ( the bankers ) ) . ) )
( ( The bankers ) ( ( supported ( the actor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The presidents saw the doctor .
The doctor saw the presidents .
1non-entailment
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD saw) (NP (DT the) (NN doctor))) (. .)))
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD saw) (NP (DT the) (NNS presidents))) (. .)))
( ( The presidents ) ( ( saw ( the doctor ) ) . ) )
( ( The doctor ) ( ( saw ( the presidents ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The presidents advised the actor .
The actor advised the presidents .
1non-entailment
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD advised) (NP (DT the) (NN actor))) (. .)))
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD advised) (NP (DT the) (NNS presidents))) (. .)))
( ( The presidents ) ( ( advised ( the actor ) ) . ) )
( ( The actor ) ( ( advised ( the presidents ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The president believed the scientist .
The scientist believed the president .
1non-entailment
(ROOT (S (NP (DT The) (NN president)) (VP (VBD believed) (NP (DT the) (NN scientist))) (. .)))
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD believed) (NP (DT the) (NN president))) (. .)))
( ( The president ) ( ( believed ( the scientist ) ) . ) )
( ( The scientist ) ( ( believed ( the president ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourist called the doctor .
The doctor called the tourist .
1non-entailment
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD called) (NP (DT the) (NN doctor))) (. .)))
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD called) (NP (DT the) (NN tourist))) (. .)))
( ( The tourist ) ( ( called ( the doctor ) ) . ) )
( ( The doctor ) ( ( called ( the tourist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author avoided the actor .
The actor avoided the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD avoided) (NP (DT the) (NN actor))) (. .)))
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD avoided) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( avoided ( the actor ) ) . ) )
( ( The actor ) ( ( avoided ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artists thanked the lawyers .
The lawyers thanked the artists .
1non-entailment
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD thanked) (NP (DT the) (NNS lawyers))) (. .)))
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD thanked) (NP (DT the) (NNS artists))) (. .)))
( ( The artists ) ( ( thanked ( the lawyers ) ) . ) )
( ( The lawyers ) ( ( thanked ( the artists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourists saw the judges .
The judges saw the tourists .
1non-entailment
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD saw) (NP (DT the) (NNS judges))) (. .)))
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD saw) (NP (DT the) (NNS tourists))) (. .)))
( ( The tourists ) ( ( saw ( the judges ) ) . ) )
( ( The judges ) ( ( saw ( the tourists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actors called the presidents .
The presidents called the actors .
1non-entailment
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD called) (NP (DT the) (NNS presidents))) (. .)))
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD called) (NP (DT the) (NNS actors))) (. .)))
( ( The actors ) ( ( called ( the presidents ) ) . ) )
( ( The presidents ) ( ( called ( the actors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientists supported the managers .
The managers supported the scientists .
1non-entailment
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD supported) (NP (DT the) (NNS managers))) (. .)))
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD supported) (NP (DT the) (NNS scientists))) (. .)))
( ( The scientists ) ( ( supported ( the managers ) ) . ) )
( ( The managers ) ( ( supported ( the scientists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctors introduced the bankers .
The bankers introduced the doctors .
1non-entailment
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD introduced) (NP (DT the) (NNS bankers))) (. .)))
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD introduced) (NP (DT the) (NNS doctors))) (. .)))
( ( The doctors ) ( ( introduced ( the bankers ) ) . ) )
( ( The bankers ) ( ( introduced ( the doctors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judges recommended the bankers .
The bankers recommended the judges .
1non-entailment
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD recommended) (NP (DT the) (NNS bankers))) (. .)))
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD recommended) (NP (DT the) (NNS judges))) (. .)))
( ( The judges ) ( ( recommended ( the bankers ) ) . ) )
( ( The bankers ) ( ( recommended ( the judges ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctor mentioned the tourist .
The tourist mentioned the doctor .
1non-entailment
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD mentioned) (NP (DT the) (NN tourist))) (. .)))
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD mentioned) (NP (DT the) (NN doctor))) (. .)))
( ( The doctor ) ( ( mentioned ( the tourist ) ) . ) )
( ( The tourist ) ( ( mentioned ( the doctor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourist saw the students .
The students saw the tourist .
1non-entailment
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD saw) (NP (DT the) (NNS students))) (. .)))
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD saw) (NP (DT the) (NN tourist))) (. .)))
( ( The tourist ) ( ( saw ( the students ) ) . ) )
( ( The students ) ( ( saw ( the tourist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The president recommended the lawyer .
The lawyer recommended the president .
1non-entailment
(ROOT (S (NP (DT The) (NN president)) (VP (VBD recommended) (NP (DT the) (NN lawyer))) (. .)))
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD recommended) (NP (DT the) (NN president))) (. .)))
( ( The president ) ( ( recommended ( the lawyer ) ) . ) )
( ( The lawyer ) ( ( recommended ( the president ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The secretaries believed the athlete .
The athlete believed the secretaries .
1non-entailment
(ROOT (S (NP (DT The) (NNS secretaries)) (VP (VBD believed) (NP (DT the) (NN athlete))) (. .)))
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD believed) (NP (DT the) (NNS secretaries))) (. .)))
( ( The secretaries ) ( ( believed ( the athlete ) ) . ) )
( ( The athlete ) ( ( believed ( the secretaries ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The secretary advised the authors .
The authors advised the secretary .
1non-entailment
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD advised) (NP (DT the) (NNS authors))) (. .)))
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD advised) (NP (DT the) (NN secretary))) (. .)))
( ( The secretary ) ( ( advised ( the authors ) ) . ) )
( ( The authors ) ( ( advised ( the secretary ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The banker recommended the judge .
The judge recommended the banker .
1non-entailment
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD recommended) (NP (DT the) (NN judge))) (. .)))
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD recommended) (NP (DT the) (NN banker))) (. .)))
( ( The banker ) ( ( recommended ( the judge ) ) . ) )
( ( The judge ) ( ( recommended ( the banker ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senators encouraged the professor .
The professor encouraged the senators .
1non-entailment
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD encouraged) (NP (DT the) (NN professor))) (. .)))
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD encouraged) (NP (DT the) (NNS senators))) (. .)))
( ( The senators ) ( ( encouraged ( the professor ) ) . ) )
( ( The professor ) ( ( encouraged ( the senators ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actors advised the tourists .
The tourists advised the actors .
1non-entailment
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD advised) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD advised) (NP (DT the) (NNS actors))) (. .)))
( ( The actors ) ( ( advised ( the tourists ) ) . ) )
( ( The tourists ) ( ( advised ( the actors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientist thanked the artist .
The artist thanked the scientist .
1non-entailment
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD thanked) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD thanked) (NP (DT the) (NN scientist))) (. .)))
( ( The scientist ) ( ( thanked ( the artist ) ) . ) )
( ( The artist ) ( ( thanked ( the scientist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senator saw the bankers .
The bankers saw the senator .
1non-entailment
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD saw) (NP (DT the) (NNS bankers))) (. .)))
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD saw) (NP (DT the) (NN senator))) (. .)))
( ( The senator ) ( ( saw ( the bankers ) ) . ) )
( ( The bankers ) ( ( saw ( the senator ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1