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 judges stopped the tourist .
The tourist stopped the judges .
1non-entailment
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD stopped) (NP (DT the) (NN tourist))) (. .)))
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD stopped) (NP (DT the) (NNS judges))) (. .)))
( ( The judges ) ( ( stopped ( the tourist ) ) . ) )
( ( The tourist ) ( ( stopped ( the judges ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The bankers saw the tourists .
The tourists saw the bankers .
1non-entailment
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD saw) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD saw) (NP (DT the) (NNS bankers))) (. .)))
( ( The bankers ) ( ( saw ( the tourists ) ) . ) )
( ( The tourists ) ( ( saw ( the bankers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The banker supported the senator .
The senator supported the banker .
1non-entailment
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD supported) (NP (DT the) (NN senator))) (. .)))
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD supported) (NP (DT the) (NN banker))) (. .)))
( ( The banker ) ( ( supported ( the senator ) ) . ) )
( ( The senator ) ( ( supported ( the banker ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professors helped the artists .
The artists helped the professors .
1non-entailment
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD helped) (NP (DT the) (NNS artists))) (. .)))
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD helped) (NP (DT the) (NNS professors))) (. .)))
( ( The professors ) ( ( helped ( the artists ) ) . ) )
( ( The artists ) ( ( helped ( the professors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The student recognized the tourists .
The tourists recognized the student .
1non-entailment
(ROOT (S (NP (DT The) (NN student)) (VP (VBD recognized) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD recognized) (NP (DT the) (NN student))) (. .)))
( ( The student ) ( ( recognized ( the tourists ) ) . ) )
( ( The tourists ) ( ( recognized ( the student ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senators believed the professors .
The professors believed the senators .
1non-entailment
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD believed) (NP (DT the) (NNS professors))) (. .)))
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD believed) (NP (DT the) (NNS senators))) (. .)))
( ( The senators ) ( ( believed ( the professors ) ) . ) )
( ( The professors ) ( ( believed ( the senators ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artists recommended the president .
The president recommended the artists .
1non-entailment
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD recommended) (NP (DT the) (NN president))) (. .)))
(ROOT (S (NP (DT The) (NN president)) (VP (VBD recommended) (NP (DT the) (NNS artists))) (. .)))
( ( The artists ) ( ( recommended ( the president ) ) . ) )
( ( The president ) ( ( recommended ( the artists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actor encouraged the tourists .
The tourists encouraged the actor .
1non-entailment
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD encouraged) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD encouraged) (NP (DT the) (NN actor))) (. .)))
( ( The actor ) ( ( encouraged ( the tourists ) ) . ) )
( ( The tourists ) ( ( encouraged ( the actor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professor encouraged the judge .
The judge encouraged the professor .
1non-entailment
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD encouraged) (NP (DT the) (NN judge))) (. .)))
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD encouraged) (NP (DT the) (NN professor))) (. .)))
( ( The professor ) ( ( encouraged ( the judge ) ) . ) )
( ( The judge ) ( ( encouraged ( the professor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professor recommended the lawyer .
The lawyer recommended the professor .
1non-entailment
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD recommended) (NP (DT the) (NN lawyer))) (. .)))
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD recommended) (NP (DT the) (NN professor))) (. .)))
( ( The professor ) ( ( recommended ( the lawyer ) ) . ) )
( ( The lawyer ) ( ( recommended ( the professor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actor thanked the banker .
The banker thanked the actor .
1non-entailment
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD thanked) (NP (DT the) (NN banker))) (. .)))
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD thanked) (NP (DT the) (NN actor))) (. .)))
( ( The actor ) ( ( thanked ( the banker ) ) . ) )
( ( The banker ) ( ( thanked ( the actor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actors avoided the secretary .
The secretary avoided the actors .
1non-entailment
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD avoided) (NP (DT the) (NN secretary))) (. .)))
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD avoided) (NP (DT the) (NNS actors))) (. .)))
( ( The actors ) ( ( avoided ( the secretary ) ) . ) )
( ( The secretary ) ( ( avoided ( the actors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senator helped the managers .
The managers helped the senator .
1non-entailment
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD helped) (NP (DT the) (NNS managers))) (. .)))
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD helped) (NP (DT the) (NN senator))) (. .)))
( ( The senator ) ( ( helped ( the managers ) ) . ) )
( ( The managers ) ( ( helped ( the senator ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The authors mentioned the tourists .
The tourists mentioned the authors .
1non-entailment
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD mentioned) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD mentioned) (NP (DT the) (NNS authors))) (. .)))
( ( The authors ) ( ( mentioned ( the tourists ) ) . ) )
( ( The tourists ) ( ( mentioned ( the authors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professors stopped the president .
The president stopped the professors .
1non-entailment
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD stopped) (NP (DT the) (NN president))) (. .)))
(ROOT (S (NP (DT The) (NN president)) (VP (VBD stopped) (NP (DT the) (NNS professors))) (. .)))
( ( The professors ) ( ( stopped ( the president ) ) . ) )
( ( The president ) ( ( stopped ( the professors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artist advised the senator .
The senator advised the artist .
1non-entailment
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD advised) (NP (DT the) (NN senator))) (. .)))
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD advised) (NP (DT the) (NN artist))) (. .)))
( ( The artist ) ( ( advised ( the senator ) ) . ) )
( ( The senator ) ( ( advised ( the artist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athlete saw the doctor .
The doctor saw the athlete .
1non-entailment
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD saw) (NP (DT the) (NN doctor))) (. .)))
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD saw) (NP (DT the) (NN athlete))) (. .)))
( ( The athlete ) ( ( saw ( the doctor ) ) . ) )
( ( The doctor ) ( ( saw ( the athlete ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judge thanked the doctor .
The doctor thanked the judge .
1non-entailment
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD thanked) (NP (DT the) (NN doctor))) (. .)))
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD thanked) (NP (DT the) (NN judge))) (. .)))
( ( The judge ) ( ( thanked ( the doctor ) ) . ) )
( ( The doctor ) ( ( thanked ( the judge ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senators advised the presidents .
The presidents advised the senators .
1non-entailment
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD advised) (NP (DT the) (NNS presidents))) (. .)))
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD advised) (NP (DT the) (NNS senators))) (. .)))
( ( The senators ) ( ( advised ( the presidents ) ) . ) )
( ( The presidents ) ( ( advised ( the senators ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professor thanked the scientist .
The scientist thanked the professor .
1non-entailment
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD thanked) (NP (DT the) (NN scientist))) (. .)))
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD thanked) (NP (DT the) (NN professor))) (. .)))
( ( The professor ) ( ( thanked ( the scientist ) ) . ) )
( ( The scientist ) ( ( thanked ( the professor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientists admired the actor .
The actor admired the scientists .
1non-entailment
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD admired) (NP (DT the) (NN actor))) (. .)))
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD admired) (NP (DT the) (NNS scientists))) (. .)))
( ( The scientists ) ( ( admired ( the actor ) ) . ) )
( ( The actor ) ( ( admired ( the scientists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The authors saw the secretary .
The secretary saw the authors .
1non-entailment
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD saw) (NP (DT the) (NN secretary))) (. .)))
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD saw) (NP (DT the) (NNS authors))) (. .)))
( ( The authors ) ( ( saw ( the secretary ) ) . ) )
( ( The secretary ) ( ( saw ( the authors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The banker recommended the artist .
The artist recommended the banker .
1non-entailment
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD recommended) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD recommended) (NP (DT the) (NN banker))) (. .)))
( ( The banker ) ( ( recommended ( the artist ) ) . ) )
( ( The artist ) ( ( recommended ( the banker ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athlete recognized the banker .
The banker recognized the athlete .
1non-entailment
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD recognized) (NP (DT the) (NN banker))) (. .)))
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD recognized) (NP (DT the) (NN athlete))) (. .)))
( ( The athlete ) ( ( recognized ( the banker ) ) . ) )
( ( The banker ) ( ( recognized ( the athlete ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professors thanked the president .
The president thanked the professors .
1non-entailment
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD thanked) (NP (DT the) (NN president))) (. .)))
(ROOT (S (NP (DT The) (NN president)) (VP (VBD thanked) (NP (DT the) (NNS professors))) (. .)))
( ( The professors ) ( ( thanked ( the president ) ) . ) )
( ( The president ) ( ( thanked ( the professors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actors stopped the artist .
The artist stopped the actors .
1non-entailment
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD stopped) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD stopped) (NP (DT the) (NNS actors))) (. .)))
( ( The actors ) ( ( stopped ( the artist ) ) . ) )
( ( The artist ) ( ( stopped ( the actors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actors supported the tourists .
The tourists supported the actors .
1non-entailment
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD supported) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD supported) (NP (DT the) (NNS actors))) (. .)))
( ( The actors ) ( ( supported ( the tourists ) ) . ) )
( ( The tourists ) ( ( supported ( the actors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The president thanked the actors .
The actors thanked the president .
1non-entailment
(ROOT (S (NP (DT The) (NN president)) (VP (VBD thanked) (NP (DT the) (NNS actors))) (. .)))
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD thanked) (NP (DT the) (NN president))) (. .)))
( ( The president ) ( ( thanked ( the actors ) ) . ) )
( ( The actors ) ( ( thanked ( the president ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The secretaries advised the professors .
The professors advised the secretaries .
1non-entailment
(ROOT (S (NP (DT The) (NNS secretaries)) (VP (VBD advised) (NP (DT the) (NNS professors))) (. .)))
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD advised) (NP (DT the) (NNS secretaries))) (. .)))
( ( The secretaries ) ( ( advised ( the professors ) ) . ) )
( ( The professors ) ( ( advised ( the secretaries ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author avoided the bankers .
The bankers avoided the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD avoided) (NP (DT the) (NNS bankers))) (. .)))
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD avoided) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( avoided ( the bankers ) ) . ) )
( ( The bankers ) ( ( avoided ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actor saw the senator .
The senator saw the actor .
1non-entailment
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD saw) (NP (DT the) (NN senator))) (. .)))
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD saw) (NP (DT the) (NN actor))) (. .)))
( ( The actor ) ( ( saw ( the senator ) ) . ) )
( ( The senator ) ( ( saw ( the actor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athletes supported the secretaries .
The secretaries supported the athletes .
1non-entailment
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD supported) (NP (DT the) (NNS secretaries))) (. .)))
(ROOT (S (NP (DT The) (NNS secretaries)) (VP (VBD supported) (NP (DT the) (NNS athletes))) (. .)))
( ( The athletes ) ( ( supported ( the secretaries ) ) . ) )
( ( The secretaries ) ( ( supported ( the athletes ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctors advised the scientist .
The scientist advised the doctors .
1non-entailment
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD advised) (NP (DT the) (NN scientist))) (. .)))
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD advised) (NP (DT the) (NNS doctors))) (. .)))
( ( The doctors ) ( ( advised ( the scientist ) ) . ) )
( ( The scientist ) ( ( advised ( the doctors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senators called the lawyer .
The lawyer called the senators .
1non-entailment
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD called) (NP (DT the) (NN lawyer))) (. .)))
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD called) (NP (DT the) (NNS senators))) (. .)))
( ( The senators ) ( ( called ( the lawyer ) ) . ) )
( ( The lawyer ) ( ( called ( the senators ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The presidents admired the senators .
The senators admired the presidents .
1non-entailment
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD admired) (NP (DT the) (NNS senators))) (. .)))
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD admired) (NP (DT the) (NNS presidents))) (. .)))
( ( The presidents ) ( ( admired ( the senators ) ) . ) )
( ( The senators ) ( ( admired ( the presidents ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author advised the actors .
The actors advised the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD advised) (NP (DT the) (NNS actors))) (. .)))
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD advised) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( advised ( the actors ) ) . ) )
( ( The actors ) ( ( advised ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actor thanked the athletes .
The athletes thanked the actor .
1non-entailment
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD thanked) (NP (DT the) (NNS athletes))) (. .)))
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD thanked) (NP (DT the) (NN actor))) (. .)))
( ( The actor ) ( ( thanked ( the athletes ) ) . ) )
( ( The athletes ) ( ( thanked ( the actor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actors introduced the authors .
The authors introduced the actors .
1non-entailment
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD introduced) (NP (DT the) (NNS authors))) (. .)))
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD introduced) (NP (DT the) (NNS actors))) (. .)))
( ( The actors ) ( ( introduced ( the authors ) ) . ) )
( ( The authors ) ( ( introduced ( the actors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author stopped the actor .
The actor stopped the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD stopped) (NP (DT the) (NN actor))) (. .)))
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD stopped) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( stopped ( the actor ) ) . ) )
( ( The actor ) ( ( stopped ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The students mentioned the senator .
The senator mentioned the students .
1non-entailment
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD mentioned) (NP (DT the) (NN senator))) (. .)))
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD mentioned) (NP (DT the) (NNS students))) (. .)))
( ( The students ) ( ( mentioned ( the senator ) ) . ) )
( ( The senator ) ( ( mentioned ( the students ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The student supported the judge .
The judge supported the student .
1non-entailment
(ROOT (S (NP (DT The) (NN student)) (VP (VBD supported) (NP (DT the) (NN judge))) (. .)))
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD supported) (NP (DT the) (NN student))) (. .)))
( ( The student ) ( ( supported ( the judge ) ) . ) )
( ( The judge ) ( ( supported ( the student ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The secretaries stopped the presidents .
The presidents stopped the secretaries .
1non-entailment
(ROOT (S (NP (DT The) (NNS secretaries)) (VP (VBD stopped) (NP (DT the) (NNS presidents))) (. .)))
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD stopped) (NP (DT the) (NNS secretaries))) (. .)))
( ( The secretaries ) ( ( stopped ( the presidents ) ) . ) )
( ( The presidents ) ( ( stopped ( the secretaries ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artist saw the professor .
The professor saw the artist .
1non-entailment
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD saw) (NP (DT the) (NN professor))) (. .)))
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD saw) (NP (DT the) (NN artist))) (. .)))
( ( The artist ) ( ( saw ( the professor ) ) . ) )
( ( The professor ) ( ( saw ( the artist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The bankers introduced the artist .
The artist introduced the bankers .
1non-entailment
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD introduced) (NP (DT the) (NN artist))) (. .)))
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD introduced) (NP (DT the) (NNS bankers))) (. .)))
( ( The bankers ) ( ( introduced ( the artist ) ) . ) )
( ( The artist ) ( ( introduced ( the bankers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The student called the authors .
The authors called the student .
1non-entailment
(ROOT (S (NP (DT The) (NN student)) (VP (VBD called) (NP (DT the) (NNS authors))) (. .)))
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD called) (NP (DT the) (NN student))) (. .)))
( ( The student ) ( ( called ( the authors ) ) . ) )
( ( The authors ) ( ( called ( the student ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctors introduced the secretary .
The secretary introduced the doctors .
1non-entailment
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD introduced) (NP (DT the) (NN secretary))) (. .)))
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD introduced) (NP (DT the) (NNS doctors))) (. .)))
( ( The doctors ) ( ( introduced ( the secretary ) ) . ) )
( ( The secretary ) ( ( introduced ( the doctors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourist supported the student .
The student supported the tourist .
1non-entailment
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD supported) (NP (DT the) (NN student))) (. .)))
(ROOT (S (NP (DT The) (NN student)) (VP (VBD supported) (NP (DT the) (NN tourist))) (. .)))
( ( The tourist ) ( ( supported ( the student ) ) . ) )
( ( The student ) ( ( supported ( the tourist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senator thanked the artists .
The artists thanked the senator .
1non-entailment
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD thanked) (NP (DT the) (NNS artists))) (. .)))
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD thanked) (NP (DT the) (NN senator))) (. .)))
( ( The senator ) ( ( thanked ( the artists ) ) . ) )
( ( The artists ) ( ( thanked ( the senator ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The authors recognized the athletes .
The athletes recognized the authors .
1non-entailment
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD recognized) (NP (DT the) (NNS athletes))) (. .)))
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD recognized) (NP (DT the) (NNS authors))) (. .)))
( ( The authors ) ( ( recognized ( the athletes ) ) . ) )
( ( The athletes ) ( ( recognized ( the authors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctor introduced the judge .
The judge introduced the doctor .
1non-entailment
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD introduced) (NP (DT the) (NN judge))) (. .)))
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD introduced) (NP (DT the) (NN doctor))) (. .)))
( ( The doctor ) ( ( introduced ( the judge ) ) . ) )
( ( The judge ) ( ( introduced ( the doctor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judge recognized the athletes .
The athletes recognized the judge .
1non-entailment
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD recognized) (NP (DT the) (NNS athletes))) (. .)))
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD recognized) (NP (DT the) (NN judge))) (. .)))
( ( The judge ) ( ( recognized ( the athletes ) ) . ) )
( ( The athletes ) ( ( recognized ( the judge ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyers contacted the tourist .
The tourist contacted the lawyers .
1non-entailment
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD contacted) (NP (DT the) (NN tourist))) (. .)))
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD contacted) (NP (DT the) (NNS lawyers))) (. .)))
( ( The lawyers ) ( ( contacted ( the tourist ) ) . ) )
( ( The tourist ) ( ( contacted ( the lawyers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judge encouraged the author .
The author encouraged the judge .
1non-entailment
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD encouraged) (NP (DT the) (NN author))) (. .)))
(ROOT (S (NP (DT The) (NN author)) (VP (VBD encouraged) (NP (DT the) (NN judge))) (. .)))
( ( The judge ) ( ( encouraged ( the author ) ) . ) )
( ( The author ) ( ( encouraged ( the judge ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The secretaries thanked the author .
The author thanked the secretaries .
1non-entailment
(ROOT (S (NP (DT The) (NNS secretaries)) (VP (VBD thanked) (NP (DT the) (NN author))) (. .)))
(ROOT (S (NP (DT The) (NN author)) (VP (VBD thanked) (NP (DT the) (NNS secretaries))) (. .)))
( ( The secretaries ) ( ( thanked ( the author ) ) . ) )
( ( The author ) ( ( thanked ( the secretaries ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctors mentioned the president .
The president mentioned the doctors .
1non-entailment
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD mentioned) (NP (DT the) (NN president))) (. .)))
(ROOT (S (NP (DT The) (NN president)) (VP (VBD mentioned) (NP (DT the) (NNS doctors))) (. .)))
( ( The doctors ) ( ( mentioned ( the president ) ) . ) )
( ( The president ) ( ( mentioned ( the doctors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athletes encouraged the lawyers .
The lawyers encouraged the athletes .
1non-entailment
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD encouraged) (NP (DT the) (NNS lawyers))) (. .)))
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD encouraged) (NP (DT the) (NNS athletes))) (. .)))
( ( The athletes ) ( ( encouraged ( the lawyers ) ) . ) )
( ( The lawyers ) ( ( encouraged ( the athletes ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientist thanked the actors .
The actors thanked the scientist .
1non-entailment
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD thanked) (NP (DT the) (NNS actors))) (. .)))
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD thanked) (NP (DT the) (NN scientist))) (. .)))
( ( The scientist ) ( ( thanked ( the actors ) ) . ) )
( ( The actors ) ( ( thanked ( the scientist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientist advised the secretaries .
The secretaries advised the scientist .
1non-entailment
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD advised) (NP (DT the) (NNS secretaries))) (. .)))
(ROOT (S (NP (DT The) (NNS secretaries)) (VP (VBD advised) (NP (DT the) (NN scientist))) (. .)))
( ( The scientist ) ( ( advised ( the secretaries ) ) . ) )
( ( The secretaries ) ( ( advised ( the scientist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author thanked the presidents .
The presidents thanked the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD thanked) (NP (DT the) (NNS presidents))) (. .)))
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD thanked) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( thanked ( the presidents ) ) . ) )
( ( The presidents ) ( ( thanked ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senator admired the tourist .
The tourist admired the senator .
1non-entailment
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD admired) (NP (DT the) (NN tourist))) (. .)))
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD admired) (NP (DT the) (NN senator))) (. .)))
( ( The senator ) ( ( admired ( the tourist ) ) . ) )
( ( The tourist ) ( ( admired ( the senator ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artists believed the scientist .
The scientist believed the artists .
1non-entailment
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD believed) (NP (DT the) (NN scientist))) (. .)))
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD believed) (NP (DT the) (NNS artists))) (. .)))
( ( The artists ) ( ( believed ( the scientist ) ) . ) )
( ( The scientist ) ( ( believed ( the artists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourist avoided the doctors .
The doctors avoided the tourist .
1non-entailment
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD avoided) (NP (DT the) (NNS doctors))) (. .)))
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD avoided) (NP (DT the) (NN tourist))) (. .)))
( ( The tourist ) ( ( avoided ( the doctors ) ) . ) )
( ( The doctors ) ( ( avoided ( the tourist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyer advised the tourists .
The tourists advised the lawyer .
1non-entailment
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD advised) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD advised) (NP (DT the) (NN lawyer))) (. .)))
( ( The lawyer ) ( ( advised ( the tourists ) ) . ) )
( ( The tourists ) ( ( advised ( the lawyer ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professor called the president .
The president called the professor .
1non-entailment
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD called) (NP (DT the) (NN president))) (. .)))
(ROOT (S (NP (DT The) (NN president)) (VP (VBD called) (NP (DT the) (NN professor))) (. .)))
( ( The professor ) ( ( called ( the president ) ) . ) )
( ( The president ) ( ( called ( the professor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professors supported the tourists .
The tourists supported the professors .
1non-entailment
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD supported) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD supported) (NP (DT the) (NNS professors))) (. .)))
( ( The professors ) ( ( supported ( the tourists ) ) . ) )
( ( The tourists ) ( ( supported ( the professors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyers supported the secretaries .
The secretaries supported the lawyers .
1non-entailment
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD supported) (NP (DT the) (NNS secretaries))) (. .)))
(ROOT (S (NP (DT The) (NNS secretaries)) (VP (VBD supported) (NP (DT the) (NNS lawyers))) (. .)))
( ( The lawyers ) ( ( supported ( the secretaries ) ) . ) )
( ( The secretaries ) ( ( supported ( the lawyers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professor stopped the scientists .
The scientists stopped the professor .
1non-entailment
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD stopped) (NP (DT the) (NNS scientists))) (. .)))
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD stopped) (NP (DT the) (NN professor))) (. .)))
( ( The professor ) ( ( stopped ( the scientists ) ) . ) )
( ( The scientists ) ( ( stopped ( the professor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artists mentioned the scientists .
The scientists mentioned the artists .
1non-entailment
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD mentioned) (NP (DT the) (NNS scientists))) (. .)))
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD mentioned) (NP (DT the) (NNS artists))) (. .)))
( ( The artists ) ( ( mentioned ( the scientists ) ) . ) )
( ( The scientists ) ( ( mentioned ( the artists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The banker recognized the doctors .
The doctors recognized the banker .
1non-entailment
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD recognized) (NP (DT the) (NNS doctors))) (. .)))
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD recognized) (NP (DT the) (NN banker))) (. .)))
( ( The banker ) ( ( recognized ( the doctors ) ) . ) )
( ( The doctors ) ( ( recognized ( the banker ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The author thanked the secretary .
The secretary thanked the author .
1non-entailment
(ROOT (S (NP (DT The) (NN author)) (VP (VBD thanked) (NP (DT the) (NN secretary))) (. .)))
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD thanked) (NP (DT the) (NN author))) (. .)))
( ( The author ) ( ( thanked ( the secretary ) ) . ) )
( ( The secretary ) ( ( thanked ( the author ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athlete stopped the judge .
The judge stopped the athlete .
1non-entailment
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD stopped) (NP (DT the) (NN judge))) (. .)))
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD stopped) (NP (DT the) (NN athlete))) (. .)))
( ( The athlete ) ( ( stopped ( the judge ) ) . ) )
( ( The judge ) ( ( stopped ( the athlete ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctor recognized the tourists .
The tourists recognized the doctor .
1non-entailment
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD recognized) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD recognized) (NP (DT the) (NN doctor))) (. .)))
( ( The doctor ) ( ( recognized ( the tourists ) ) . ) )
( ( The tourists ) ( ( recognized ( the doctor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senators stopped the doctor .
The doctor stopped the senators .
1non-entailment
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD stopped) (NP (DT the) (NN doctor))) (. .)))
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD stopped) (NP (DT the) (NNS senators))) (. .)))
( ( The senators ) ( ( stopped ( the doctor ) ) . ) )
( ( The doctor ) ( ( stopped ( the senators ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professor mentioned the senators .
The senators mentioned the professor .
1non-entailment
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD mentioned) (NP (DT the) (NNS senators))) (. .)))
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD mentioned) (NP (DT the) (NN professor))) (. .)))
( ( The professor ) ( ( mentioned ( the senators ) ) . ) )
( ( The senators ) ( ( mentioned ( the professor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athletes recognized the scientist .
The scientist recognized the athletes .
1non-entailment
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD recognized) (NP (DT the) (NN scientist))) (. .)))
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD recognized) (NP (DT the) (NNS athletes))) (. .)))
( ( The athletes ) ( ( recognized ( the scientist ) ) . ) )
( ( The scientist ) ( ( recognized ( the athletes ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctor mentioned the tourists .
The tourists mentioned the doctor .
1non-entailment
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD mentioned) (NP (DT the) (NNS tourists))) (. .)))
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD mentioned) (NP (DT the) (NN doctor))) (. .)))
( ( The doctor ) ( ( mentioned ( the tourists ) ) . ) )
( ( The tourists ) ( ( mentioned ( the doctor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The authors contacted the lawyer .
The lawyer contacted the authors .
1non-entailment
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD contacted) (NP (DT the) (NN lawyer))) (. .)))
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD contacted) (NP (DT the) (NNS authors))) (. .)))
( ( The authors ) ( ( contacted ( the lawyer ) ) . ) )
( ( The lawyer ) ( ( contacted ( the authors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyers helped the students .
The students helped the lawyers .
1non-entailment
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD helped) (NP (DT the) (NNS students))) (. .)))
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD helped) (NP (DT the) (NNS lawyers))) (. .)))
( ( The lawyers ) ( ( helped ( the students ) ) . ) )
( ( The students ) ( ( helped ( the lawyers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professors encouraged the athlete .
The athlete encouraged the professors .
1non-entailment
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD encouraged) (NP (DT the) (NN athlete))) (. .)))
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD encouraged) (NP (DT the) (NNS professors))) (. .)))
( ( The professors ) ( ( encouraged ( the athlete ) ) . ) )
( ( The athlete ) ( ( encouraged ( the professors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctors supported the bankers .
The bankers supported the doctors .
1non-entailment
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD supported) (NP (DT the) (NNS bankers))) (. .)))
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD supported) (NP (DT the) (NNS doctors))) (. .)))
( ( The doctors ) ( ( supported ( the bankers ) ) . ) )
( ( The bankers ) ( ( supported ( the doctors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The manager advised the presidents .
The presidents advised the manager .
1non-entailment
(ROOT (S (NP (DT The) (NN manager)) (VP (VBD advised) (NP (DT the) (NNS presidents))) (. .)))
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD advised) (NP (DT the) (NN manager))) (. .)))
( ( The manager ) ( ( advised ( the presidents ) ) . ) )
( ( The presidents ) ( ( advised ( the manager ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senator advised the presidents .
The presidents advised the senator .
1non-entailment
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD advised) (NP (DT the) (NNS presidents))) (. .)))
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD advised) (NP (DT the) (NN senator))) (. .)))
( ( The senator ) ( ( advised ( the presidents ) ) . ) )
( ( The presidents ) ( ( advised ( the senator ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The students avoided the lawyer .
The lawyer avoided the students .
1non-entailment
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD avoided) (NP (DT the) (NN lawyer))) (. .)))
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD avoided) (NP (DT the) (NNS students))) (. .)))
( ( The students ) ( ( avoided ( the lawyer ) ) . ) )
( ( The lawyer ) ( ( avoided ( the students ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The tourists helped the banker .
The banker helped the tourists .
1non-entailment
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD helped) (NP (DT the) (NN banker))) (. .)))
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD helped) (NP (DT the) (NNS tourists))) (. .)))
( ( The tourists ) ( ( helped ( the banker ) ) . ) )
( ( The banker ) ( ( helped ( the tourists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The judge admired the senator .
The senator admired the judge .
1non-entailment
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD admired) (NP (DT the) (NN senator))) (. .)))
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD admired) (NP (DT the) (NN judge))) (. .)))
( ( The judge ) ( ( admired ( the senator ) ) . ) )
( ( The senator ) ( ( admired ( the judge ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctors avoided the tourist .
The tourist avoided the doctors .
1non-entailment
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD avoided) (NP (DT the) (NN tourist))) (. .)))
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD avoided) (NP (DT the) (NNS doctors))) (. .)))
( ( The doctors ) ( ( avoided ( the tourist ) ) . ) )
( ( The tourist ) ( ( avoided ( the doctors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctor stopped the judge .
The judge stopped the doctor .
1non-entailment
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD stopped) (NP (DT the) (NN judge))) (. .)))
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD stopped) (NP (DT the) (NN doctor))) (. .)))
( ( The doctor ) ( ( stopped ( the judge ) ) . ) )
( ( The judge ) ( ( stopped ( the doctor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The athletes thanked the president .
The president thanked the athletes .
1non-entailment
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD thanked) (NP (DT the) (NN president))) (. .)))
(ROOT (S (NP (DT The) (NN president)) (VP (VBD thanked) (NP (DT the) (NNS athletes))) (. .)))
( ( The athletes ) ( ( thanked ( the president ) ) . ) )
( ( The president ) ( ( thanked ( the athletes ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The actor avoided the athlete .
The athlete avoided the actor .
1non-entailment
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD avoided) (NP (DT the) (NN athlete))) (. .)))
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD avoided) (NP (DT the) (NN actor))) (. .)))
( ( The actor ) ( ( avoided ( the athlete ) ) . ) )
( ( The athlete ) ( ( avoided ( the actor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The doctor recommended the actor .
The actor recommended the doctor .
1non-entailment
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD recommended) (NP (DT the) (NN actor))) (. .)))
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD recommended) (NP (DT the) (NN doctor))) (. .)))
( ( The doctor ) ( ( recommended ( the actor ) ) . ) )
( ( The actor ) ( ( recommended ( the doctor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artists recognized the banker .
The banker recognized the artists .
1non-entailment
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD recognized) (NP (DT the) (NN banker))) (. .)))
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD recognized) (NP (DT the) (NNS artists))) (. .)))
( ( The artists ) ( ( recognized ( the banker ) ) . ) )
( ( The banker ) ( ( recognized ( the artists ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyers admired the manager .
The manager admired the lawyers .
1non-entailment
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD admired) (NP (DT the) (NN manager))) (. .)))
(ROOT (S (NP (DT The) (NN manager)) (VP (VBD admired) (NP (DT the) (NNS lawyers))) (. .)))
( ( The lawyers ) ( ( admired ( the manager ) ) . ) )
( ( The manager ) ( ( admired ( the lawyers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The scientist helped the bankers .
The bankers helped the scientist .
1non-entailment
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD helped) (NP (DT the) (NNS bankers))) (. .)))
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD helped) (NP (DT the) (NN scientist))) (. .)))
( ( The scientist ) ( ( helped ( the bankers ) ) . ) )
( ( The bankers ) ( ( helped ( the scientist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The managers believed the judge .
The judge believed the managers .
1non-entailment
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD believed) (NP (DT the) (NN judge))) (. .)))
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD believed) (NP (DT the) (NNS managers))) (. .)))
( ( The managers ) ( ( believed ( the judge ) ) . ) )
( ( The judge ) ( ( believed ( the managers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The lawyers believed the students .
The students believed the lawyers .
1non-entailment
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD believed) (NP (DT the) (NNS students))) (. .)))
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD believed) (NP (DT the) (NNS lawyers))) (. .)))
( ( The lawyers ) ( ( believed ( the students ) ) . ) )
( ( The students ) ( ( believed ( the lawyers ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professor supported the manager .
The manager supported the professor .
1non-entailment
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD supported) (NP (DT the) (NN manager))) (. .)))
(ROOT (S (NP (DT The) (NN manager)) (VP (VBD supported) (NP (DT the) (NN professor))) (. .)))
( ( The professor ) ( ( supported ( the manager ) ) . ) )
( ( The manager ) ( ( supported ( the professor ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The professors thanked the actor .
The actor thanked the professors .
1non-entailment
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD thanked) (NP (DT the) (NN actor))) (. .)))
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD thanked) (NP (DT the) (NNS professors))) (. .)))
( ( The professors ) ( ( thanked ( the actor ) ) . ) )
( ( The actor ) ( ( thanked ( the professors ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The artist introduced the students .
The students introduced the artist .
1non-entailment
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD introduced) (NP (DT the) (NNS students))) (. .)))
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD introduced) (NP (DT the) (NN artist))) (. .)))
( ( The artist ) ( ( introduced ( the students ) ) . ) )
( ( The students ) ( ( introduced ( the artist ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The student recognized the tourist .
The tourist recognized the student .
1non-entailment
(ROOT (S (NP (DT The) (NN student)) (VP (VBD recognized) (NP (DT the) (NN tourist))) (. .)))
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD recognized) (NP (DT the) (NN student))) (. .)))
( ( The student ) ( ( recognized ( the tourist ) ) . ) )
( ( The tourist ) ( ( recognized ( the student ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1
The senators contacted the doctors .
The doctors contacted the senators .
1non-entailment
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD contacted) (NP (DT the) (NNS doctors))) (. .)))
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD contacted) (NP (DT the) (NNS senators))) (. .)))
( ( The senators ) ( ( contacted ( the doctors ) ) . ) )
( ( The doctors ) ( ( contacted ( the senators ) ) . ) )
lexical_overlap
ln_subject/object_swap
temp1