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