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