promptID
int64
1
3k
pairID
int64
1
3k
premise
stringlengths
18
93
premise_binary_parse
stringlengths
30
149
premise_parse
stringlengths
60
225
hypothesis
stringlengths
12
44
binary_parse_hypothesis
stringlengths
20
68
parse_hypothesis
stringlengths
49
111
genre
stringclasses
3 values
label
int64
0
1
501
501
The banker who the athletes recognized thanked the authors .
( ( ( The banker ) ( who ( ( the athletes ) recognized ) ) ) ( ( thanked ( the authors ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN banker)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS athletes)) (VP (VBD recognized))))) (VP (VBD thanked) (NP (DT the) (NNS authors))) (. .)))
The athletes recognized the banker .
( ( The athletes ) ( ( recognized ( the banker ) ) . ) )
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD recognized) (NP (DT the) (NN banker))) (. .)))
lexical_overlap
0
502
502
The secretaries who thanked the artist called the tourists .
( ( ( The secretaries ) ( who ( thanked ( the artist ) ) ) ) ( ( called ( the tourists ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS secretaries)) (SBAR (WHNP (WP who)) (S (VP (VBD thanked) (NP (DT the) (NN artist)))))) (VP (VBD called) (NP (DT the) (NNS tourists))) (. .)))
The secretaries thanked the artist .
( ( The secretaries ) ( ( thanked ( the artist ) ) . ) )
(ROOT (S (NP (DT The) (NNS secretaries)) (VP (VBD thanked) (NP (DT the) (NN artist))) (. .)))
lexical_overlap
0
503
503
The banker advised the professors that recommended the manager .
( ( The banker ) ( ( advised ( ( the professors ) ( that ( recommended ( the manager ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD advised) (NP (NP (DT the) (NNS professors)) (SBAR (WHNP (WDT that)) (S (VP (VBD recommended) (NP (DT the) (NN manager))))))) (. .)))
The professors recommended the manager .
( ( The professors ) ( ( recommended ( the manager ) ) . ) )
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD recommended) (NP (DT the) (NN manager))) (. .)))
lexical_overlap
0
504
504
The doctors contacted the athletes who believed the actors .
( ( The doctors ) ( ( contacted ( ( the athletes ) ( who ( believed ( the actors ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD contacted) (NP (NP (DT the) (NNS athletes)) (SBAR (WHNP (WP who)) (S (VP (VBD believed) (NP (DT the) (NNS actors))))))) (. .)))
The athletes believed the actors .
( ( The athletes ) ( ( believed ( the actors ) ) . ) )
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD believed) (NP (DT the) (NNS actors))) (. .)))
lexical_overlap
0
505
505
The author who helped the president admired the judge .
( ( ( The author ) ( who ( helped ( the president ) ) ) ) ( ( admired ( the judge ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN author)) (SBAR (WHNP (WP who)) (S (VP (VBD helped) (NP (DT the) (NN president)))))) (VP (VBD admired) (NP (DT the) (NN judge))) (. .)))
The author helped the president .
( ( The author ) ( ( helped ( the president ) ) . ) )
(ROOT (S (NP (DT The) (NN author)) (VP (VBD helped) (NP (DT the) (NN president))) (. .)))
lexical_overlap
0
506
506
The artist avoided the athletes who mentioned the managers .
( ( The artist ) ( ( avoided ( ( the athletes ) ( who ( mentioned ( the managers ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD avoided) (NP (NP (DT the) (NNS athletes)) (SBAR (WHNP (WP who)) (S (VP (VBD mentioned) (NP (DT the) (NNS managers))))))) (. .)))
The athletes mentioned the managers .
( ( The athletes ) ( ( mentioned ( the managers ) ) . ) )
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD mentioned) (NP (DT the) (NNS managers))) (. .)))
lexical_overlap
0
507
507
The actors that contacted the tourist called the banker .
( ( ( The actors ) ( that ( contacted ( the tourist ) ) ) ) ( ( called ( the banker ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS actors)) (SBAR (WHNP (WDT that)) (S (VP (VBD contacted) (NP (DT the) (NN tourist)))))) (VP (VBD called) (NP (DT the) (NN banker))) (. .)))
The actors contacted the tourist .
( ( The actors ) ( ( contacted ( the tourist ) ) . ) )
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD contacted) (NP (DT the) (NN tourist))) (. .)))
lexical_overlap
0
508
508
The student that introduced the senator helped the bankers .
( ( ( The student ) ( that ( introduced ( the senator ) ) ) ) ( ( helped ( the bankers ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN student)) (SBAR (WHNP (WDT that)) (S (VP (VBD introduced) (NP (DT the) (NN senator)))))) (VP (VBD helped) (NP (DT the) (NNS bankers))) (. .)))
The student introduced the senator .
( ( The student ) ( ( introduced ( the senator ) ) . ) )
(ROOT (S (NP (DT The) (NN student)) (VP (VBD introduced) (NP (DT the) (NN senator))) (. .)))
lexical_overlap
0
509
509
The scientists that the author encouraged helped the tourist .
( ( ( The scientists ) ( that ( ( the author ) encouraged ) ) ) ( ( helped ( the tourist ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS scientists)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN author)) (VP (VBD encouraged))))) (VP (VBD helped) (NP (DT the) (NN tourist))) (. .)))
The author encouraged the scientists .
( ( The author ) ( ( encouraged ( the scientists ) ) . ) )
(ROOT (S (NP (DT The) (NN author)) (VP (VBD encouraged) (NP (DT the) (NNS scientists))) (. .)))
lexical_overlap
0
510
510
The actors who introduced the president admired the tourist .
( ( ( The actors ) ( who ( introduced ( the president ) ) ) ) ( ( admired ( the tourist ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS actors)) (SBAR (WHNP (WP who)) (S (VP (VBD introduced) (NP (DT the) (NN president)))))) (VP (VBD admired) (NP (DT the) (NN tourist))) (. .)))
The actors introduced the president .
( ( The actors ) ( ( introduced ( the president ) ) . ) )
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD introduced) (NP (DT the) (NN president))) (. .)))
lexical_overlap
0
511
511
The judge supported the president who believed the lawyers .
( ( The judge ) ( ( supported ( ( the president ) ( who ( believed ( the lawyers ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD supported) (NP (NP (DT the) (NN president)) (SBAR (WHNP (WP who)) (S (VP (VBD believed) (NP (DT the) (NNS lawyers))))))) (. .)))
The president believed the lawyers .
( ( The president ) ( ( believed ( the lawyers ) ) . ) )
(ROOT (S (NP (DT The) (NN president)) (VP (VBD believed) (NP (DT the) (NNS lawyers))) (. .)))
lexical_overlap
0
512
512
The scientists who the banker believed helped the lawyers .
( ( ( The scientists ) ( who ( ( the banker ) believed ) ) ) ( ( helped ( the lawyers ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS scientists)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN banker)) (VP (VBD believed))))) (VP (VBD helped) (NP (DT the) (NNS lawyers))) (. .)))
The banker believed the scientists .
( ( The banker ) ( ( believed ( the scientists ) ) . ) )
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD believed) (NP (DT the) (NNS scientists))) (. .)))
lexical_overlap
0
513
513
The presidents stopped the tourist who the professor recognized .
( ( The presidents ) ( ( stopped ( ( the tourist ) ( who ( ( the professor ) recognized ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD stopped) (NP (NP (DT the) (NN tourist)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN professor)) (VP (VBD recognized)))))) (. .)))
The professor recognized the tourist .
( ( The professor ) ( ( recognized ( the tourist ) ) . ) )
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD recognized) (NP (DT the) (NN tourist))) (. .)))
lexical_overlap
0
514
514
The president that the athlete called saw the banker .
( ( ( The president ) ( that ( ( the athlete ) called ) ) ) ( ( saw ( the banker ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN president)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN athlete)) (VP (VBD called))))) (VP (VBD saw) (NP (DT the) (NN banker))) (. .)))
The athlete called the president .
( ( The athlete ) ( ( called ( the president ) ) . ) )
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD called) (NP (DT the) (NN president))) (. .)))
lexical_overlap
0
515
515
The senators recommended the scientists who called the professor .
( ( The senators ) ( ( recommended ( ( the scientists ) ( who ( called ( the professor ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD recommended) (NP (NP (DT the) (NNS scientists)) (SBAR (WHNP (WP who)) (S (VP (VBD called) (NP (DT the) (NN professor))))))) (. .)))
The scientists called the professor .
( ( The scientists ) ( ( called ( the professor ) ) . ) )
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD called) (NP (DT the) (NN professor))) (. .)))
lexical_overlap
0
516
516
The author who the lawyers helped thanked the doctor .
( ( ( The author ) ( who ( ( the lawyers ) helped ) ) ) ( ( thanked ( the doctor ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN author)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS lawyers)) (VP (VBD helped))))) (VP (VBD thanked) (NP (DT the) (NN doctor))) (. .)))
The lawyers helped the author .
( ( The lawyers ) ( ( helped ( the author ) ) . ) )
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD helped) (NP (DT the) (NN author))) (. .)))
lexical_overlap
0
517
517
The authors admired the judge who the artists recommended .
( ( The authors ) ( ( admired ( ( the judge ) ( who ( ( the artists ) recommended ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD admired) (NP (NP (DT the) (NN judge)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS artists)) (VP (VBD recommended)))))) (. .)))
The artists recommended the judge .
( ( The artists ) ( ( recommended ( the judge ) ) . ) )
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD recommended) (NP (DT the) (NN judge))) (. .)))
lexical_overlap
0
518
518
The athlete who the senators recognized admired the artist .
( ( ( The athlete ) ( who ( ( the senators ) recognized ) ) ) ( ( admired ( the artist ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN athlete)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS senators)) (VP (VBD recognized))))) (VP (VBD admired) (NP (DT the) (NN artist))) (. .)))
The senators recognized the athlete .
( ( The senators ) ( ( recognized ( the athlete ) ) . ) )
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD recognized) (NP (DT the) (NN athlete))) (. .)))
lexical_overlap
0
519
519
The lawyers that the professor recommended thanked the managers .
( ( ( The lawyers ) ( that ( ( the professor ) recommended ) ) ) ( ( thanked ( the managers ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS lawyers)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN professor)) (VP (VBD recommended))))) (VP (VBD thanked) (NP (DT the) (NNS managers))) (. .)))
The professor recommended the lawyers .
( ( The professor ) ( ( recommended ( the lawyers ) ) . ) )
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD recommended) (NP (DT the) (NNS lawyers))) (. .)))
lexical_overlap
0
520
520
The actors mentioned the doctor who the judges supported .
( ( The actors ) ( ( mentioned ( ( the doctor ) ( who ( ( the judges ) supported ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD mentioned) (NP (NP (DT the) (NN doctor)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS judges)) (VP (VBD supported)))))) (. .)))
The judges supported the doctor .
( ( The judges ) ( ( supported ( the doctor ) ) . ) )
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD supported) (NP (DT the) (NN doctor))) (. .)))
lexical_overlap
0
521
521
The managers that mentioned the president admired the professors .
( ( ( The managers ) ( that ( mentioned ( the president ) ) ) ) ( ( admired ( the professors ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS managers)) (SBAR (WHNP (WDT that)) (S (VP (VBD mentioned) (NP (DT the) (NN president)))))) (VP (VBD admired) (NP (DT the) (NNS professors))) (. .)))
The managers mentioned the president .
( ( The managers ) ( ( mentioned ( the president ) ) . ) )
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD mentioned) (NP (DT the) (NN president))) (. .)))
lexical_overlap
0
522
522
The manager who the secretary called advised the judge .
( ( ( The manager ) ( who ( ( the secretary ) called ) ) ) ( ( advised ( the judge ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN manager)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN secretary)) (VP (VBD called))))) (VP (VBD advised) (NP (DT the) (NN judge))) (. .)))
The secretary called the manager .
( ( The secretary ) ( ( called ( the manager ) ) . ) )
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD called) (NP (DT the) (NN manager))) (. .)))
lexical_overlap
0
523
523
The authors who contacted the lawyers thanked the banker .
( ( ( The authors ) ( who ( contacted ( the lawyers ) ) ) ) ( ( thanked ( the banker ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS authors)) (SBAR (WHNP (WP who)) (S (VP (VBD contacted) (NP (DT the) (NNS lawyers)))))) (VP (VBD thanked) (NP (DT the) (NN banker))) (. .)))
The authors contacted the lawyers .
( ( The authors ) ( ( contacted ( the lawyers ) ) . ) )
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD contacted) (NP (DT the) (NNS lawyers))) (. .)))
lexical_overlap
0
524
524
The manager recommended the author who thanked the artist .
( ( The manager ) ( ( recommended ( ( the author ) ( who ( thanked ( the artist ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN manager)) (VP (VBD recommended) (NP (NP (DT the) (NN author)) (SBAR (WHNP (WP who)) (S (VP (VBD thanked) (NP (DT the) (NN artist))))))) (. .)))
The author thanked the artist .
( ( The author ) ( ( thanked ( the artist ) ) . ) )
(ROOT (S (NP (DT The) (NN author)) (VP (VBD thanked) (NP (DT the) (NN artist))) (. .)))
lexical_overlap
0
525
525
The scientists helped the banker who the artist advised .
( ( The scientists ) ( ( helped ( ( the banker ) ( who ( ( the artist ) advised ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD helped) (NP (NP (DT the) (NN banker)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN artist)) (VP (VBD advised)))))) (. .)))
The artist advised the banker .
( ( The artist ) ( ( advised ( the banker ) ) . ) )
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD advised) (NP (DT the) (NN banker))) (. .)))
lexical_overlap
0
526
526
The presidents who the lawyers encouraged avoided the senators .
( ( ( The presidents ) ( who ( ( the lawyers ) encouraged ) ) ) ( ( avoided ( the senators ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS presidents)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS lawyers)) (VP (VBD encouraged))))) (VP (VBD avoided) (NP (DT the) (NNS senators))) (. .)))
The lawyers encouraged the presidents .
( ( The lawyers ) ( ( encouraged ( the presidents ) ) . ) )
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD encouraged) (NP (DT the) (NNS presidents))) (. .)))
lexical_overlap
0
527
527
The professors that the managers avoided believed the tourist .
( ( ( The professors ) ( that ( ( the managers ) avoided ) ) ) ( ( believed ( the tourist ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS professors)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS managers)) (VP (VBD avoided))))) (VP (VBD believed) (NP (DT the) (NN tourist))) (. .)))
The managers avoided the professors .
( ( The managers ) ( ( avoided ( the professors ) ) . ) )
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD avoided) (NP (DT the) (NNS professors))) (. .)))
lexical_overlap
0
528
528
The secretaries who recognized the judges advised the doctors .
( ( ( The secretaries ) ( who ( recognized ( the judges ) ) ) ) ( ( advised ( the doctors ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS secretaries)) (SBAR (WHNP (WP who)) (S (VP (VBD recognized) (NP (DT the) (NNS judges)))))) (VP (VBD advised) (NP (DT the) (NNS doctors))) (. .)))
The secretaries recognized the judges .
( ( The secretaries ) ( ( recognized ( the judges ) ) . ) )
(ROOT (S (NP (DT The) (NNS secretaries)) (VP (VBD recognized) (NP (DT the) (NNS judges))) (. .)))
lexical_overlap
0
529
529
The actors who the author recognized mentioned the secretary .
( ( ( The actors ) ( who ( ( the author ) recognized ) ) ) ( ( mentioned ( the secretary ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS actors)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN author)) (VP (VBD recognized))))) (VP (VBD mentioned) (NP (DT the) (NN secretary))) (. .)))
The author recognized the actors .
( ( The author ) ( ( recognized ( the actors ) ) . ) )
(ROOT (S (NP (DT The) (NN author)) (VP (VBD recognized) (NP (DT the) (NNS actors))) (. .)))
lexical_overlap
0
530
530
The tourist that mentioned the secretaries recommended the judge .
( ( ( The tourist ) ( that ( mentioned ( the secretaries ) ) ) ) ( ( recommended ( the judge ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN tourist)) (SBAR (WHNP (WDT that)) (S (VP (VBD mentioned) (NP (DT the) (NNS secretaries)))))) (VP (VBD recommended) (NP (DT the) (NN judge))) (. .)))
The tourist mentioned the secretaries .
( ( The tourist ) ( ( mentioned ( the secretaries ) ) . ) )
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD mentioned) (NP (DT the) (NNS secretaries))) (. .)))
lexical_overlap
0
531
531
The doctors introduced the professor who advised the authors .
( ( The doctors ) ( ( introduced ( ( the professor ) ( who ( advised ( the authors ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD introduced) (NP (NP (DT the) (NN professor)) (SBAR (WHNP (WP who)) (S (VP (VBD advised) (NP (DT the) (NNS authors))))))) (. .)))
The professor advised the authors .
( ( The professor ) ( ( advised ( the authors ) ) . ) )
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD advised) (NP (DT the) (NNS authors))) (. .)))
lexical_overlap
0
532
532
The bankers encouraged the tourists that the actors stopped .
( ( The bankers ) ( ( encouraged ( ( the tourists ) ( that ( ( the actors ) stopped ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD encouraged) (NP (NP (DT the) (NNS tourists)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS actors)) (VP (VBD stopped)))))) (. .)))
The actors stopped the tourists .
( ( The actors ) ( ( stopped ( the tourists ) ) . ) )
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD stopped) (NP (DT the) (NNS tourists))) (. .)))
lexical_overlap
0
533
533
The senators who recognized the president thanked the manager .
( ( ( The senators ) ( who ( recognized ( the president ) ) ) ) ( ( thanked ( the manager ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS senators)) (SBAR (WHNP (WP who)) (S (VP (VBD recognized) (NP (DT the) (NN president)))))) (VP (VBD thanked) (NP (DT the) (NN manager))) (. .)))
The senators recognized the president .
( ( The senators ) ( ( recognized ( the president ) ) . ) )
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD recognized) (NP (DT the) (NN president))) (. .)))
lexical_overlap
0
534
534
The president helped the artists that the judges recognized .
( ( The president ) ( ( helped ( ( the artists ) ( that ( ( the judges ) recognized ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN president)) (VP (VBD helped) (NP (NP (DT the) (NNS artists)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS judges)) (VP (VBD recognized)))))) (. .)))
The judges recognized the artists .
( ( The judges ) ( ( recognized ( the artists ) ) . ) )
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD recognized) (NP (DT the) (NNS artists))) (. .)))
lexical_overlap
0
535
535
The artists believed the students who the professors called .
( ( The artists ) ( ( believed ( ( the students ) ( who ( ( the professors ) called ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD believed) (NP (NP (DT the) (NNS students)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS professors)) (VP (VBD called)))))) (. .)))
The professors called the students .
( ( The professors ) ( ( called ( the students ) ) . ) )
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD called) (NP (DT the) (NNS students))) (. .)))
lexical_overlap
0
536
536
The judge that helped the actors recommended the managers .
( ( ( The judge ) ( that ( helped ( the actors ) ) ) ) ( ( recommended ( the managers ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN judge)) (SBAR (WHNP (WDT that)) (S (VP (VBD helped) (NP (DT the) (NNS actors)))))) (VP (VBD recommended) (NP (DT the) (NNS managers))) (. .)))
The judge helped the actors .
( ( The judge ) ( ( helped ( the actors ) ) . ) )
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD helped) (NP (DT the) (NNS actors))) (. .)))
lexical_overlap
0
537
537
The professors that admired the artist avoided the president .
( ( ( The professors ) ( that ( admired ( the artist ) ) ) ) ( ( avoided ( the president ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS professors)) (SBAR (WHNP (WDT that)) (S (VP (VBD admired) (NP (DT the) (NN artist)))))) (VP (VBD avoided) (NP (DT the) (NN president))) (. .)))
The professors admired the artist .
( ( The professors ) ( ( admired ( the artist ) ) . ) )
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD admired) (NP (DT the) (NN artist))) (. .)))
lexical_overlap
0
538
538
The athletes that the professors avoided called the artist .
( ( ( The athletes ) ( that ( ( the professors ) avoided ) ) ) ( ( called ( the artist ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS athletes)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS professors)) (VP (VBD avoided))))) (VP (VBD called) (NP (DT the) (NN artist))) (. .)))
The professors avoided the athletes .
( ( The professors ) ( ( avoided ( the athletes ) ) . ) )
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD avoided) (NP (DT the) (NNS athletes))) (. .)))
lexical_overlap
0
539
539
The judge that mentioned the manager recommended the tourist .
( ( ( The judge ) ( that ( mentioned ( the manager ) ) ) ) ( ( recommended ( the tourist ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN judge)) (SBAR (WHNP (WDT that)) (S (VP (VBD mentioned) (NP (DT the) (NN manager)))))) (VP (VBD recommended) (NP (DT the) (NN tourist))) (. .)))
The judge mentioned the manager .
( ( The judge ) ( ( mentioned ( the manager ) ) . ) )
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD mentioned) (NP (DT the) (NN manager))) (. .)))
lexical_overlap
0
540
540
The authors that the actors recognized stopped the professors .
( ( ( The authors ) ( that ( ( the actors ) recognized ) ) ) ( ( stopped ( the professors ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS authors)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS actors)) (VP (VBD recognized))))) (VP (VBD stopped) (NP (DT the) (NNS professors))) (. .)))
The actors recognized the authors .
( ( The actors ) ( ( recognized ( the authors ) ) . ) )
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD recognized) (NP (DT the) (NNS authors))) (. .)))
lexical_overlap
0
541
541
The tourists that the artist saw recommended the actor .
( ( ( The tourists ) ( that ( ( the artist ) saw ) ) ) ( ( recommended ( the actor ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS tourists)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN artist)) (VP (VBD saw))))) (VP (VBD recommended) (NP (DT the) (NN actor))) (. .)))
The artist saw the tourists .
( ( The artist ) ( ( saw ( the tourists ) ) . ) )
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD saw) (NP (DT the) (NNS tourists))) (. .)))
lexical_overlap
0
542
542
The athletes who the lawyer contacted thanked the author .
( ( ( The athletes ) ( who ( ( the lawyer ) contacted ) ) ) ( ( thanked ( the author ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS athletes)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN lawyer)) (VP (VBD contacted))))) (VP (VBD thanked) (NP (DT the) (NN author))) (. .)))
The lawyer contacted the athletes .
( ( The lawyer ) ( ( contacted ( the athletes ) ) . ) )
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD contacted) (NP (DT the) (NNS athletes))) (. .)))
lexical_overlap
0
543
543
The artist introduced the scientists who the president stopped .
( ( The artist ) ( ( introduced ( ( the scientists ) ( who ( ( the president ) stopped ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD introduced) (NP (NP (DT the) (NNS scientists)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN president)) (VP (VBD stopped)))))) (. .)))
The president stopped the scientists .
( ( The president ) ( ( stopped ( the scientists ) ) . ) )
(ROOT (S (NP (DT The) (NN president)) (VP (VBD stopped) (NP (DT the) (NNS scientists))) (. .)))
lexical_overlap
0
544
544
The athletes that avoided the students introduced the doctor .
( ( ( The athletes ) ( that ( avoided ( the students ) ) ) ) ( ( introduced ( the doctor ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS athletes)) (SBAR (WHNP (WDT that)) (S (VP (VBD avoided) (NP (DT the) (NNS students)))))) (VP (VBD introduced) (NP (DT the) (NN doctor))) (. .)))
The athletes avoided the students .
( ( The athletes ) ( ( avoided ( the students ) ) . ) )
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD avoided) (NP (DT the) (NNS students))) (. .)))
lexical_overlap
0
545
545
The student who the professors stopped recognized the president .
( ( ( The student ) ( who ( ( the professors ) stopped ) ) ) ( ( recognized ( the president ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN student)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS professors)) (VP (VBD stopped))))) (VP (VBD recognized) (NP (DT the) (NN president))) (. .)))
The professors stopped the student .
( ( The professors ) ( ( stopped ( the student ) ) . ) )
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD stopped) (NP (DT the) (NN student))) (. .)))
lexical_overlap
0
546
546
The students recognized the judges that admired the athlete .
( ( The students ) ( ( recognized ( ( the judges ) ( that ( admired ( the athlete ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD recognized) (NP (NP (DT the) (NNS judges)) (SBAR (WHNP (WDT that)) (S (VP (VBD admired) (NP (DT the) (NN athlete))))))) (. .)))
The judges admired the athlete .
( ( The judges ) ( ( admired ( the athlete ) ) . ) )
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD admired) (NP (DT the) (NN athlete))) (. .)))
lexical_overlap
0
547
547
The athlete who saw the professors recognized the manager .
( ( ( The athlete ) ( who ( saw ( the professors ) ) ) ) ( ( recognized ( the manager ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN athlete)) (SBAR (WHNP (WP who)) (S (VP (VBD saw) (NP (DT the) (NNS professors)))))) (VP (VBD recognized) (NP (DT the) (NN manager))) (. .)))
The athlete saw the professors .
( ( The athlete ) ( ( saw ( the professors ) ) . ) )
(ROOT (S (NP (DT The) (NN athlete)) (VP (VBD saw) (NP (DT the) (NNS professors))) (. .)))
lexical_overlap
0
548
548
The tourists called the actors who recommended the athletes .
( ( The tourists ) ( ( called ( ( the actors ) ( who ( recommended ( the athletes ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD called) (NP (NP (DT the) (NNS actors)) (SBAR (WHNP (WP who)) (S (VP (VBD recommended) (NP (DT the) (NNS athletes))))))) (. .)))
The actors recommended the athletes .
( ( The actors ) ( ( recommended ( the athletes ) ) . ) )
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD recommended) (NP (DT the) (NNS athletes))) (. .)))
lexical_overlap
0
549
549
The managers saw the lawyers that the president called .
( ( The managers ) ( ( saw ( ( the lawyers ) ( that ( ( the president ) called ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD saw) (NP (NP (DT the) (NNS lawyers)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN president)) (VP (VBD called)))))) (. .)))
The president called the lawyers .
( ( The president ) ( ( called ( the lawyers ) ) . ) )
(ROOT (S (NP (DT The) (NN president)) (VP (VBD called) (NP (DT the) (NNS lawyers))) (. .)))
lexical_overlap
0
550
550
The athletes who the secretary stopped thanked the author .
( ( ( The athletes ) ( who ( ( the secretary ) stopped ) ) ) ( ( thanked ( the author ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS athletes)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN secretary)) (VP (VBD stopped))))) (VP (VBD thanked) (NP (DT the) (NN author))) (. .)))
The secretary stopped the athletes .
( ( The secretary ) ( ( stopped ( the athletes ) ) . ) )
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD stopped) (NP (DT the) (NNS athletes))) (. .)))
lexical_overlap
0
551
551
The senator who helped the lawyer thanked the tourist .
( ( ( The senator ) ( who ( helped ( the lawyer ) ) ) ) ( ( thanked ( the tourist ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN senator)) (SBAR (WHNP (WP who)) (S (VP (VBD helped) (NP (DT the) (NN lawyer)))))) (VP (VBD thanked) (NP (DT the) (NN tourist))) (. .)))
The senator helped the lawyer .
( ( The senator ) ( ( helped ( the lawyer ) ) . ) )
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD helped) (NP (DT the) (NN lawyer))) (. .)))
lexical_overlap
0
552
552
The actor thanked the professors who admired the author .
( ( The actor ) ( ( thanked ( ( the professors ) ( who ( admired ( the author ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD thanked) (NP (NP (DT the) (NNS professors)) (SBAR (WHNP (WP who)) (S (VP (VBD admired) (NP (DT the) (NN author))))))) (. .)))
The professors admired the author .
( ( The professors ) ( ( admired ( the author ) ) . ) )
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD admired) (NP (DT the) (NN author))) (. .)))
lexical_overlap
0
553
553
The senator that the secretary advised called the managers .
( ( ( The senator ) ( that ( ( the secretary ) advised ) ) ) ( ( called ( the managers ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN senator)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN secretary)) (VP (VBD advised))))) (VP (VBD called) (NP (DT the) (NNS managers))) (. .)))
The secretary advised the senator .
( ( The secretary ) ( ( advised ( the senator ) ) . ) )
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD advised) (NP (DT the) (NN senator))) (. .)))
lexical_overlap
0
554
554
The bankers who thanked the athlete admired the secretaries .
( ( ( The bankers ) ( who ( thanked ( the athlete ) ) ) ) ( ( admired ( the secretaries ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS bankers)) (SBAR (WHNP (WP who)) (S (VP (VBD thanked) (NP (DT the) (NN athlete)))))) (VP (VBD admired) (NP (DT the) (NNS secretaries))) (. .)))
The bankers thanked the athlete .
( ( The bankers ) ( ( thanked ( the athlete ) ) . ) )
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD thanked) (NP (DT the) (NN athlete))) (. .)))
lexical_overlap
0
555
555
The managers introduced the banker that the actor mentioned .
( ( The managers ) ( ( introduced ( ( the banker ) ( that ( ( the actor ) mentioned ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD introduced) (NP (NP (DT the) (NN banker)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN actor)) (VP (VBD mentioned)))))) (. .)))
The actor mentioned the banker .
( ( The actor ) ( ( mentioned ( the banker ) ) . ) )
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD mentioned) (NP (DT the) (NN banker))) (. .)))
lexical_overlap
0
556
556
The scientists that believed the actor encouraged the manager .
( ( ( The scientists ) ( that ( believed ( the actor ) ) ) ) ( ( encouraged ( the manager ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS scientists)) (SBAR (WHNP (WDT that)) (S (VP (VBD believed) (NP (DT the) (NN actor)))))) (VP (VBD encouraged) (NP (DT the) (NN manager))) (. .)))
The scientists believed the actor .
( ( The scientists ) ( ( believed ( the actor ) ) . ) )
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD believed) (NP (DT the) (NN actor))) (. .)))
lexical_overlap
0
557
557
The artist who introduced the student avoided the secretary .
( ( ( The artist ) ( who ( introduced ( the student ) ) ) ) ( ( avoided ( the secretary ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN artist)) (SBAR (WHNP (WP who)) (S (VP (VBD introduced) (NP (DT the) (NN student)))))) (VP (VBD avoided) (NP (DT the) (NN secretary))) (. .)))
The artist introduced the student .
( ( The artist ) ( ( introduced ( the student ) ) . ) )
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD introduced) (NP (DT the) (NN student))) (. .)))
lexical_overlap
0
558
558
The judge recommended the bankers that the tourist avoided .
( ( The judge ) ( ( recommended ( ( the bankers ) ( that ( ( the tourist ) avoided ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD recommended) (NP (NP (DT the) (NNS bankers)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN tourist)) (VP (VBD avoided)))))) (. .)))
The tourist avoided the bankers .
( ( The tourist ) ( ( avoided ( the bankers ) ) . ) )
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD avoided) (NP (DT the) (NNS bankers))) (. .)))
lexical_overlap
0
559
559
The presidents avoided the artists who stopped the banker .
( ( The presidents ) ( ( avoided ( ( the artists ) ( who ( stopped ( the banker ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD avoided) (NP (NP (DT the) (NNS artists)) (SBAR (WHNP (WP who)) (S (VP (VBD stopped) (NP (DT the) (NN banker))))))) (. .)))
The artists stopped the banker .
( ( The artists ) ( ( stopped ( the banker ) ) . ) )
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD stopped) (NP (DT the) (NN banker))) (. .)))
lexical_overlap
0
560
560
The president that the artists recognized contacted the senators .
( ( ( The president ) ( that ( ( the artists ) recognized ) ) ) ( ( contacted ( the senators ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN president)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS artists)) (VP (VBD recognized))))) (VP (VBD contacted) (NP (DT the) (NNS senators))) (. .)))
The artists recognized the president .
( ( The artists ) ( ( recognized ( the president ) ) . ) )
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD recognized) (NP (DT the) (NN president))) (. .)))
lexical_overlap
0
561
561
The secretary introduced the scientists that thanked the athlete .
( ( The secretary ) ( ( introduced ( ( the scientists ) ( that ( thanked ( the athlete ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD introduced) (NP (NP (DT the) (NNS scientists)) (SBAR (WHNP (WDT that)) (S (VP (VBD thanked) (NP (DT the) (NN athlete))))))) (. .)))
The scientists thanked the athlete .
( ( The scientists ) ( ( thanked ( the athlete ) ) . ) )
(ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD thanked) (NP (DT the) (NN athlete))) (. .)))
lexical_overlap
0
562
562
The lawyers recommended the artist who mentioned the bankers .
( ( The lawyers ) ( ( recommended ( ( the artist ) ( who ( mentioned ( the bankers ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD recommended) (NP (NP (DT the) (NN artist)) (SBAR (WHNP (WP who)) (S (VP (VBD mentioned) (NP (DT the) (NNS bankers))))))) (. .)))
The artist mentioned the bankers .
( ( The artist ) ( ( mentioned ( the bankers ) ) . ) )
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD mentioned) (NP (DT the) (NNS bankers))) (. .)))
lexical_overlap
0
563
563
The senators called the president who advised the secretaries .
( ( The senators ) ( ( called ( ( the president ) ( who ( advised ( the secretaries ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD called) (NP (NP (DT the) (NN president)) (SBAR (WHNP (WP who)) (S (VP (VBD advised) (NP (DT the) (NNS secretaries))))))) (. .)))
The president advised the secretaries .
( ( The president ) ( ( advised ( the secretaries ) ) . ) )
(ROOT (S (NP (DT The) (NN president)) (VP (VBD advised) (NP (DT the) (NNS secretaries))) (. .)))
lexical_overlap
0
564
564
The actors encouraged the senators who advised the scientist .
( ( The actors ) ( ( encouraged ( ( the senators ) ( who ( advised ( the scientist ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD encouraged) (NP (NP (DT the) (NNS senators)) (SBAR (WHNP (WP who)) (S (VP (VBD advised) (NP (DT the) (NN scientist))))))) (. .)))
The senators advised the scientist .
( ( The senators ) ( ( advised ( the scientist ) ) . ) )
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD advised) (NP (DT the) (NN scientist))) (. .)))
lexical_overlap
0
565
565
The banker believed the presidents that the tourist saw .
( ( The banker ) ( ( believed ( ( the presidents ) ( that ( ( the tourist ) saw ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD believed) (NP (NP (DT the) (NNS presidents)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN tourist)) (VP (VBD saw)))))) (. .)))
The tourist saw the presidents .
( ( The tourist ) ( ( saw ( the presidents ) ) . ) )
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD saw) (NP (DT the) (NNS presidents))) (. .)))
lexical_overlap
0
566
566
The lawyers who the judge encouraged called the manager .
( ( ( The lawyers ) ( who ( ( the judge ) encouraged ) ) ) ( ( called ( the manager ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS lawyers)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN judge)) (VP (VBD encouraged))))) (VP (VBD called) (NP (DT the) (NN manager))) (. .)))
The judge encouraged the lawyers .
( ( The judge ) ( ( encouraged ( the lawyers ) ) . ) )
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD encouraged) (NP (DT the) (NNS lawyers))) (. .)))
lexical_overlap
0
567
567
The student who mentioned the bankers stopped the artist .
( ( ( The student ) ( who ( mentioned ( the bankers ) ) ) ) ( ( stopped ( the artist ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN student)) (SBAR (WHNP (WP who)) (S (VP (VBD mentioned) (NP (DT the) (NNS bankers)))))) (VP (VBD stopped) (NP (DT the) (NN artist))) (. .)))
The student mentioned the bankers .
( ( The student ) ( ( mentioned ( the bankers ) ) . ) )
(ROOT (S (NP (DT The) (NN student)) (VP (VBD mentioned) (NP (DT the) (NNS bankers))) (. .)))
lexical_overlap
0
568
568
The presidents thanked the doctor who contacted the tourists .
( ( The presidents ) ( ( thanked ( ( the doctor ) ( who ( contacted ( the tourists ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD thanked) (NP (NP (DT the) (NN doctor)) (SBAR (WHNP (WP who)) (S (VP (VBD contacted) (NP (DT the) (NNS tourists))))))) (. .)))
The doctor contacted the tourists .
( ( The doctor ) ( ( contacted ( the tourists ) ) . ) )
(ROOT (S (NP (DT The) (NN doctor)) (VP (VBD contacted) (NP (DT the) (NNS tourists))) (. .)))
lexical_overlap
0
569
569
The judge recognized the bankers that the professor introduced .
( ( The judge ) ( ( recognized ( ( the bankers ) ( that ( ( the professor ) introduced ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD recognized) (NP (NP (DT the) (NNS bankers)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN professor)) (VP (VBD introduced)))))) (. .)))
The professor introduced the bankers .
( ( The professor ) ( ( introduced ( the bankers ) ) . ) )
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD introduced) (NP (DT the) (NNS bankers))) (. .)))
lexical_overlap
0
570
570
The author believed the doctor who the lawyer stopped .
( ( The author ) ( ( believed ( ( the doctor ) ( who ( ( the lawyer ) stopped ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN author)) (VP (VBD believed) (NP (NP (DT the) (NN doctor)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN lawyer)) (VP (VBD stopped)))))) (. .)))
The lawyer stopped the doctor .
( ( The lawyer ) ( ( stopped ( the doctor ) ) . ) )
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD stopped) (NP (DT the) (NN doctor))) (. .)))
lexical_overlap
0
571
571
The actors that the scientist mentioned admired the athletes .
( ( ( The actors ) ( that ( ( the scientist ) mentioned ) ) ) ( ( admired ( the athletes ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS actors)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN scientist)) (VP (VBD mentioned))))) (VP (VBD admired) (NP (DT the) (NNS athletes))) (. .)))
The scientist mentioned the actors .
( ( The scientist ) ( ( mentioned ( the actors ) ) . ) )
(ROOT (S (NP (DT The) (NN scientist)) (VP (VBD mentioned) (NP (DT the) (NNS actors))) (. .)))
lexical_overlap
0
572
572
The artist who thanked the judges encouraged the student .
( ( ( The artist ) ( who ( thanked ( the judges ) ) ) ) ( ( encouraged ( the student ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN artist)) (SBAR (WHNP (WP who)) (S (VP (VBD thanked) (NP (DT the) (NNS judges)))))) (VP (VBD encouraged) (NP (DT the) (NN student))) (. .)))
The artist thanked the judges .
( ( The artist ) ( ( thanked ( the judges ) ) . ) )
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD thanked) (NP (DT the) (NNS judges))) (. .)))
lexical_overlap
0
573
573
The tourists mentioned the doctor that the artists thanked .
( ( The tourists ) ( ( mentioned ( ( the doctor ) ( that ( ( the artists ) thanked ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD mentioned) (NP (NP (DT the) (NN doctor)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS artists)) (VP (VBD thanked)))))) (. .)))
The artists thanked the doctor .
( ( The artists ) ( ( thanked ( the doctor ) ) . ) )
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD thanked) (NP (DT the) (NN doctor))) (. .)))
lexical_overlap
0
574
574
The secretary that the manager called stopped the student .
( ( ( The secretary ) ( that ( ( the manager ) called ) ) ) ( ( stopped ( the student ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN secretary)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN manager)) (VP (VBD called))))) (VP (VBD stopped) (NP (DT the) (NN student))) (. .)))
The manager called the secretary .
( ( The manager ) ( ( called ( the secretary ) ) . ) )
(ROOT (S (NP (DT The) (NN manager)) (VP (VBD called) (NP (DT the) (NN secretary))) (. .)))
lexical_overlap
0
575
575
The author that the bankers advised recognized the secretaries .
( ( ( The author ) ( that ( ( the bankers ) advised ) ) ) ( ( recognized ( the secretaries ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN author)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS bankers)) (VP (VBD advised))))) (VP (VBD recognized) (NP (DT the) (NNS secretaries))) (. .)))
The bankers advised the author .
( ( The bankers ) ( ( advised ( the author ) ) . ) )
(ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD advised) (NP (DT the) (NN author))) (. .)))
lexical_overlap
0
576
576
The athletes that the student recommended avoided the authors .
( ( ( The athletes ) ( that ( ( the student ) recommended ) ) ) ( ( avoided ( the authors ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS athletes)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN student)) (VP (VBD recommended))))) (VP (VBD avoided) (NP (DT the) (NNS authors))) (. .)))
The student recommended the athletes .
( ( The student ) ( ( recommended ( the athletes ) ) . ) )
(ROOT (S (NP (DT The) (NN student)) (VP (VBD recommended) (NP (DT the) (NNS athletes))) (. .)))
lexical_overlap
0
577
577
The students who mentioned the tourist thanked the actors .
( ( ( The students ) ( who ( mentioned ( the tourist ) ) ) ) ( ( thanked ( the actors ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS students)) (SBAR (WHNP (WP who)) (S (VP (VBD mentioned) (NP (DT the) (NN tourist)))))) (VP (VBD thanked) (NP (DT the) (NNS actors))) (. .)))
The students mentioned the tourist .
( ( The students ) ( ( mentioned ( the tourist ) ) . ) )
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD mentioned) (NP (DT the) (NN tourist))) (. .)))
lexical_overlap
0
578
578
The author recognized the athlete that the senators mentioned .
( ( The author ) ( ( recognized ( ( the athlete ) ( that ( ( the senators ) mentioned ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN author)) (VP (VBD recognized) (NP (NP (DT the) (NN athlete)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS senators)) (VP (VBD mentioned)))))) (. .)))
The senators mentioned the athlete .
( ( The senators ) ( ( mentioned ( the athlete ) ) . ) )
(ROOT (S (NP (DT The) (NNS senators)) (VP (VBD mentioned) (NP (DT the) (NN athlete))) (. .)))
lexical_overlap
0
579
579
The doctor that the artists believed recognized the secretaries .
( ( ( The doctor ) ( that ( ( the artists ) believed ) ) ) ( ( recognized ( the secretaries ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN doctor)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS artists)) (VP (VBD believed))))) (VP (VBD recognized) (NP (DT the) (NNS secretaries))) (. .)))
The artists believed the doctor .
( ( The artists ) ( ( believed ( the doctor ) ) . ) )
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD believed) (NP (DT the) (NN doctor))) (. .)))
lexical_overlap
0
580
580
The tourist who the judges called avoided the scientist .
( ( ( The tourist ) ( who ( ( the judges ) called ) ) ) ( ( avoided ( the scientist ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN tourist)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS judges)) (VP (VBD called))))) (VP (VBD avoided) (NP (DT the) (NN scientist))) (. .)))
The judges called the tourist .
( ( The judges ) ( ( called ( the tourist ) ) . ) )
(ROOT (S (NP (DT The) (NNS judges)) (VP (VBD called) (NP (DT the) (NN tourist))) (. .)))
lexical_overlap
0
581
581
The students recommended the professors that the secretary contacted .
( ( The students ) ( ( recommended ( ( the professors ) ( that ( ( the secretary ) contacted ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS students)) (VP (VBD recommended) (NP (NP (DT the) (NNS professors)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN secretary)) (VP (VBD contacted)))))) (. .)))
The secretary contacted the professors .
( ( The secretary ) ( ( contacted ( the professors ) ) . ) )
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD contacted) (NP (DT the) (NNS professors))) (. .)))
lexical_overlap
0
582
582
The banker recognized the scientists that the doctors recommended .
( ( The banker ) ( ( recognized ( ( the scientists ) ( that ( ( the doctors ) recommended ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD recognized) (NP (NP (DT the) (NNS scientists)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS doctors)) (VP (VBD recommended)))))) (. .)))
The doctors recommended the scientists .
( ( The doctors ) ( ( recommended ( the scientists ) ) . ) )
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD recommended) (NP (DT the) (NNS scientists))) (. .)))
lexical_overlap
0
583
583
The doctors who the artist helped introduced the student .
( ( ( The doctors ) ( who ( ( the artist ) helped ) ) ) ( ( introduced ( the student ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS doctors)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN artist)) (VP (VBD helped))))) (VP (VBD introduced) (NP (DT the) (NN student))) (. .)))
The artist helped the doctors .
( ( The artist ) ( ( helped ( the doctors ) ) . ) )
(ROOT (S (NP (DT The) (NN artist)) (VP (VBD helped) (NP (DT the) (NNS doctors))) (. .)))
lexical_overlap
0
584
584
The banker that saw the scientist advised the lawyers .
( ( ( The banker ) ( that ( saw ( the scientist ) ) ) ) ( ( advised ( the lawyers ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN banker)) (SBAR (WHNP (WDT that)) (S (VP (VBD saw) (NP (DT the) (NN scientist)))))) (VP (VBD advised) (NP (DT the) (NNS lawyers))) (. .)))
The banker saw the scientist .
( ( The banker ) ( ( saw ( the scientist ) ) . ) )
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD saw) (NP (DT the) (NN scientist))) (. .)))
lexical_overlap
0
585
585
The lawyer called the judges that the doctors avoided .
( ( The lawyer ) ( ( called ( ( the judges ) ( that ( ( the doctors ) avoided ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD called) (NP (NP (DT the) (NNS judges)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NNS doctors)) (VP (VBD avoided)))))) (. .)))
The doctors avoided the judges .
( ( The doctors ) ( ( avoided ( the judges ) ) . ) )
(ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD avoided) (NP (DT the) (NNS judges))) (. .)))
lexical_overlap
0
586
586
The professors that advised the student supported the senator .
( ( ( The professors ) ( that ( advised ( the student ) ) ) ) ( ( supported ( the senator ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS professors)) (SBAR (WHNP (WDT that)) (S (VP (VBD advised) (NP (DT the) (NN student)))))) (VP (VBD supported) (NP (DT the) (NN senator))) (. .)))
The professors advised the student .
( ( The professors ) ( ( advised ( the student ) ) . ) )
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD advised) (NP (DT the) (NN student))) (. .)))
lexical_overlap
0
587
587
The presidents believed the managers who recommended the professor .
( ( The presidents ) ( ( believed ( ( the managers ) ( who ( recommended ( the professor ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD believed) (NP (NP (DT the) (NNS managers)) (SBAR (WHNP (WP who)) (S (VP (VBD recommended) (NP (DT the) (NN professor))))))) (. .)))
The managers recommended the professor .
( ( The managers ) ( ( recommended ( the professor ) ) . ) )
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD recommended) (NP (DT the) (NN professor))) (. .)))
lexical_overlap
0
588
588
The artists encouraged the professor that advised the manager .
( ( The artists ) ( ( encouraged ( ( the professor ) ( that ( advised ( the manager ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD encouraged) (NP (NP (DT the) (NN professor)) (SBAR (WHNP (WDT that)) (S (VP (VBD advised) (NP (DT the) (NN manager))))))) (. .)))
The professor advised the manager .
( ( The professor ) ( ( advised ( the manager ) ) . ) )
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD advised) (NP (DT the) (NN manager))) (. .)))
lexical_overlap
0
589
589
The president who advised the senator recommended the tourists .
( ( ( The president ) ( who ( advised ( the senator ) ) ) ) ( ( recommended ( the tourists ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN president)) (SBAR (WHNP (WP who)) (S (VP (VBD advised) (NP (DT the) (NN senator)))))) (VP (VBD recommended) (NP (DT the) (NNS tourists))) (. .)))
The president advised the senator .
( ( The president ) ( ( advised ( the senator ) ) . ) )
(ROOT (S (NP (DT The) (NN president)) (VP (VBD advised) (NP (DT the) (NN senator))) (. .)))
lexical_overlap
0
590
590
The judge recommended the president who the lawyer contacted .
( ( The judge ) ( ( recommended ( ( the president ) ( who ( ( the lawyer ) contacted ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN judge)) (VP (VBD recommended) (NP (NP (DT the) (NN president)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN lawyer)) (VP (VBD contacted)))))) (. .)))
The lawyer contacted the president .
( ( The lawyer ) ( ( contacted ( the president ) ) . ) )
(ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD contacted) (NP (DT the) (NN president))) (. .)))
lexical_overlap
0
591
591
The professor recommended the secretary who avoided the actor .
( ( The professor ) ( ( recommended ( ( the secretary ) ( who ( avoided ( the actor ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN professor)) (VP (VBD recommended) (NP (NP (DT the) (NN secretary)) (SBAR (WHNP (WP who)) (S (VP (VBD avoided) (NP (DT the) (NN actor))))))) (. .)))
The secretary avoided the actor .
( ( The secretary ) ( ( avoided ( the actor ) ) . ) )
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD avoided) (NP (DT the) (NN actor))) (. .)))
lexical_overlap
0
592
592
The banker admired the secretary who supported the doctor .
( ( The banker ) ( ( admired ( ( the secretary ) ( who ( supported ( the doctor ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD admired) (NP (NP (DT the) (NN secretary)) (SBAR (WHNP (WP who)) (S (VP (VBD supported) (NP (DT the) (NN doctor))))))) (. .)))
The secretary supported the doctor .
( ( The secretary ) ( ( supported ( the doctor ) ) . ) )
(ROOT (S (NP (DT The) (NN secretary)) (VP (VBD supported) (NP (DT the) (NN doctor))) (. .)))
lexical_overlap
0
593
593
The banker believed the authors that the president contacted .
( ( The banker ) ( ( believed ( ( the authors ) ( that ( ( the president ) contacted ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN banker)) (VP (VBD believed) (NP (NP (DT the) (NNS authors)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN president)) (VP (VBD contacted)))))) (. .)))
The president contacted the authors .
( ( The president ) ( ( contacted ( the authors ) ) . ) )
(ROOT (S (NP (DT The) (NN president)) (VP (VBD contacted) (NP (DT the) (NNS authors))) (. .)))
lexical_overlap
0
594
594
The artists mentioned the actors who called the senator .
( ( The artists ) ( ( mentioned ( ( the actors ) ( who ( called ( the senator ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD mentioned) (NP (NP (DT the) (NNS actors)) (SBAR (WHNP (WP who)) (S (VP (VBD called) (NP (DT the) (NN senator))))))) (. .)))
The actors called the senator .
( ( The actors ) ( ( called ( the senator ) ) . ) )
(ROOT (S (NP (DT The) (NNS actors)) (VP (VBD called) (NP (DT the) (NN senator))) (. .)))
lexical_overlap
0
595
595
The managers that avoided the judges encouraged the scientists .
( ( ( The managers ) ( that ( avoided ( the judges ) ) ) ) ( ( encouraged ( the scientists ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS managers)) (SBAR (WHNP (WDT that)) (S (VP (VBD avoided) (NP (DT the) (NNS judges)))))) (VP (VBD encouraged) (NP (DT the) (NNS scientists))) (. .)))
The managers avoided the judges .
( ( The managers ) ( ( avoided ( the judges ) ) . ) )
(ROOT (S (NP (DT The) (NNS managers)) (VP (VBD avoided) (NP (DT the) (NNS judges))) (. .)))
lexical_overlap
0
596
596
The senator who mentioned the actor recommended the doctor .
( ( ( The senator ) ( who ( mentioned ( the actor ) ) ) ) ( ( recommended ( the doctor ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN senator)) (SBAR (WHNP (WP who)) (S (VP (VBD mentioned) (NP (DT the) (NN actor)))))) (VP (VBD recommended) (NP (DT the) (NN doctor))) (. .)))
The senator mentioned the actor .
( ( The senator ) ( ( mentioned ( the actor ) ) . ) )
(ROOT (S (NP (DT The) (NN senator)) (VP (VBD mentioned) (NP (DT the) (NN actor))) (. .)))
lexical_overlap
0
597
597
The doctor who the tourist avoided advised the banker .
( ( ( The doctor ) ( who ( ( the tourist ) avoided ) ) ) ( ( advised ( the banker ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN doctor)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN tourist)) (VP (VBD avoided))))) (VP (VBD advised) (NP (DT the) (NN banker))) (. .)))
The tourist avoided the doctor .
( ( The tourist ) ( ( avoided ( the doctor ) ) . ) )
(ROOT (S (NP (DT The) (NN tourist)) (VP (VBD avoided) (NP (DT the) (NN doctor))) (. .)))
lexical_overlap
0
598
598
The professors advised the senator who the athletes admired .
( ( The professors ) ( ( advised ( ( the senator ) ( who ( ( the athletes ) admired ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS professors)) (VP (VBD advised) (NP (NP (DT the) (NN senator)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS athletes)) (VP (VBD admired)))))) (. .)))
The athletes admired the senator .
( ( The athletes ) ( ( admired ( the senator ) ) . ) )
(ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD admired) (NP (DT the) (NN senator))) (. .)))
lexical_overlap
0
599
599
The artists who the actor helped recommended the lawyer .
( ( ( The artists ) ( who ( ( the actor ) helped ) ) ) ( ( recommended ( the lawyer ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS artists)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NN actor)) (VP (VBD helped))))) (VP (VBD recommended) (NP (DT the) (NN lawyer))) (. .)))
The actor helped the artists .
( ( The actor ) ( ( helped ( the artists ) ) . ) )
(ROOT (S (NP (DT The) (NN actor)) (VP (VBD helped) (NP (DT the) (NNS artists))) (. .)))
lexical_overlap
0
600
600
The artists introduced the presidents who the authors recognized .
( ( The artists ) ( ( introduced ( ( the presidents ) ( who ( ( the authors ) recognized ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS artists)) (VP (VBD introduced) (NP (NP (DT the) (NNS presidents)) (SBAR (WHNP (WP who)) (S (NP (DT the) (NNS authors)) (VP (VBD recognized)))))) (. .)))
The authors recognized the presidents .
( ( The authors ) ( ( recognized ( the presidents ) ) . ) )
(ROOT (S (NP (DT The) (NNS authors)) (VP (VBD recognized) (NP (DT the) (NNS presidents))) (. .)))
lexical_overlap
0