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