promptID
int32 0
146k
| pairID
stringlengths 2
7
| premise
stringlengths 5
1.82k
| premise_binary_parse
stringlengths 6
3.43k
| premise_parse
stringlengths 23
6.45k
| hypothesis
stringlengths 1
393
| hypothesis_binary_parse
stringlengths 1
669
| hypothesis_parse
stringlengths 19
1.15k
| genre
stringclasses 5
values | label
class label 3
classes |
---|---|---|---|---|---|---|---|---|---|
50,161 | 50161e | This fine building with its Corinthian portico was designed by Thomas Cooley. | ( ( ( This ( fine building ) ) ( with ( its ( Corinthian portico ) ) ) ) ( ( was ( designed ( by ( Thomas Cooley ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT This) (JJ fine) (NN building)) (PP (IN with) (NP (PRP$ its) (NNP Corinthian) (NN portico)))) (VP (VBD was) (VP (VBN designed) (PP (IN by) (NP (NNP Thomas) (NNP Cooley))))) (. .))) | Thomas Cooley designed in the Corinthian style. | ( ( Thomas Cooley ) ( ( designed ( in ( the ( Corinthian style ) ) ) ) . ) ) | (ROOT (S (NP (NNP Thomas) (NNP Cooley)) (VP (VBN designed) (PP (IN in) (NP (DT the) (NNP Corinthian) (NN style)))) (. .))) | travel | 0entailment
|
29,336 | 29336c | You're not much to look at, but you're the best we could find in the Ways we can reach. | ( ( ( ( ( You ( ( 're not ) ( much ( to ( look at ) ) ) ) ) , ) but ) ( you ( 're ( ( the best ) ( we ( could ( find ( in ( ( the Ways ) ( we ( can reach ) ) ) ) ) ) ) ) ) ) ) . ) | (ROOT (S (S (NP (PRP You)) (VP (VBP 're) (RB not) (ADJP (JJ much) (S (VP (TO to) (VP (VB look) (PP (IN at)))))))) (, ,) (CC but) (S (NP (PRP you)) (VP (VBP 're) (NP (NP (DT the) (JJS best)) (SBAR (S (NP (PRP we)) (VP (MD could) (VP (VB find) (PP (IN in) (NP (NP (DT the) (NNPS Ways)) (SBAR (S (NP (PRP we)) (VP (MD can) (VP (VB reach)))))))))))))) (. .))) | You are more than what we would have hoped for. | ( You ( ( are ( more ( than ( what ( we ( would ( have ( hoped for ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP You)) (VP (VBP are) (ADJP (ADJP (JJR more)) (PP (IN than) (SBAR (WHNP (WP what)) (S (NP (PRP we)) (VP (MD would) (VP (VB have) (VP (VBN hoped) (PP (IN for)))))))))) (. .))) | fiction | 2contradiction
|
112,822 | 112822e | Due to their limited staff and budget, LSSM can only serve a fraction of those who need legal representation. | ( ( Due ( to ( their ( limited ( ( staff and ) budget ) ) ) ) ) ( , ( LSSM ( ( ( can only ) ( serve ( ( a fraction ) ( of ( those ( who ( need ( legal representation ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (PP (JJ Due) (TO to) (NP (PRP$ their) (JJ limited) (NN staff) (CC and) (NN budget))) (, ,) (NP (NNP LSSM)) (VP (MD can) (ADVP (RB only)) (VP (VB serve) (NP (NP (DT a) (NN fraction)) (PP (IN of) (NP (NP (DT those)) (SBAR (WHNP (WP who)) (S (VP (VBP need) (NP (JJ legal) (NN representation)))))))))) (. .))) | LSSM does not have much left as far as staff and budget are concerned so they will not be able to serve everyone who needs represented. | ( LSSM ( ( ( does not ) ( ( have much ) ( left ( ( as far ) ( as ( ( ( staff and ) budget ) ( are ( concerned ( so ( they ( ( will not ) ( be ( able ( to ( serve ( everyone ( who ( needs represented ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP LSSM)) (VP (VBZ does) (RB not) (VP (VB have) (ADVP (RB much)) (VP (VBN left) (ADVP (ADVP (RB as) (RB far)) (SBAR (IN as) (S (NP (NN staff) (CC and) (NN budget)) (VP (VBP are) (ADJP (VBN concerned) (SBAR (IN so) (S (NP (PRP they)) (VP (MD will) (RB not) (VP (VB be) (ADJP (JJ able) (S (VP (TO to) (VP (VB serve) (NP (NP (NN everyone)) (SBAR (WHNP (WP who)) (S (VP (VBZ needs) (ADJP (VBN represented)))))))))))))))))))))) (. .))) | government | 0entailment
|
93,163 | 93163e | What LSC found when it began the assessment of the CSR system was a 20-year-old reporting structure, the guidance for which had not been updated since 1993. | ( ( What ( LSC ( found ( when ( it ( began ( ( ( the assessment ) ( of ( the ( CSR system ) ) ) ) ( was ( a ( 20-year-old ( reporting structure ) ) ) ) ) ) ) ) ) ) ) ( , ( ( ( the guidance ) ( for which ) ) ( ( ( had not ) ( been ( updated ( since 1993 ) ) ) ) . ) ) ) ) | (ROOT (S (SBAR (WHNP (WP What)) (S (NP (NNP LSC)) (VP (VBD found) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBD began) (SBAR (S (NP (NP (DT the) (NN assessment)) (PP (IN of) (NP (DT the) (NNP CSR) (NN system)))) (VP (VBD was) (NP (DT a) (JJ 20-year-old) (NN reporting) (NN structure))))))))))) (, ,) (NP (NP (DT the) (NN guidance)) (WHPP (IN for) (WHNP (WDT which)))) (VP (VBD had) (RB not) (VP (VBN been) (VP (VBN updated) (PP (IN since) (NP (CD 1993)))))) (. .))) | LSC found that the guidance hadn't been updated in years. | ( LSC ( ( found ( that ( ( the guidance ) ( ( had n't ) ( been ( updated ( in years ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP LSC)) (VP (VBD found) (SBAR (IN that) (S (NP (DT the) (NN guidance)) (VP (VBD had) (RB n't) (VP (VBN been) (VP (VBN updated) (PP (IN in) (NP (NNS years))))))))) (. .))) | government | 0entailment
|
66,425 | 66425e | Figure 3: Figure 4: Figure 5: Figure 6: Figure 7: Factors to Consider in Making the Decision on Using the Data 1 Decision Process for Determining If a Data Reliability Assessment Is Required 7 Data Reliability Assessment Process 13 The First Steps of the Assessment 14 The Preliminary Assessment 19 Choosing and Conducting Additional Work 23 Making the Final Assessment 28 | ( ( Figure 3 ) ( : ( ( ( ( ( ( Figure 4 ) : ) ( ( ( Figure 5 ) : ) ( Figure 6 ) ) ) : ) ( Figure 7 ) ) ( : ( Factors ( to ( Consider ( in ( ( Making ( the Decision ) ) ( on ( ( Using ( the ( Data ( 1 ( Decision Process ) ) ) ) ) ( for ( Determining ( ( If ( ( a ( Data ( Reliability Assessment ) ) ) ( Is ( ( Required 7 ) ( ( Data ( Reliability Assessment ) ) ( Process ( ( 13 ( The ( First Steps ) ) ) ( of ( the ( Assessment 14 ) ) ) ) ) ) ) ) ) ) ( ( The ( Preliminary ( Assessment ( 19 ( Choosing ( and ( Conducting Additional ) ) ) ) ) ) ) ( ( Work 23 ) ( Making ( the ( Final ( Assessment 28 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (FRAG (NP (CD Figure) (CD 3)) (: :) (NP (NP (NNP Figure) (CD 4)) (: :) (NP (NP (NNP Figure) (CD 5)) (: :) (NP (NNP Figure) (CD 6))) (: :) (NP (NNP Figure) (CD 7))) (: :) (VP (VBN Factors) (S (VP (TO to) (VP (VB Consider) (PP (IN in) (S (VP (VBG Making) (NP (DT the) (NNP Decision)) (PP (IN on) (S (VP (VBG Using) (NP (DT the) (NNP Data) (CD 1) (NNP Decision) (NNS Process)) (PP (IN for) (S (VP (VBG Determining) (S (SBAR (IN If) (S (NP (DT a) (NNP Data) (NNP Reliability) (NNP Assessment)) (VP (VBZ Is) (NP (NP (NNP Required) (CD 7)) (SBAR (S (NP (NNP Data) (NNP Reliability) (NNP Assessment)) (VP (VB Process) (NP (NP (CD 13) (NNP The) (NNP First) (NNS Steps)) (PP (IN of) (NP (DT the) (NNP Assessment) (CD 14))))))))))) (NP (DT The) (JJ Preliminary) (NNP Assessment) (CD 19) (NNP Choosing) (CC and) (NNP Conducting) (NNS Additional)) (VP (VBD Work) (NP (CD 23)) (S (VP (VBG Making) (NP (DT the) (JJ Final) (CD Assessment) (CD 28))))))))))))))))))))) | Figure 3, Figure, 4, and Figure 8 are all included. | ( ( ( ( ( ( ( ( ( Figure 3 ) , ) Figure ) , ) 4 ) , ) and ) ( Figure 8 ) ) ( ( ( are all ) included ) . ) ) | (ROOT (S (NP (NP (NNP Figure) (CD 3)) (, ,) (NP (NN Figure)) (, ,) (NP (CD 4)) (, ,) (CC and) (NP (NNP Figure) (CD 8))) (VP (VBP are) (RB all) (VP (VBN included))) (. .))) | government | 0entailment
|
44,236 | 44236n | well i do it all uh yes i i try to grow uh uh a vegetable garden and | ( ( well ( i ( ( do ( it all ) ) ( ( uh yes ) ( i i ) ) ) ) ) ( ( try ( to ( grow ( ( uh uh ) ( a ( vegetable garden ) ) ) ) ) ) and ) ) | (ROOT (SINV (S (ADVP (RB well)) (NP (FW i)) (VP (VBP do) (NP (PRP it) (DT all)) (NP (INTJ (UH uh) (UH yes)) (NP (FW i) (FW i))))) (VP (VBP try) (S (VP (TO to) (VP (VB grow) (NP (INTJ (UH uh) (UH uh)) (NP (DT a) (NN vegetable) (NN garden))))))) (NP (NNP and)))) | I usually wait until May to start planting the vegetables. | ( I ( usually ( ( wait ( until ( May ( to ( start ( planting ( the vegetables ) ) ) ) ) ) ) . ) ) ) | (ROOT (S (NP (PRP I)) (ADVP (RB usually)) (VP (VBP wait) (SBAR (IN until) (S (NP (NNP May)) (VP (TO to) (VP (VB start) (S (VP (VBG planting) (NP (DT the) (NNS vegetables))))))))) (. .))) | telephone | 1neutral
|
83,759 | 83759c | 'Oh, Natalia,' Greuze called. | ( ` ( ( Oh ( , Natalia ) ) ( , ( ' ( Greuze ( called . ) ) ) ) ) ) | (ROOT (S (`` `) (FRAG (INTJ (UH Oh)) (, ,) (NP (NNP Natalia))) (, ,) ('' ') (NP (NNP Greuze)) (VP (VBD called)) (. .))) | Greuze ignored Natalia. | ( Greuze ( ( ignored Natalia ) . ) ) | (ROOT (S (NP (NNP Greuze)) (VP (VBD ignored) (NP (NNP Natalia))) (. .))) | fiction | 2contradiction
|
44,437 | 44437n | A Federation of Malay States Selangor, Perak, Negeri Sembilan, and Pahang was proclaimed in 1896 to coordinate an economic and administrative organization. | ( ( ( A Federation ) ( of ( ( ( ( ( ( ( ( Malay ( States Selangor ) ) , ) Perak ) , ) ( Negeri Sembilan ) ) , ) and ) Pahang ) ) ) ( ( was ( ( proclaimed ( in 1896 ) ) ( to ( coordinate ( an ( ( ( economic and ) administrative ) organization ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT A) (NNP Federation)) (PP (IN of) (NP (NP (NNP Malay) (NNPS States) (NNP Selangor)) (, ,) (NP (NNP Perak)) (, ,) (NP (NNP Negeri) (NNP Sembilan)) (, ,) (CC and) (NP (NNP Pahang))))) (VP (VBD was) (VP (VBN proclaimed) (PP (IN in) (NP (CD 1896))) (S (VP (TO to) (VP (VB coordinate) (NP (DT an) (ADJP (JJ economic) (CC and) (JJ administrative)) (NN organization))))))) (. .))) | This organization brought thousands of new jobs to the sector. | ( ( This organization ) ( ( ( brought ( thousands ( of ( new jobs ) ) ) ) ( to ( the sector ) ) ) . ) ) | (ROOT (S (NP (DT This) (NN organization)) (VP (VBD brought) (NP (NP (NNS thousands)) (PP (IN of) (NP (JJ new) (NNS jobs)))) (PP (TO to) (NP (DT the) (NN sector)))) (. .))) | travel | 1neutral
|
8,609 | 8609n | It sounds complex, she added, but it really allows nontechnical people like me and other lawyers to add content directly to the Web sites so they become a legal aid community online. | ( ( ( ( ( It ( sounds complex ) ) ( , ( ( she added ) , ) ) ) but ) ( it ( really ( ( ( allows ( nontechnical people ) ) ( like ( ( me and ) ( other lawyers ) ) ) ) ( to ( add ( ( ( content directly ) ( to ( the ( Web sites ) ) ) ) ( so ( they ( ( become ( a ( legal ( aid community ) ) ) ) online ) ) ) ) ) ) ) ) ) ) . ) | (ROOT (S (S (NP (PRP It)) (VP (VBZ sounds) (ADJP (JJ complex)))) (PRN (, ,) (S (NP (PRP she)) (VP (VBD added))) (, ,)) (CC but) (S (NP (PRP it)) (ADVP (RB really)) (VP (VBZ allows) (NP (JJ nontechnical) (NNS people)) (PP (IN like) (NP (NP (PRP me)) (CC and) (NP (JJ other) (NNS lawyers)))) (S (VP (TO to) (VP (VB add) (ADJP (ADJP (JJ content) (RB directly) (PP (TO to) (NP (DT the) (NNP Web) (NNS sites)))) (SBAR (IN so) (S (NP (PRP they)) (VP (VBP become) (NP (DT a) (JJ legal) (NN aid) (NN community)) (PP (NN online))))))))))) (. .))) | Being able to allow other people to add content freed up IT for other tasks. | ( ( Being ( able ( to ( ( allow ( other people ) ) ( to ( add content ) ) ) ) ) ) ( ( ( ( freed up ) IT ) ( for ( other tasks ) ) ) . ) ) | (ROOT (S (S (VP (VBG Being) (ADJP (JJ able) (S (VP (TO to) (VP (VB allow) (NP (JJ other) (NNS people)) (S (VP (TO to) (VP (VB add) (NP (NN content))))))))))) (VP (VBD freed) (PRT (RP up)) (NP (PRP IT)) (PP (IN for) (NP (JJ other) (NNS tasks)))) (. .))) | government | 1neutral
|
16,624 | 16624c | When I went to shut up, sir. | ( ( When ( I ( went ( to ( shut up ) ) ) ) ) ( , ( sir . ) ) ) | (ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP I)) (VP (VBD went) (S (VP (TO to) (VP (VB shut) (PRT (RP up)))))))) (, ,) (VP (VB sir)) (. .))) | When I went to speak, sir. | ( ( When ( I ( went ( to speak ) ) ) ) ( , ( sir . ) ) ) | (ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP I)) (VP (VBD went) (S (VP (TO to) (VP (VB speak))))))) (, ,) (VP (VB sir)) (. .))) | fiction | 2contradiction
|
20,907 | 20907n | have you ever served on a on a jury trial | ( have ( you ( ever ( served ( on ( a ( on ( a ( jury trial ) ) ) ) ) ) ) ) ) | (ROOT (S (VP (VB have) (S (NP (PRP you)) (VP (ADVP (RB ever)) (VBN served) (PP (IN on) (NP (NP (SYM a)) (PP (IN on) (NP (DT a) (NN jury) (NN trial)))))))))) | The interviewer was asking about the client's legal background. | ( ( The interviewer ) ( ( was ( asking ( about ( ( the ( client 's ) ) ( legal background ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN interviewer)) (VP (VBD was) (VP (VBG asking) (PP (IN about) (NP (NP (DT the) (NN client) (POS 's)) (JJ legal) (NN background))))) (. .))) | telephone | 1neutral
|
25,217 | 25217c | He placed a wooden hand in mine and said: "This is a pleasure, Mr. Hastings." Then, turning to his wife: "Emily dearest, I think that cushion is a little damp." She beamed fondly on him, as he substituted another with every demonstration of the tenderest care. | ( He ( ( ( ( ( placed ( a ( wooden hand ) ) ) ( in mine ) ) and ) ( ( said : ) ( `` ( ( ( This ( is ( ( ( ( ( a pleasure ) , ) ( Mr. Hastings ) ) . ) '' ) ) ) ( Then ( , ( ( ( ( ( turning ( to ( his wife ) ) ) : ) `` ) ( Emily dearest ) ) ( , ( I ( think ( that ( cushion ( ( ( is ( ( a little ) damp ) ) . ) '' ) ) ) ) ) ) ) ) ) ) ( She ( ( ( ( beamed fondly ) ( on him ) ) , ) ( as ( he ( substituted ( another ( with ( ( every demonstration ) ( of ( the ( tenderest care ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP He)) (VP (VP (VBD placed) (NP (DT a) (JJ wooden) (NN hand)) (PP (IN in) (NP (NN mine)))) (CC and) (VP (VBD said) (: :) (S (`` ``) (S (NP (DT This)) (VP (VBZ is) (NP (NP (DT a) (NN pleasure)) (, ,) (NP (NNP Mr.) (NNP Hastings)) (. .) ('' '')))) (S (ADVP (RB Then)) (, ,) (S (VP (VBG turning) (PP (TO to) (NP (PRP$ his) (NN wife))) (: :) (`` ``) (S (NP (NNP Emily)) (VP (VB dearest))))) (, ,) (NP (PRP I)) (VP (VBP think) (SBAR (IN that) (S (NP (NN cushion)) (VP (VBZ is) (ADJP (NP (DT a) (RB little)) (JJ damp))) (. .) ('' ''))))) (S (NP (PRP She)) (VP (VBN beamed) (ADVP (RB fondly)) (PP (IN on) (NP (PRP him))) (, ,) (SBAR (IN as) (S (NP (PRP he)) (VP (VBN substituted) (NP (NP (DT another)) (PP (IN with) (NP (NP (DT every) (NN demonstration)) (PP (IN of) (NP (DT the) (JJ tenderest) (NN care)))))))))))))) (. .))) | He looked at his wife and just smiled. | ( He ( ( ( ( ( looked ( at ( his wife ) ) ) and ) just ) smiled ) . ) ) | (ROOT (S (NP (PRP He)) (VP (VP (VBD looked) (PP (IN at) (NP (PRP$ his) (NN wife)))) (CC and) (ADVP (RB just)) (VP (VBD smiled))) (. .))) | fiction | 2contradiction
|
81,008 | 81008c | about the different areas of of the kind of the state by reading it | ( ( ( about ( the ( different areas ) ) ) ( of ( of ( ( the kind ) ( of ( the state ) ) ) ) ) ) ( by ( reading it ) ) ) | (ROOT (FRAG (NP (NP (RB about) (DT the) (JJ different) (NNS areas)) (PP (IN of) (IN of) (NP (NP (DT the) (NN kind)) (PP (IN of) (NP (DT the) (NN state)))))) (PP (IN by) (S (VP (VBG reading) (NP (PRP it))))))) | None of the areas are different. | ( ( None ( of ( the areas ) ) ) ( ( are different ) . ) ) | (ROOT (S (NP (NP (NN None)) (PP (IN of) (NP (DT the) (NNS areas)))) (VP (VBP are) (ADJP (JJ different))) (. .))) | telephone | 2contradiction
|
2,384 | 2384c | The British Residency today preserved as a monument initially commemorated British resistance, but since Independence it has been visited by Indians interested in this relic of their own struggle for self-assertion, or interested in a family picnic on the lawns. | ( ( ( ( ( ( The ( British ( Residency today ) ) ) ( preserved ( as ( ( a monument ) ( initially ( commemorated ( British resistance ) ) ) ) ) ) ) , ) but ) ( ( since Independence ) ( it ( has ( been ( visited ( by ( Indians ( ( ( ( interested ( in ( ( this relic ) ( of ( ( their ( own struggle ) ) ( for self-assertion ) ) ) ) ) ) , ) or ) ( interested ( in ( ( a ( family picnic ) ) ( on ( the lawns ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) | (ROOT (S (S (NP (DT The) (JJ British) (NNP Residency) (NN today)) (VP (VBD preserved) (SBAR (IN as) (S (NP (DT a) (NN monument)) (ADVP (RB initially)) (VP (VBD commemorated) (NP (JJ British) (NN resistance))))))) (, ,) (CC but) (S (PP (IN since) (NP (NN Independence))) (NP (PRP it)) (VP (VBZ has) (VP (VBN been) (VP (VBN visited) (PP (IN by) (NP (NP (NNPS Indians)) (VP (VP (VBN interested) (PP (IN in) (NP (NP (DT this) (NN relic)) (PP (IN of) (NP (NP (PRP$ their) (JJ own) (NN struggle)) (PP (IN for) (NP (NN self-assertion)))))))) (, ,) (CC or) (VP (JJ interested) (PP (IN in) (NP (NP (DT a) (NN family) (NN picnic)) (PP (IN on) (NP (DT the) (NX (NNS lawns)))))))))))))) (. .))) | Indians tend to avoid visiting the British Residency, since it's a painful reminder of colonialism. | ( Indians ( ( tend ( to ( ( ( avoid ( visiting ( the ( British Residency ) ) ) ) , ) ( since ( it ( 's ( ( a ( painful reminder ) ) ( of colonialism ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNPS Indians)) (VP (VBP tend) (S (VP (TO to) (VP (VB avoid) (S (VP (VBG visiting) (NP (DT the) (JJ British) (NN Residency)))) (, ,) (SBAR (IN since) (S (NP (PRP it)) (VP (VBZ 's) (NP (NP (DT a) (JJ painful) (NN reminder)) (PP (IN of) (NP (NN colonialism))))))))))) (. .))) | travel | 2contradiction
|
15,987 | 15987e | When both sides are mad at you, it's seldom because you are a model of fairness. | ( ( When ( ( both sides ) ( are ( mad ( at you ) ) ) ) ) ( , ( it ( ( ( 's seldom ) ( because ( you ( are ( ( a model ) ( of fairness ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (DT both) (NNS sides)) (VP (VBP are) (ADJP (JJ mad) (PP (IN at) (NP (PRP you))))))) (, ,) (NP (PRP it)) (VP (VBZ 's) (ADVP (RB seldom)) (SBAR (IN because) (S (NP (PRP you)) (VP (VBP are) (NP (NP (DT a) (NN model)) (PP (IN of) (NP (NN fairness)))))))) (. .))) | If both sides are unhappy with you, it's not usually because you're perfectly fair. | ( ( If ( ( both sides ) ( are ( unhappy ( with you ) ) ) ) ) ( , ( it ( ( ( ( 's not ) usually ) ( because ( you ( 're ( perfectly fair ) ) ) ) ) . ) ) ) ) | (ROOT (S (SBAR (IN If) (S (NP (DT both) (NNS sides)) (VP (VBP are) (ADJP (JJ unhappy) (PP (IN with) (NP (PRP you))))))) (, ,) (NP (PRP it)) (VP (VBZ 's) (RB not) (ADVP (RB usually)) (SBAR (IN because) (S (NP (PRP you)) (VP (VBP 're) (ADJP (RB perfectly) (JJ fair)))))) (. .))) | slate | 0entailment
|
36,712 | 36712e | The museum is open late April September, Monday Friday 10am 6pm, Saturday and Sunday 1 6pm; October November daily 1 5pm; admission adults IRa2. | ( ( The museum ) ( ( ( is open ) ( late ( ( ( ( ( ( ( ( ( ( ( April September ) , ) ( Monday ( Friday ( 10am 6pm ) ) ) ) , ) Saturday ) and ) ( Sunday ( 1 6pm ) ) ) ; ) ( ( October November ) ( daily ( 1 5pm ) ) ) ) ; ) ( admission ( adults IRa2 ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN museum)) (VP (VBZ is) (ADVP (RB open)) (NP (RB late) (NP (NNP April) (NNP September)) (, ,) (NP (NNP Monday) (NNP Friday) (NNPS 10am) (NNP 6pm)) (, ,) (NP (NNP Saturday)) (CC and) (NP (NNP Sunday) (CD 1) (NNS 6pm)) (: ;) (NP (NP (NNP October) (NNP November)) (NP (RB daily) (CD 1) (NNS 5pm))) (: ;) (NP (NN admission) (NNS adults) (NNS IRa2)))) (. .))) | The museum is open most of the year. | ( ( The museum ) ( ( ( is open ) ( most ( of ( the year ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN museum)) (VP (VBZ is) (ADVP (RB open)) (NP (NP (JJS most)) (PP (IN of) (NP (DT the) (NN year))))) (. .))) | travel | 0entailment
|
57,152 | 57152e | The Clintonites had a worthier foe in mind. | ( ( The Clintonites ) ( ( had ( ( a ( worthier foe ) ) ( in mind ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNPS Clintonites)) (VP (VBD had) (NP (NP (DT a) (JJR worthier) (NN foe)) (PP (IN in) (NP (NN mind))))) (. .))) | The group was thinking of someone else. | ( ( The group ) ( ( was ( thinking ( of ( someone else ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN group)) (VP (VBD was) (VP (VBG thinking) (PP (IN of) (NP (NN someone) (RB else))))) (. .))) | slate | 0entailment
|
115,966 | 115966e | Like the early flags, these elements got reworked in a variety of media and a range of combinations--as though if the right combinations were found, the rebus might be decoded (though, of course, it never is). | ( ( Like ( the ( early flags ) ) ) ( , ( ( these elements ) ( ( got ( ( ( reworked ( in ( ( ( ( a variety ) ( of media ) ) and ) ( ( a range ) ( of combinations ) ) ) ) ) -- ) ( as ( though ( ( if ( ( the ( right combinations ) ) ( were found ) ) ) ( , ( ( the rebus ) ( might ( be ( decoded ( -LRB- ( ( ( though , ) ( ( of course ) ( , ( it ( never is ) ) ) ) ) -RRB- ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (PP (IN Like) (NP (DT the) (JJ early) (NNS flags))) (, ,) (NP (DT these) (NNS elements)) (VP (VBD got) (VP (VBN reworked) (PP (IN in) (NP (NP (NP (DT a) (NN variety)) (PP (IN of) (NP (NNS media)))) (CC and) (NP (NP (DT a) (NN range)) (PP (IN of) (NP (NNS combinations)))))) (: --) (SBAR (RB as) (IN though) (S (SBAR (IN if) (S (NP (DT the) (JJ right) (NNS combinations)) (VP (VBD were) (VP (VBN found))))) (, ,) (NP (DT the) (NNS rebus)) (VP (MD might) (VP (VB be) (VP (VBN decoded) (PRN (-LRB- -LRB-) (SBAR (IN though) (, ,) (S (PP (IN of) (NP (NN course))) (, ,) (NP (PRP it)) (ADVP (RB never)) (VP (VBZ is)))) (-RRB- -RRB-))))))))) (. .))) | Early flags get reworked in a number of media mediums. | ( ( Early flags ) ( ( get ( reworked ( in ( ( a number ) ( of ( media mediums ) ) ) ) ) ) . ) ) | (ROOT (S (NP (JJ Early) (NNS flags)) (VP (VBP get) (VP (VBN reworked) (PP (IN in) (NP (NP (DT a) (NN number)) (PP (IN of) (NP (NNS media) (NNS mediums))))))) (. .))) | slate | 0entailment
|
54,906 | 54906n | Your hand will always want your sword again. | ( ( Your hand ) ( ( ( will always ) ( ( want ( your sword ) ) again ) ) . ) ) | (ROOT (S (NP (PRP$ Your) (NN hand)) (VP (MD will) (ADVP (RB always)) (VP (VB want) (NP (PRP$ your) (NN sword)) (ADVP (RB again)))) (. .))) | You will want to kill people again. | ( You ( ( will ( want ( to ( ( kill people ) again ) ) ) ) . ) ) | (ROOT (S (NP (PRP You)) (VP (MD will) (VP (VB want) (S (VP (TO to) (VP (VB kill) (NP (NNS people)) (ADVP (RB again))))))) (. .))) | fiction | 1neutral
|
17,405 | 17405c | As a result, Gandhi and his party were defeated in the elections of November 1989 by the National Front, composed of five parties including the Hindu nationalist Bharatiya Janata Party (BJP). | ( ( As ( a result ) ) ( , ( ( ( Gandhi and ) ( his party ) ) ( ( were ( ( defeated ( in ( ( the elections ) ( of ( November 1989 ) ) ) ) ) ( by ( ( ( the ( National Front ) ) , ) ( composed ( of ( ( five parties ) ( including ( ( the ( Hindu ( nationalist ( Bharatiya ( Janata Party ) ) ) ) ) ( -LRB- ( BJP -RRB- ) ) ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (PP (IN As) (NP (DT a) (NN result))) (, ,) (NP (NP (NNP Gandhi)) (CC and) (NP (PRP$ his) (NN party))) (VP (VBD were) (VP (VBN defeated) (PP (IN in) (NP (NP (DT the) (NNS elections)) (PP (IN of) (NP (NNP November) (CD 1989))))) (PP (IN by) (NP (NP (DT the) (NNP National) (NNP Front)) (, ,) (VP (VBN composed) (PP (IN of) (NP (NP (CD five) (NNS parties)) (PP (VBG including) (NP (NP (DT the) (NNP Hindu) (NNP nationalist) (NNP Bharatiya) (NNP Janata) (NNP Party)) (PRN (-LRB- -LRB-) (NP (NNP BJP)) (-RRB- -RRB-))))))))))) (. .))) | Gandhi and his party maintained a monopoly on government until 1995. | ( ( ( Gandhi and ) ( his party ) ) ( ( ( ( maintained ( a monopoly ) ) ( on government ) ) ( until 1995 ) ) . ) ) | (ROOT (S (NP (NP (NNP Gandhi)) (CC and) (NP (PRP$ his) (NN party))) (VP (VBD maintained) (NP (DT a) (NN monopoly)) (PP (IN on) (NP (NN government))) (PP (IN until) (NP (CD 1995)))) (. .))) | travel | 2contradiction
|
39,228 | 39228n | A constant dollar is derived by dividing a current dollar amount by a price index. | ( ( A ( constant dollar ) ) ( ( is ( derived ( by ( ( dividing ( a ( current ( dollar amount ) ) ) ) ( by ( a ( price index ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT A) (JJ constant) (NN dollar)) (VP (VBZ is) (VP (VBN derived) (PP (IN by) (S (VP (VBG dividing) (NP (DT a) (JJ current) (NN dollar) (NN amount)) (PP (IN by) (NP (DT a) (NN price) (NN index)))))))) (. .))) | Constant dollar includes lots of math | ( ( Constant dollar ) ( includes ( lots ( of math ) ) ) ) | (ROOT (S (NP (JJ Constant) (NN dollar)) (VP (VBZ includes) (NP (NP (NNS lots)) (PP (IN of) (NP (NN math))))))) | government | 1neutral
|
48,730 | 48730c | come home and get back into regular clothes again | ( ( ( come home ) and ) ( ( ( get back ) ( into ( regular clothes ) ) ) again ) ) | (ROOT (S (VP (VP (VB come) (NP (NN home))) (CC and) (VP (VB get) (PRT (RP back)) (PP (IN into) (NP (JJ regular) (NNS clothes))) (ADVP (RB again)))))) | Leave home and get in a suit again. | ( ( ( ( Leave home ) and ) ( ( get ( in ( a suit ) ) ) again ) ) . ) | (ROOT (S (VP (VP (VB Leave) (NP (NN home))) (CC and) (VP (VB get) (PP (IN in) (NP (DT a) (NN suit))) (ADVP (RB again)))) (. .))) | telephone | 2contradiction
|
2,199 | 2199c | Tokugawa Takes All | ( Tokugawa ( Takes All ) ) | (ROOT (S (NP (NNP Tokugawa)) (VP (VBZ Takes) (NP (DT All))))) | Tokugawa gives out all his possessions. | ( Tokugawa ( ( ( gives out ) ( all ( his possessions ) ) ) . ) ) | (ROOT (S (NP (NNP Tokugawa)) (VP (VBZ gives) (PRT (RP out)) (NP (PDT all) (PRP$ his) (NNS possessions))) (. .))) | travel | 2contradiction
|
22,473 | 22473e | No, it'll be a grudge match between Reeves and Broncos coach Mike Shanahan, whom Reeves fired as the Broncos' offensive coordinator years ago for insubordination. | ( No ( , ( it ( ( 'll ( be ( ( a ( grudge match ) ) ( between ( ( ( Reeves ( and ( Broncos ( coach ( Mike Shanahan ) ) ) ) ) , ) ( whom ( Reeves ( ( fired ( as ( ( the ( Broncos ' ) ) ( offensive ( coordinator years ) ) ) ) ) ( ago ( for insubordination ) ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (INTJ (UH No)) (, ,) (NP (PRP it)) (VP (MD 'll) (VP (VB be) (NP (NP (DT a) (JJ grudge) (NN match)) (PP (IN between) (NP (NP (NNP Reeves) (CC and) (NNS Broncos) (NN coach) (NNP Mike) (NNP Shanahan)) (, ,) (SBAR (WHNP (WP whom)) (S (NP (NNP Reeves)) (VP (VBD fired) (PP (IN as) (NP (NP (DT the) (NNS Broncos) (POS ')) (JJ offensive) (NN coordinator) (NNS years))) (ADVP (RB ago) (PP (IN for) (NP (NN insubordination)))))))))))) (. .))) | Reeves and Mike used to work together. | ( ( ( Reeves and ) Mike ) ( ( used ( to ( work together ) ) ) . ) ) | (ROOT (S (NP (NNP Reeves) (CC and) (NNP Mike)) (VP (VBD used) (S (VP (TO to) (VP (VB work) (ADVP (RB together)))))) (. .))) | slate | 0entailment
|
58,176 | 58176e | Behind the port is a maze of narrow alleys and whitewashed houses with overhanging balconies resplendent with potted plants and masses of bougainvillea. | ( ( Behind ( the port ) ) ( ( ( is ( ( ( ( a maze ) ( of ( narrow alleys ) ) ) and ) ( ( whitewashed houses ) ( with ( overhanging balconies ) ) ) ) ) ( resplendent ( with ( ( potted ( ( plants and ) masses ) ) ( of bougainvillea ) ) ) ) ) . ) ) | (ROOT (S (PP (IN Behind) (NP (DT the) (NN port))) (VP (VBZ is) (NP (NP (NP (DT a) (NN maze)) (PP (IN of) (NP (JJ narrow) (NNS alleys)))) (CC and) (NP (NP (JJ whitewashed) (NNS houses)) (PP (IN with) (S (VP (VBG overhanging) (NP (NNS balconies)))))))) (NP (NP (NN resplendent)) (PP (IN with) (NP (NP (JJ potted) (NNS plants) (CC and) (NNS masses)) (PP (IN of) (NP (NN bougainvillea)))))) (. .))) | There are a lot of narrow alleys behind the port. | ( There ( ( are ( ( a lot ) ( of ( ( narrow alleys ) ( behind ( the port ) ) ) ) ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NP (JJ narrow) (NNS alleys)) (PP (IN behind) (NP (DT the) (NN port))))))) (. .))) | travel | 0entailment
|
82,029 | 82029e | Unique to Turkey is the national sport of oiled wrestling. | ( ( Unique ( to Turkey ) ) ( ( is ( ( the ( national sport ) ) ( of ( oiled wrestling ) ) ) ) . ) ) | (ROOT (S (NP (NP (NNP Unique)) (PP (TO to) (NP (NNP Turkey)))) (VP (VBZ is) (NP (NP (DT the) (JJ national) (NN sport)) (PP (IN of) (NP (JJ oiled) (NN wrestling))))) (. .))) | Oiled wrestling is the national sport of Turkey. | ( ( Oiled wrestling ) ( ( is ( ( the ( national sport ) ) ( of Turkey ) ) ) . ) ) | (ROOT (S (NP (JJ Oiled) (NN wrestling)) (VP (VBZ is) (NP (NP (DT the) (JJ national) (NN sport)) (PP (IN of) (NP (NNP Turkey))))) (. .))) | travel | 0entailment
|
137,654 | 137654c | They should be mining. | ( They ( ( should ( be mining ) ) . ) ) | (ROOT (S (NP (PRP They)) (VP (MD should) (VP (VB be) (VP (VBG mining)))) (. .))) | They shouldn't be mining. | ( They ( ( ( should n't ) ( be mining ) ) . ) ) | (ROOT (S (NP (PRP They)) (VP (MD should) (RB n't) (VP (VB be) (VP (VBG mining)))) (. .))) | fiction | 2contradiction
|
33,220 | 33220n | On occasion, the congressional client(s) who requested the work may ask to see the agency's comments before GAO's final report is issued. | ( ( On occasion ) ( , ( ( ( ( the ( congressional client ) ) ( -LRB- ( s -RRB- ) ) ) ( who ( requested ( ( the work ) ( may ( ask ( to ( ( see ( ( the ( agency 's ) ) comments ) ) ( before ( ( GAO 's ) ( final report ) ) ) ) ) ) ) ) ) ) ) ( ( is issued ) . ) ) ) ) | (ROOT (S (PP (IN On) (NP (NN occasion))) (, ,) (NP (NP (DT the) (JJ congressional) (NN client)) (PRN (-LRB- -LRB-) (PRP s) (-RRB- -RRB-)) (SBAR (WHNP (WP who)) (S (VP (VBD requested) (SBAR (S (NP (DT the) (NN work)) (VP (MD may) (VP (VB ask) (S (VP (TO to) (VP (VB see) (NP (NP (DT the) (NN agency) (POS 's)) (NNS comments)) (PP (IN before) (NP (NP (NNP GAO) (POS 's)) (JJ final) (NN report)))))))))))))) (VP (VBZ is) (VP (VBN issued))) (. .))) | The client doesn't trust the agency | ( ( The client ) ( ( does n't ) ( trust ( the agency ) ) ) ) | (ROOT (S (NP (DT The) (NN client)) (VP (VBZ does) (RB n't) (VP (VB trust) (NP (DT the) (NN agency)))))) | government | 1neutral
|
86,780 | 86780e | There, over two days, I fell in with another trapped journalist. | ( There ( , ( ( over ( two days ) ) ( , ( I ( ( ( fell in ) ( with ( another ( trapped journalist ) ) ) ) . ) ) ) ) ) ) | (ROOT (S (NP (EX There)) (, ,) (PP (IN over) (NP (CD two) (NNS days))) (, ,) (NP (PRP I)) (VP (VBD fell) (PRT (RP in)) (PP (IN with) (NP (DT another) (JJ trapped) (NN journalist)))) (. .))) | I was trapped with another journalist over the course of 48 hours. | ( I ( ( was ( trapped ( with ( ( another journalist ) ( over ( ( the course ) ( of ( 48 hours ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBD was) (VP (VBN trapped) (PP (IN with) (NP (NP (DT another) (NN journalist)) (PP (IN over) (NP (NP (DT the) (NN course)) (PP (IN of) (NP (CD 48) (NNS hours))))))))) (. .))) | slate | 0entailment
|
70,231 | 70231e | Dave reached for a heavy hammer, meaning to follow. | ( Dave ( ( ( ( reached ( for ( a ( heavy hammer ) ) ) ) , ) ( meaning ( to follow ) ) ) . ) ) | (ROOT (S (NP (NNP Dave)) (VP (VBD reached) (PP (IN for) (NP (DT a) (JJ heavy) (NN hammer))) (, ,) (S (VP (VBG meaning) (S (VP (TO to) (VP (VB follow))))))) (. .))) | Dave meant to follow with a heavy hammer. | ( Dave ( ( meant ( to ( follow ( with ( a ( heavy hammer ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Dave)) (VP (VBD meant) (S (VP (TO to) (VP (VB follow) (PP (IN with) (NP (DT a) (JJ heavy) (NN hammer))))))) (. .))) | fiction | 0entailment
|
79,300 | 79300c | oh gosh call the crisis line yeah i bet | ( oh ( ( gosh ( call ( the ( crisis line ) ) ) ) ( yeah ( i bet ) ) ) ) | (ROOT (SINV (FRAG (INTJ (UH oh))) (VP (ADVP (RB gosh)) (VBP call) (NP (DT the) (NN crisis) (NN line))) (NP (NNP yeah) (FW i) (NNP bet)))) | There's no crisis line left. | ( There ( ( 's ( ( no ( crisis line ) ) left ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBZ 's) (NP (NP (DT no) (NN crisis) (NN line)) (VP (VBN left)))) (. .))) | telephone | 2contradiction
|
130,104 | 130104n | Figure 2: Improved Government Operations Resulting From GAO Recommendations | ( ( ( Figure 2 ) : ) ( ( Improved ( Government ( Operations Resulting ) ) ) ( From ( GAO Recommendations ) ) ) ) | (ROOT (NP (NP (NNP Figure) (CD 2)) (: :) (NP (NP (NNP Improved) (NNP Government) (NNPS Operations) (NNP Resulting)) (PP (IN From) (NP (NNP GAO) (NNPS Recommendations)))))) | Government operations are improved as a result of GAO recommendations for budget cuts. | ( ( Government operations ) ( ( are ( ( improved ( as ( ( a result ) ( of ( GAO recommendations ) ) ) ) ) ( for ( budget cuts ) ) ) ) . ) ) | (ROOT (S (NP (NNP Government) (NNS operations)) (VP (VBP are) (VP (VBN improved) (PP (IN as) (NP (NP (DT a) (NN result)) (PP (IN of) (NP (NNP GAO) (NNS recommendations))))) (PP (IN for) (NP (NN budget) (NNS cuts))))) (. .))) | government | 1neutral
|
49,565 | 49565c | That 100% cashmere label you show them on your best sweater could provoke a loud snort of Scotland! | ( ( ( That ( ( 100 % ) ( cashmere label ) ) ) ( you ( ( show them ) ( on ( your ( best sweater ) ) ) ) ) ) ( ( could ( provoke ( ( a ( loud snort ) ) ( of Scotland ) ) ) ) ! ) ) | (ROOT (S (NP (NP (DT That) (ADJP (CD 100) (NN %)) (NN cashmere) (NN label)) (SBAR (S (NP (PRP you)) (VP (VBP show) (NP (PRP them)) (PP (IN on) (NP (PRP$ your) (JJS best) (NN sweater))))))) (VP (MD could) (VP (VB provoke) (NP (NP (DT a) (JJ loud) (NN snort)) (PP (IN of) (NP (NNP Scotland)))))) (. !))) | Your sweater is made of cotton. | ( ( Your sweater ) ( ( is ( made ( of cotton ) ) ) . ) ) | (ROOT (S (NP (PRP$ Your) (NN sweater)) (VP (VBZ is) (VP (VBN made) (PP (IN of) (NP (NN cotton))))) (. .))) | travel | 2contradiction
|
23,995 | 23995c | Even during the 1950s, the height of American conformism, women consistently ranked advice from mothers, sisters, and friends as more likely to drive their buying decisions than advertising. | ( ( Even ( during ( ( ( the 1950s ) , ) ( ( the height ) ( of ( American conformism ) ) ) ) ) ) ( , ( women ( consistently ( ( ( ( ( ranked advice ) ( from ( mothers ( , ( sisters ( , ( and friends ) ) ) ) ) ) ) ( as ( more likely ) ) ) ( to ( ( drive ( their ( buying decisions ) ) ) ( than advertising ) ) ) ) . ) ) ) ) ) | (ROOT (S (PP (RB Even) (PP (IN during) (NP (NP (DT the) (NNS 1950s)) (, ,) (NP (NP (DT the) (NN height)) (PP (IN of) (NP (JJ American) (NN conformism))))))) (, ,) (NP (NNS women)) (ADVP (RB consistently)) (VP (VBD ranked) (NP (NN advice)) (PP (IN from) (NP (NNS mothers) (, ,) (NNS sisters) (, ,) (CC and) (NNS friends))) (PP (IN as) (ADJP (RBR more) (JJ likely))) (S (VP (TO to) (VP (VB drive) (NP (PRP$ their) (NN buying) (NNS decisions)) (PP (IN than) (NP (NN advertising))))))) (. .))) | Women depend on ads to make decisions. | ( Women ( ( ( depend ( on ads ) ) ( to ( make decisions ) ) ) . ) ) | (ROOT (S (NP (NNP Women)) (VP (VBP depend) (PP (IN on) (NP (NNS ads))) (S (VP (TO to) (VP (VB make) (NP (NNS decisions)))))) (. .))) | slate | 2contradiction
|
72,454 | 72454e | Ramses IV was responsible for saving many of the mummies of his ancestors after tomb robbers desecrated their places of rest, stealing the treasures without thought for the reputation of the dead rulers. | ( ( Ramses IV ) ( ( ( was ( responsible ( for ( saving ( many ( of ( ( the mummies ) ( of ( his ancestors ) ) ) ) ) ) ) ) ) ( after ( ( tomb robbers ) ( ( ( desecrated ( ( their places ) ( of rest ) ) ) , ) ( ( stealing ( the treasures ) ) ( without ( thought ( for ( ( the reputation ) ( of ( the ( dead rulers ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Ramses) (NNP IV)) (VP (VBD was) (ADJP (JJ responsible) (PP (IN for) (S (VP (VBG saving) (NP (NP (JJ many)) (PP (IN of) (NP (NP (DT the) (NNS mummies)) (PP (IN of) (NP (PRP$ his) (NNS ancestors)))))))))) (SBAR (IN after) (S (NP (NN tomb) (NNS robbers)) (VP (VBD desecrated) (NP (NP (PRP$ their) (NNS places)) (PP (IN of) (NP (NN rest)))) (, ,) (S (VP (VBG stealing) (NP (DT the) (NNS treasures)) (PP (IN without) (NP (NP (NN thought)) (PP (IN for) (NP (NP (DT the) (NN reputation)) (PP (IN of) (NP (DT the) (JJ dead) (NNS rulers))))))))))))) (. .))) | After tomb robbers thoughtlessly stole the treasures in the tombs, Ramses IV was responsible for most of mummies within them. | ( ( After ( ( tomb robbers ) ( thoughtlessly ( ( stole ( the treasures ) ) ( in ( the tombs ) ) ) ) ) ) ( , ( ( Ramses IV ) ( ( ( was ( responsible ( for ( most ( of mummies ) ) ) ) ) ( within them ) ) . ) ) ) ) | (ROOT (S (SBAR (IN After) (S (NP (NN tomb) (NNS robbers)) (ADVP (RB thoughtlessly)) (VP (VBD stole) (NP (DT the) (NNS treasures)) (PP (IN in) (NP (DT the) (NNS tombs)))))) (, ,) (NP (NNP Ramses) (NNP IV)) (VP (VBD was) (ADJP (JJ responsible) (PP (IN for) (NP (NP (JJS most)) (PP (IN of) (NP (NNS mummies)))))) (PP (IN within) (NP (PRP them)))) (. .))) | travel | 0entailment
|
43,219 | 43219e | Operating information is also needed to determine whether the agency is achieving its compliance requirements under various laws and regulations. | ( ( Operating information ) ( ( ( is also ) ( needed ( to ( determine ( whether ( ( the agency ) ( is ( ( achieving ( its ( compliance requirements ) ) ) ( under ( various ( ( laws and ) regulations ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (VBG Operating) (NN information)) (VP (VBZ is) (ADVP (RB also)) (VP (VBN needed) (S (VP (TO to) (VP (VB determine) (SBAR (IN whether) (S (NP (DT the) (NN agency)) (VP (VBZ is) (VP (VBG achieving) (NP (PRP$ its) (NN compliance) (NNS requirements)) (PP (IN under) (NP (JJ various) (NNS laws) (CC and) (NNS regulations)))))))))))) (. .))) | Operating information in essential in determining whether or not the agency is compliant with legal requirements. | ( ( ( ( Operating information ) ( in essential ) ) ( in ( determining ( ( ( whether or ) not ) ( ( the agency ) ( is ( compliant ( with ( legal requirements ) ) ) ) ) ) ) ) ) . ) | (ROOT (NP (NP (VBG Operating) (NN information)) (PP (IN in) (ADJP (JJ essential))) (PP (IN in) (S (VP (VBG determining) (SBAR (IN whether) (CC or) (RB not) (S (NP (DT the) (NN agency)) (VP (VBZ is) (ADJP (JJ compliant) (PP (IN with) (NP (JJ legal) (NNS requirements)))))))))) (. .))) | government | 0entailment
|
92,177 | 92177n | Reductions in its resource levels, combined with increases and shifts in its workload have in recent years prompted GAO to take strong measures to more efficiently accomplish its mission. | ( ( ( ( Reductions ( in ( its ( resource levels ) ) ) ) , ) ( ( combined ( with ( ( increases and ) shifts ) ) ) ( in ( its workload ) ) ) ) ( ( ( have ( in ( recent years ) ) ) ( prompted ( GAO ( to ( ( take ( strong measures ) ) ( to ( ( more efficiently ) ( accomplish ( its mission ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (NNS Reductions)) (PP (IN in) (NP (PRP$ its) (NN resource) (NNS levels))) (, ,) (VP (VBN combined) (PP (IN with) (NP (NNS increases) (CC and) (NNS shifts))) (PP (IN in) (NP (PRP$ its) (NN workload))))) (VP (VBP have) (PP (IN in) (NP (JJ recent) (NNS years))) (VP (VBN prompted) (S (NP (NNP GAO)) (VP (TO to) (VP (VB take) (NP (JJ strong) (NNS measures)) (S (VP (TO to) (VP (ADVP (RBR more) (RB efficiently)) (VB accomplish) (NP (PRP$ its) (NN mission)))))))))) (. .))) | The GAO eliminated lunch breaks for all employees in an attempt to increase production. | ( ( The GAO ) ( ( ( ( eliminated ( lunch breaks ) ) ( for ( ( all employees ) ( in ( an attempt ) ) ) ) ) ( to ( increase production ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP GAO)) (VP (VBD eliminated) (NP (NN lunch) (NNS breaks)) (PP (IN for) (NP (NP (DT all) (NNS employees)) (PP (IN in) (NP (DT an) (NN attempt))))) (S (VP (TO to) (VP (VB increase) (NP (NN production)))))) (. .))) | government | 1neutral
|
105,473 | 105473c | Several of the assumptions used tend to provide conservative estimates of the benefit of running surpluses or lower deficits and of the harm of increasing deficits. | ( ( Several ( of ( ( the assumptions ) used ) ) ) ( ( tend ( to ( ( provide ( ( conservative estimates ) ( of ( the benefit ) ) ) ) ( ( ( of ( running ( ( surpluses or ) ( lower deficits ) ) ) ) and ) ( of ( ( the harm ) ( of ( increasing deficits ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (JJ Several)) (PP (IN of) (NP (NP (DT the) (NNS assumptions)) (VP (VBN used))))) (VP (VBP tend) (S (VP (TO to) (VP (VB provide) (NP (NP (JJ conservative) (NNS estimates)) (PP (IN of) (NP (DT the) (NN benefit)))) (PP (PP (IN of) (S (VP (VBG running) (NP (NP (NNS surpluses)) (CC or) (NP (JJR lower) (NNS deficits)))))) (CC and) (PP (IN of) (NP (NP (DT the) (NN harm)) (PP (IN of) (NP (VBG increasing) (NNS deficits)))))))))) (. .))) | None of the assumptions make wild guesses of the benefits. | ( ( None ( of ( the assumptions ) ) ) ( ( make ( ( wild guesses ) ( of ( the benefits ) ) ) ) . ) ) | (ROOT (S (NP (NP (NN None)) (PP (IN of) (NP (DT the) (NNS assumptions)))) (VP (VBP make) (NP (NP (JJ wild) (NNS guesses)) (PP (IN of) (NP (DT the) (NNS benefits))))) (. .))) | government | 2contradiction
|
84,610 | 84610n | Tell that to us before the Don Cazar!" Shannon curled the quirt lash about his wrist. | ( ( ( Tell ( that ( to us ) ) ) ( before ( the ( Don Cazar ) ) ) ) ( ! ( '' ( Shannon ( ( curled ( ( the quirt ) ( lash ( about ( his wrist ) ) ) ) ) . ) ) ) ) ) | (ROOT (S (S (VP (VB Tell) (NP (NP (DT that)) (PP (TO to) (NP (PRP us)))) (PP (IN before) (NP (DT the) (NNP Don) (NNP Cazar))))) (. !) ('' '') (NP (NNP Shannon)) (VP (VBD curled) (S (NP (DT the) (NN quirt)) (VP (VB lash) (PP (IN about) (NP (PRP$ his) (NN wrist)))))) (. .))) | Shannon was angry with the man. | ( Shannon ( ( was ( angry ( with ( the man ) ) ) ) . ) ) | (ROOT (S (NP (NNP Shannon)) (VP (VBD was) (ADJP (JJ angry) (PP (IN with) (NP (DT the) (NN man))))) (. .))) | fiction | 1neutral
|
59,166 | 59166n | it'd be cheaper to move that than buy another one | ( it ( 'd ( ( be cheaper ) ( to ( move ( ( that than ) ( buy ( another one ) ) ) ) ) ) ) ) | (ROOT (S (NP (PRP it)) (VP (MD 'd) (VP (VB be) (ADJP (JJR cheaper)) (S (VP (TO to) (VP (VB move) (SBAR (IN that) (IN than) (S (VP (VBP buy) (NP (DT another) (NN one)))))))))))) | It's sad that relocating this one would be cheaper than buying a fresh one. | ( It ( ( ( 's sad ) ( that ( ( relocating ( this one ) ) ( would ( be ( cheaper ( than ( buying ( a ( fresh one ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP It)) (VP (VBZ 's) (ADJP (JJ sad)) (SBAR (IN that) (S (S (VP (VBG relocating) (NP (DT this) (NN one)))) (VP (MD would) (VP (VB be) (ADJP (ADJP (JJR cheaper)) (PP (IN than) (S (VP (VBG buying) (NP (DT a) (JJ fresh) (NN one))))))))))) (. .))) | telephone | 1neutral
|
123,433 | 123433e | Several mentioned the importance of networking with outside organizations, such as the International Information Integrity Institute, the European Security Forum, and the Forum of Incident Response and Security | ( Several ( mentioned ( ( the importance ) ( of ( ( ( ( ( ( ( ( networking ( with ( outside organizations ) ) ) , ) ( such ( as ( the ( International ( Information ( Integrity Institute ) ) ) ) ) ) ) , ) ( the ( European ( Security Forum ) ) ) ) , ) and ) ( ( the Forum ) ( of ( Incident ( ( Response and ) Security ) ) ) ) ) ) ) ) ) | (ROOT (S (NP (JJ Several)) (VP (VBD mentioned) (NP (NP (DT the) (NN importance)) (PP (IN of) (NP (NP (VBG networking)) (PP (IN with) (NP (JJ outside) (NNS organizations))) (, ,) (PP (JJ such) (IN as) (NP (DT the) (NNP International) (NNP Information) (NNP Integrity) (NNP Institute))) (, ,) (NP (DT the) (NNP European) (NNP Security) (NNP Forum)) (, ,) (CC and) (NP (NP (DT the) (NNP Forum)) (PP (IN of) (NP (NNP Incident) (NNP Response) (CC and) (NNP Security)))))))))) | Networking with organization, like the European Security Forum, was stated to be of importance. | ( ( Networking ( with organization ) ) ( , ( ( like ( the ( European ( Security Forum ) ) ) ) ( , ( ( was ( stated ( to ( be ( of importance ) ) ) ) ) . ) ) ) ) ) | (ROOT (S (NP (NP (NN Networking)) (PP (IN with) (NP (NN organization)))) (, ,) (PP (IN like) (NP (DT the) (NNP European) (NNP Security) (NNP Forum))) (, ,) (VP (VBD was) (VP (VBN stated) (S (VP (TO to) (VP (VB be) (PP (IN of) (NP (NN importance)))))))) (. .))) | government | 0entailment
|
69,368 | 69368c | The impeachment trial is spinning off new stories . 1) Republican senators are inviting Independent Counsel Kenneth Starr to investigate a rumor that a White House taping system may have recorded President Clinton's phone conversations with Monica Lewinsky. | ( ( The ( impeachment trial ) ) ( ( is ( ( spinning off ) ( ( ( ( ( new stories ) . ) 1 ) -RRB- ) ( ( Republican senators ) ( are ( inviting ( ( Independent ( Counsel ( Kenneth Starr ) ) ) ( to ( ( investigate ( a rumor ) ) ( that ( ( a ( White ( House ( taping system ) ) ) ) ( may ( have ( ( recorded ( ( President ( Clinton 's ) ) ( phone conversations ) ) ) ( with ( Monica Lewinsky ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN impeachment) (NN trial)) (VP (VBZ is) (VP (VBG spinning) (PRT (RP off)) (NP (NP (NP (JJ new) (NNS stories)) (. .) (NP (CD 1)) (-RRB- -RRB-)) (SBAR (S (NP (JJ Republican) (NNS senators)) (VP (VBP are) (VP (VBG inviting) (S (NP (NNP Independent) (NNP Counsel) (NNP Kenneth) (NNP Starr)) (VP (TO to) (VP (VB investigate) (NP (DT a) (NN rumor)) (SBAR (IN that) (S (NP (DT a) (NNP White) (NNP House) (NN taping) (NN system)) (VP (MD may) (VP (VB have) (VP (VBN recorded) (NP (NP (NNP President) (NNP Clinton) (POS 's)) (NN phone) (NNS conversations)) (PP (IN with) (NP (NNP Monica) (NNP Lewinsky)))))))))))))))))) (. .))) | The impeachment trial has stopped releasing stories on Clinton. | ( ( The ( impeachment trial ) ) ( ( has ( stopped ( ( releasing stories ) ( on Clinton ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN impeachment) (NN trial)) (VP (VBZ has) (VP (VBN stopped) (S (VP (VBG releasing) (NP (NNS stories)) (PP (IN on) (NP (NNP Clinton))))))) (. .))) | slate | 2contradiction
|
91,501 | 91501c | well yeah but you know there there are so many people who just get get their jollies off of watching that | ( well ( ( yeah ( but ( you ( know ( there ( there ( are ( so many ) ) ) ) ) ) ) ) ( people ( who ( just ( get ( ( ( get ( their jollies ) ) off ) ( of ( watching that ) ) ) ) ) ) ) ) ) | (ROOT (SINV (ADVP (RB well)) (VP (VBP yeah) (SBAR (CC but) (S (NP (PRP you)) (VP (VBP know) (SBAR (S (NP (EX there)) (ADVP (RB there)) (VP (VBP are) (ADJP (RB so) (JJ many))))))))) (NP (NNS people) (SBAR (WHNP (WP who)) (S (ADVP (RB just)) (VP (VBP get) (VP (VB get) (NP (PRP$ their) (NNS jollies)) (PRT (RP off)) (PP (IN of) (S (VP (VBG watching) (NP (DT that)))))))))))) | No one enjoys watching that. | ( ( No one ) ( ( enjoys ( watching that ) ) . ) ) | (ROOT (S (NP (DT No) (NN one)) (VP (VBZ enjoys) (S (VP (VBG watching) (NP (DT that))))) (. .))) | telephone | 2contradiction
|
130,499 | 130499c | For more profound sea experiences, try scuba diving. | ( ( For ( more ( profound ( sea experiences ) ) ) ) ( , ( ( try ( scuba diving ) ) . ) ) ) | (ROOT (S (PP (IN For) (NP (RBR more) (JJ profound) (NN sea) (NNS experiences))) (, ,) (VP (VB try) (NP (NN scuba) (NN diving))) (. .))) | Scuba diving is really no more interesting than swimming. | ( ( Scuba diving ) ( ( ( is really ) ( ( no ( more interesting ) ) ( than swimming ) ) ) . ) ) | (ROOT (S (NP (NNP Scuba) (NNP diving)) (VP (VBZ is) (ADVP (RB really)) (ADJP (ADJP (DT no) (RBR more) (JJ interesting)) (PP (IN than) (NP (NN swimming))))) (. .))) | travel | 2contradiction
|
32,843 | 32843e | especially around bonus time | ( especially ( around ( bonus time ) ) ) | (ROOT (FRAG (ADVP (RB especially)) (PP (IN around) (NP (NN bonus) (NN time))))) | Especially around the time of the bonus. | ( ( ( Especially around ) ( ( the time ) ( of ( the bonus ) ) ) ) . ) | (ROOT (NP (NP (RB Especially) (RB around)) (NP (NP (DT the) (NN time)) (PP (IN of) (NP (DT the) (NN bonus)))) (. .))) | telephone | 0entailment
|
37,676 | 37676c | And do remember, as I have pointed out to you before, that as a clergyman's daughter " 28 "I ought to be on the stage!" finished Tuppence with a snap. | ( And ( ( do ( ( remember , ) ( as ( I ( have ( ( ( ( ( pointed out ) ( to you ) ) before ) , ) ( that ( ( as ( a ( ( clergyman 's ) ( daughter '' ) ) ) ) ( 28 ( `` ( ( ( I ( ought ( to ( be ( on ( the stage ) ) ) ) ) ) ! ) '' ) ) ) ) ) ) ) ) ) ) ) ( ( ( finished Tuppence ) ( with ( a snap ) ) ) . ) ) ) | (ROOT (S (CC And) (S (VP (VBP do) (S (VP (VB remember) (, ,) (SBAR (IN as) (S (NP (PRP I)) (VP (VBP have) (VP (VBN pointed) (PRT (RP out)) (PP (TO to) (NP (PRP you))) (ADVP (RB before)) (, ,) (SBAR (IN that) (FRAG (PP (IN as) (NP (DT a) (NP (NN clergyman) (POS 's)) (NN daughter) ('' ''))) (: 28) (`` ``) (S (NP (PRP I)) (VP (MD ought) (S (VP (TO to) (VP (VB be) (PP (IN on) (NP (DT the) (NN stage)))))))) (. !) ('' ''))))))))))) (VP (VBD finished) (NP (NNP Tuppence)) (PP (IN with) (NP (DT a) (NN snap)))) (. .))) | Tuppence's dad was a garbage collector. | ( ( ( Tuppence 's ) dad ) ( ( was ( a ( garbage collector ) ) ) . ) ) | (ROOT (S (NP (NP (NNP Tuppence) (POS 's)) (NN dad)) (VP (VBD was) (NP (DT a) (NN garbage) (NN collector))) (. .))) | fiction | 2contradiction
|
113,900 | 113900c | She has merely learned that her leaders are capable of stupid mistakes in their dealings with her. | ( She ( ( ( has merely ) ( learned ( that ( ( her leaders ) ( ( are ( capable ( of ( ( stupid mistakes ) ( in ( their dealings ) ) ) ) ) ) ( with her ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP She)) (VP (VBZ has) (ADVP (RB merely)) (VP (VBN learned) (SBAR (IN that) (S (NP (PRP$ her) (NNS leaders)) (VP (VBP are) (ADJP (JJ capable) (PP (IN of) (NP (NP (JJ stupid) (NNS mistakes)) (PP (IN in) (NP (PRP$ their) (NNS dealings)))))) (PP (IN with) (NP (PRP her)))))))) (. .))) | Her leaders never made mistakes. | ( ( Her leaders ) ( never ( ( made mistakes ) . ) ) ) | (ROOT (S (NP (PRP$ Her) (NNS leaders)) (ADVP (RB never)) (VP (VBD made) (NP (NNS mistakes))) (. .))) | slate | 2contradiction
|
1,883 | 1883c | right right some uh stimulator down so uh yeah it's never a problem to plant things in the summer | ( ( ( ( right right ) ( some ( uh stimulator ) ) ) down ) ( so ( uh ( yeah ( it ( ( 's never ) ( a ( problem ( to ( ( plant things ) ( in ( the summer ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (FRAG (ADVP (NP (ADVP (RB right) (RB right)) (DT some) (NN uh) (NN stimulator)) (RB down)) (SBAR (IN so) (S (NP (NNP uh)) (VP (VBP yeah) (SBAR (S (NP (PRP it)) (VP (VBZ 's) (ADVP (RB never)) (NP (DT a) (NN problem) (S (VP (TO to) (VP (VB plant) (NP (NNS things)) (PP (IN in) (NP (DT the) (NN summer))))))))))))))) | It is bad to plant things in the summer. | ( It ( ( is ( bad ( to ( ( plant things ) ( in ( the summer ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP It)) (VP (VBZ is) (ADJP (JJ bad) (PP (TO to) (NP (NP (NN plant) (NNS things)) (PP (IN in) (NP (DT the) (NN summer))))))) (. .))) | telephone | 2contradiction
|
38,893 | 38893c | When this is achieved, risk management becomes the business of everyone in the organization. | ( ( When ( this ( is achieved ) ) ) ( , ( ( risk management ) ( ( becomes ( ( the business ) ( of ( everyone ( in ( the organization ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (DT this)) (VP (VBZ is) (VP (VBN achieved))))) (, ,) (NP (NN risk) (NN management)) (VP (VBZ becomes) (NP (NP (DT the) (NN business)) (PP (IN of) (NP (NP (NN everyone)) (PP (IN in) (NP (DT the) (NN organization))))))) (. .))) | Only a few are involved in risk management | ( ( Only ( a few ) ) ( are ( involved ( in ( risk management ) ) ) ) ) | (ROOT (FRAG (NP (QP (RB Only) (DT a) (JJ few))) (S (VP (VBP are) (VP (VBN involved) (PP (IN in) (NP (NN risk) (NN management)))))))) | government | 2contradiction
|
62,473 | 62473c | Families can be removed for drug use by one member, whether the drug activity is in the home or somewhere else. | ( Families ( ( can ( be ( ( ( ( removed ( for ( drug use ) ) ) ( by ( one member ) ) ) , ) ( whether ( ( the ( drug activity ) ) ( is ( in ( ( ( the home ) or ) ( somewhere else ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNS Families)) (VP (MD can) (VP (VB be) (VP (VBN removed) (PP (IN for) (NP (NN drug) (NN use))) (PP (IN by) (NP (CD one) (NN member))) (, ,) (SBAR (IN whether) (S (NP (DT the) (NN drug) (NN activity)) (VP (VBZ is) (PP (IN in) (NP (NP (DT the) (NN home)) (CC or) (NP (RB somewhere) (RB else)))))))))) (. .))) | Families can only be removed if they are all participating in drug use. | ( Families ( ( ( can only ) ( be ( removed ( if ( they ( ( are all ) ( participating ( in ( drug use ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNS Families)) (VP (MD can) (ADVP (RB only)) (VP (VB be) (VP (VBN removed) (SBAR (IN if) (S (NP (PRP they)) (VP (VBP are) (RB all) (VP (VBG participating) (PP (IN in) (NP (NN drug) (NN use)))))))))) (. .))) | government | 2contradiction
|
248 | 248n | it wasn't bad | ( it ( ( was n't ) bad ) ) | (ROOT (S (NP (PRP it)) (VP (VBD was) (RB n't) (ADJP (JJ bad))))) | The food wasn't bad. | ( ( The food ) ( ( ( was n't ) bad ) . ) ) | (ROOT (S (NP (DT The) (NN food)) (VP (VBD was) (RB n't) (ADJP (JJ bad))) (. .))) | telephone | 1neutral
|
100,128 | 100128c | Despite the large numbers who come to view the spring blossoms and the superb fall leaves, the Philosopher's Path is one of Kyoto's most tranquil and beloved strolls. | ( ( Despite ( ( the ( large numbers ) ) ( who ( come ( to ( view ( ( ( the ( spring blossoms ) ) and ) ( the ( ( superb fall ) leaves ) ) ) ) ) ) ) ) ) ( , ( ( ( the ( Philosopher 's ) ) Path ) ( ( is ( one ( of ( ( ( ( Kyoto 's ) ( most tranquil ) ) and ) ( beloved strolls ) ) ) ) ) . ) ) ) ) | (ROOT (S (PP (IN Despite) (NP (NP (DT the) (JJ large) (NNS numbers)) (SBAR (WHNP (WP who)) (S (VP (VBP come) (S (VP (TO to) (VP (VB view) (NP (NP (DT the) (NN spring) (NNS blossoms)) (CC and) (NP (DT the) (ADJP (JJ superb) (NP (NN fall))) (NNS leaves))))))))))) (, ,) (NP (NP (DT the) (NNP Philosopher) (POS 's)) (NN Path)) (VP (VBZ is) (NP (NP (CD one)) (PP (IN of) (NP (NP (NP (NNP Kyoto) (POS 's)) (JJS most) (NN tranquil)) (CC and) (NP (JJ beloved) (NNS strolls)))))) (. .))) | The Philosopher's Path is through a very busy intersection. | ( ( ( The ( Philosopher 's ) ) Path ) ( ( is ( through ( a ( ( very busy ) intersection ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (NNP Philosopher) (POS 's)) (NN Path)) (VP (VBZ is) (PP (IN through) (NP (DT a) (ADJP (RB very) (JJ busy)) (NN intersection)))) (. .))) | travel | 2contradiction
|
126,487 | 126487c | For the moment, however, the fix is in for the consumer. | ( ( For ( the moment ) ) ( , ( however ( , ( ( the fix ) ( ( is ( in ( for ( the consumer ) ) ) ) . ) ) ) ) ) ) | (ROOT (S (PP (IN For) (NP (DT the) (NN moment))) (, ,) (ADVP (RB however)) (, ,) (NP (DT the) (NN fix)) (VP (VBZ is) (PP (IN in) (PP (IN for) (NP (DT the) (NN consumer))))) (. .))) | The fix is not in for the consumer. | ( ( The fix ) ( ( ( is not ) ( in ( for ( the consumer ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN fix)) (VP (VBZ is) (RB not) (PP (IN in) (PP (IN for) (NP (DT the) (NN consumer))))) (. .))) | slate | 2contradiction
|
129,069 | 129069c | and it's it's quite a bit i think six something is the state and and uh the rest of the pie goes elsewhere but we're in a particular part of the state that's pretty well off so it's it's like we get a lot of that back as far as local taxation goes | ( and ( it ( 's ( ( ( ( ( it ( ( 's ( quite ( a bit ) ) ) ( i ( think ( ( six something ) ( is ( the state ) ) ) ) ) ) ) and ) ( ( ( ( and uh ) ( the rest ) ) ( of ( the pie ) ) ) ( goes elsewhere ) ) ) but ) ( we ( 're ( in ( ( a ( particular part ) ) ( of ( ( the state ) ( that ( 's ( ( pretty ( well off ) ) ( so ( it ( 's ( it ( 's ( like ( we ( ( get ( ( a lot ) ( of that ) ) ) ( ( back ( as far ) ) ( as ( ( local taxation ) goes ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (PRN (CC and) (S (NP (PRP it)) (VP (VBZ 's) (S (S (NP (PRP it)) (VP (VBZ 's) (ADVP (RB quite) (NP (DT a) (RB bit))) (NP (NP (FW i)) (SBAR (S (VP (VBP think) (SBAR (S (NP (CD six) (NN something)) (VP (VBZ is) (NP (DT the) (NN state))))))))))) (CC and) (S (NP (NP (QP (CC and) (CD uh)) (DT the) (NN rest)) (PP (IN of) (NP (DT the) (NN pie)))) (VP (VBZ goes) (ADVP (RB elsewhere)))) (CC but) (S (NP (PRP we)) (VP (VBP 're) (PP (IN in) (NP (NP (DT a) (JJ particular) (NN part)) (PP (IN of) (NP (NP (DT the) (NN state)) (SBAR (WHNP (WDT that)) (S (VP (VBZ 's) (ADVP (ADVP (RB pretty) (RB well) (RB off)) (SBAR (IN so) (S (NP (PRP it)) (VP (VBZ 's) (SBAR (S (NP (PRP it)) (VP (VBZ 's) (SBAR (IN like) (S (NP (PRP we)) (VP (VBP get) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (DT that)))) (ADVP (ADVP (RB back) (RB as) (RB far)) (SBAR (IN as) (S (NP (JJ local) (NN taxation)) (VP (VBZ goes))))))))))))))))))))))))))))) | I am the tax collector for my city. | ( I ( ( am ( ( the ( tax collector ) ) ( for ( my city ) ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBP am) (NP (NP (DT the) (NN tax) (NN collector)) (PP (IN for) (NP (PRP$ my) (NN city))))) (. .))) | telephone | 2contradiction
|
33,311 | 33311c | complaining to her about their disgusting fellow citizens. | ( ( ( complaining ( to her ) ) ( about ( their ( disgusting ( fellow citizens ) ) ) ) ) . ) | (ROOT (S (VP (VBG complaining) (PP (TO to) (NP (PRP her))) (PP (IN about) (NP (PRP$ their) (JJ disgusting) (JJ fellow) (NNS citizens)))) (. .))) | Complaining to her about their wonderful fellow citizens. | ( ( ( Complaining ( to her ) ) ( about ( their ( wonderful ( fellow citizens ) ) ) ) ) . ) | (ROOT (S (VP (VBG Complaining) (PP (TO to) (NP (PRP her))) (PP (IN about) (NP (PRP$ their) (JJ wonderful) (JJ fellow) (NNS citizens)))) (. .))) | slate | 2contradiction
|
113,533 | 113533e | they have got two log cabin shelters that are basically uh four walls and a roof log cabins with a concrete floor and a picnic table in them and a ceiling fan and screened uh windows | ( they ( have ( got ( ( two ( log ( cabin shelters ) ) ) ( that ( are ( basically ( uh ( ( ( ( four walls ) and ) ( a roof ) ) ( ( ( ( log cabins ) ( with ( ( ( a ( concrete floor ) ) and ) ( ( a ( picnic table ) ) ( in ( ( them and ) ( a ( ceiling fan ) ) ) ) ) ) ) ) and ) ( screened ( uh windows ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (S (NP (PRP they)) (VP (VBP have) (VP (VBN got) (NP (NP (CD two) (NN log) (NN cabin) (NNS shelters)) (SBAR (WHNP (WDT that)) (S (VP (VBP are) (ADJP (RB basically) (JJ uh) (SBAR (S (NP (NP (CD four) (NNS walls)) (CC and) (NP (DT a) (NN roof))) (VP (VP (VBP log) (NP (NNS cabins)) (PP (IN with) (NP (NP (DT a) (JJ concrete) (NN floor)) (CC and) (NP (NP (DT a) (NN picnic) (NN table)) (PP (IN in) (NP (NP (PRP them)) (CC and) (NP (DT a) (NN ceiling) (NN fan)))))))) (CC and) (VP (VBD screened) (NP (INTJ (UH uh)) (NP (NNS windows)))))))))))))))) | There are windows, a fan, a picnic table and a concrete floor in the log cabins. | ( There ( ( are ( ( ( ( ( ( windows , ) ( a fan ) ) , ) ( a ( picnic table ) ) ) and ) ( ( a ( concrete floor ) ) ( in ( the ( log cabins ) ) ) ) ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (NNS windows)) (, ,) (NP (DT a) (NN fan)) (, ,) (NP (DT a) (NN picnic) (NN table)) (CC and) (NP (NP (DT a) (JJ concrete) (NN floor)) (PP (IN in) (NP (DT the) (NN log) (NNS cabins)))))) (. .))) | telephone | 0entailment
|
18,230 | 18230e | I'll help you to hang Alfred with pleasure, she replied gruffly. | ( ( I ( 'll ( help ( you ( to ( hang ( Alfred ( with pleasure ) ) ) ) ) ) ) ) ( , ( she ( ( replied gruffly ) . ) ) ) ) | (ROOT (S (S (NP (PRP I)) (VP (MD 'll) (VP (VB help) (S (NP (PRP you)) (VP (TO to) (VP (VB hang) (NP (NP (NNP Alfred)) (PP (IN with) (NP (NN pleasure)))))))))) (, ,) (NP (PRP she)) (VP (VBD replied) (ADVP (RB gruffly))) (. .))) | She was happy to assist. | ( She ( ( was ( happy ( to assist ) ) ) . ) ) | (ROOT (S (NP (PRP She)) (VP (VBD was) (ADJP (JJ happy) (S (VP (TO to) (VP (VB assist)))))) (. .))) | fiction | 0entailment
|
99,641 | 99641e | The judges were reluctant to raise those fees but eventually decided that supporting probono services was important enough and lawyers had a responsibility to contribute to the cause, Harrison said. | ( ( ( The judges ) ( ( ( were ( reluctant ( to ( raise ( those fees ) ) ) ) ) but ) ( eventually ( decided ( that ( ( ( ( supporting ( probono services ) ) ( was ( important enough ) ) ) and ) ( lawyers ( had ( a ( responsibility ( to ( contribute ( to ( the cause ) ) ) ) ) ) ) ) ) ) ) ) ) ) ( , ( Harrison ( said . ) ) ) ) | (ROOT (S (S (NP (DT The) (NNS judges)) (VP (VP (VBD were) (ADJP (JJ reluctant) (S (VP (TO to) (VP (VB raise) (NP (DT those) (NNS fees))))))) (CC but) (VP (ADVP (RB eventually)) (VBD decided) (SBAR (IN that) (S (S (NP (JJ supporting) (NN probono) (NNS services)) (VP (VBD was) (ADJP (JJ important) (RB enough)))) (CC and) (S (NP (NNS lawyers)) (VP (VBD had) (NP (DT a) (NN responsibility) (S (VP (TO to) (VP (VB contribute) (PP (TO to) (NP (DT the) (NN cause)))))))))))))) (, ,) (NP (NNP Harrison)) (VP (VBD said)) (. .))) | The support of probono services outweighed general reluctance to increase fees. | ( ( ( The support ) ( of ( probono services ) ) ) ( ( ( outweighed ( general reluctance ) ) ( to ( increase fees ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (NN support)) (PP (IN of) (NP (NN probono) (NNS services)))) (VP (VBD outweighed) (NP (JJ general) (NN reluctance)) (S (VP (TO to) (VP (VB increase) (NP (NNS fees)))))) (. .))) | government | 0entailment
|
38,637 | 38637n | but we have a real good sense of where it's going | ( but ( we ( have ( ( a ( real ( good sense ) ) ) ( of ( where ( it ( 's going ) ) ) ) ) ) ) ) | (ROOT (S (CC but) (NP (PRP we)) (VP (VBP have) (NP (NP (DT a) (JJ real) (JJ good) (NN sense)) (PP (IN of) (SBAR (WHADVP (WRB where)) (S (NP (PRP it)) (VP (VBZ 's) (VP (VBG going)))))))))) | We know exactly where this is headed. | ( We ( ( know ( ( exactly where ) ( this ( is headed ) ) ) ) . ) ) | (ROOT (S (NP (PRP We)) (VP (VBP know) (SBAR (WHADVP (RB exactly) (WRB where)) (S (NP (DT this)) (VP (VBZ is) (VP (VBN headed)))))) (. .))) | telephone | 1neutral
|
97,744 | 97744n | Exca?va?tions have uncovered a 12th-century structure under part of the Palais de Justice. | ( Exca?va?tions ( ( have ( ( uncovered ( a ( 12th-century structure ) ) ) ( under ( part ( of ( the ( Palais ( de Justice ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNS Exca?va?tions)) (VP (VBP have) (VP (VBN uncovered) (NP (DT a) (JJ 12th-century) (NN structure)) (PP (IN under) (NP (NP (NN part)) (PP (IN of) (NP (DT the) (NNP Palais) (NNP de) (NNP Justice))))))) (. .))) | Experts believe the building excavated under the Palais de Justice was a church. | ( Experts ( ( believe ( ( ( the building ) ( excavated ( under ( the ( Palais ( de Justice ) ) ) ) ) ) ( was ( a church ) ) ) ) . ) ) | (ROOT (S (NP (NNS Experts)) (VP (VBP believe) (SBAR (S (NP (NP (DT the) (NN building)) (ADJP (VBN excavated) (PP (IN under) (NP (DT the) (NNP Palais) (NNP de) (NNP Justice))))) (VP (VBD was) (NP (DT a) (NN church)))))) (. .))) | travel | 1neutral
|
88,057 | 88057n | Downtown Fort-de-France and Pointe-Pitre are flooded with dancers, notably diablesses, all dressed in black and white and losing themselves in the biguine. | ( ( ( Downtown ( ( Fort-de-France and ) Pointe-Pitre ) ) ( are ( flooded ( with ( ( ( dancers , ) notably ) diablesses ) ) ) ) ) ( , ( all ( ( dressed ( in ( ( ( ( black and ) white ) and ) ( ( losing themselves ) ( in ( the biguine ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (S (NP (NNPS Downtown) (NNP Fort-de-France) (CC and) (NNP Pointe-Pitre)) (VP (VBP are) (VP (VBN flooded) (PP (IN with) (NP (NP (NNS dancers)) (, ,) (RB notably) (NP (NNS diablesses))))))) (, ,) (NP (DT all)) (VP (VBD dressed) (PP (IN in) (UCP (ADJP (JJ black) (CC and) (JJ white)) (CC and) (VP (VBG losing) (NP (PRP themselves)) (PP (IN in) (NP (DT the) (NN biguine))))))) (. .))) | The downtown area has dancers who dress up and dance to very loud music. | ( ( The ( downtown area ) ) ( ( has ( dancers ( who ( ( ( dress up ) and ) ( dance ( to ( ( very loud ) music ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN downtown) (NN area)) (VP (VBZ has) (NP (NP (NNS dancers)) (SBAR (WHNP (WP who)) (S (VP (VP (VB dress) (PRT (RP up))) (CC and) (VP (VB dance) (PP (TO to) (NP (ADJP (RB very) (JJ loud)) (NN music))))))))) (. .))) | travel | 1neutral
|
122,546 | 122546n | PBS's Nova is offering lots of bang-'em-up footage in its two-part series , ESCAPE! | ( ( ( ( ( ( PBS 's ) Nova ) ( is ( offering ( lots ( of bang ) ) ) ) ) - ) ( 'em ( ( - ( ( up ( footage ( in ( its ( two-part series ) ) ) ) ) , ) ) ESCAPE ) ) ) ! ) | (ROOT (S (S (NP (NP (NNP PBS) (POS 's)) (NNP Nova)) (VP (VBZ is) (VP (VBG offering) (NP (NP (NNS lots)) (PP (IN of) (NP (NN bang))))))) (: -) (S (NP (PRP 'em)) (PRN (, -) (PP (IN up) (NP (NP (NN footage)) (PP (IN in) (NP (PRP$ its) (JJ two-part) (NN series))))) (, ,)) (VP (VBP ESCAPE))) (. !))) | Nova has a series about weather called ESCAPE! | ( Nova ( ( has ( ( a series ) ( about ( weather ( called ESCAPE ) ) ) ) ) ! ) ) | (ROOT (S (NP (NNP Nova)) (VP (VBZ has) (NP (NP (DT a) (NN series)) (PP (IN about) (NP (NP (NN weather)) (VP (VBN called) (ADVP (RB ESCAPE))))))) (. !))) | slate | 1neutral
|
50,182 | 50182e | i wish i had known more about what a school meant | ( i ( wish ( i ( had ( ( known more ) ( about ( what ( ( a school ) meant ) ) ) ) ) ) ) ) | (ROOT (S (NP (FW i)) (VP (VBP wish) (SBAR (S (NP (FW i)) (VP (VBD had) (VP (VBN known) (ADVP (RBR more)) (PP (IN about) (SBAR (WHNP (WP what)) (S (NP (DT a) (NN school)) (VP (VBD meant)))))))))))) | I didn't know that much about what schools meant | ( I ( ( did n't ) ( ( know that ) ( much ( about ( what ( schools meant ) ) ) ) ) ) ) | (ROOT (S (NP (PRP I)) (VP (VBD did) (RB n't) (VP (VB know) (NP (DT that)) (ADVP (RB much) (PP (IN about) (SBAR (WHNP (WP what)) (S (NP (NNS schools)) (VP (VBD meant)))))))))) | telephone | 0entailment
|
61,795 | 61795n | In 1793, when the leaders of the Revolution declared the palace a national museum, the Louvre held 630 works of art; a recent inventory listed 250,000. | ( ( In 1793 ) ( , ( ( when ( ( ( the leaders ) ( of ( the Revolution ) ) ) ( declared ( ( the palace ) ( a ( national museum ) ) ) ) ) ) ( , ( ( the Louvre ) ( ( held ( ( ( ( 630 works ) ( of art ) ) ; ) ( ( a ( recent inventory ) ) ( listed 250,000 ) ) ) ) . ) ) ) ) ) ) | (ROOT (S (PP (IN In) (NP (CD 1793))) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (NP (DT the) (NNS leaders)) (PP (IN of) (NP (DT the) (NN Revolution)))) (VP (VBD declared) (NP (NP (DT the) (NN palace)) (NP (DT a) (JJ national) (NN museum)))))) (, ,) (NP (DT the) (NNP Louvre)) (VP (VBD held) (NP (NP (NP (JJ 630) (NNS works)) (PP (IN of) (NP (NN art)))) (: ;) (NP (NP (DT a) (JJ recent) (NN inventory)) (VP (VBN listed) (NP (CD 250,000)))))) (. .))) | The leaders of the Revolution declared the palace a national museum and soon 1 million people were visiting each year. | ( ( ( The leaders ) ( of ( the Revolution ) ) ) ( ( ( ( ( declared ( ( the palace ) ( a ( national museum ) ) ) ) and ) ( soon ( ( 1 million ) people ) ) ) ( were ( visiting ( each year ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (NNS leaders)) (PP (IN of) (NP (DT the) (NN Revolution)))) (VP (VP (VBD declared) (S (NP (DT the) (NN palace)) (NP (DT a) (JJ national) (NN museum)))) (CC and) (ADVP (RB soon) (NP (QP (CD 1) (CD million)) (NNS people))) (VP (VBD were) (VP (VBG visiting) (NP (DT each) (NN year))))) (. .))) | travel | 1neutral
|
123,533 | 123533e | You said Rennie sighed. | ( You ( ( said ( Rennie sighed ) ) . ) ) | (ROOT (S (NP (PRP You)) (VP (VBD said) (SBAR (S (NP (NNP Rennie)) (VP (VBD sighed))))) (. .))) | You mentioned that Rennie let out a breath of air. | ( You ( ( mentioned ( that ( Rennie ( ( let out ) ( ( a breath ) ( of air ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP You)) (VP (VBD mentioned) (SBAR (IN that) (S (NP (NNP Rennie)) (VP (VB let) (PRT (RP out)) (NP (NP (DT a) (NN breath)) (PP (IN of) (NP (NN air)))))))) (. .))) | fiction | 0entailment
|
80,217 | 80217c | Collective bargaining will win doctors more control over the type and quantity of medication they prescribe, resulting in better care for patients. | ( ( Collective bargaining ) ( ( will ( ( ( ( ( win doctors ) ( more control ) ) ( over ( ( the ( ( type and ) quantity ) ) ( of ( medication ( they prescribe ) ) ) ) ) ) , ) ( resulting ( in ( ( better care ) ( for patients ) ) ) ) ) ) . ) ) | (ROOT (S (NP (JJ Collective) (NN bargaining)) (VP (MD will) (VP (VB win) (NP (NNS doctors)) (NP (JJR more) (NN control)) (PP (IN over) (NP (NP (DT the) (NN type) (CC and) (NN quantity)) (PP (IN of) (NP (NP (NN medication)) (SBAR (S (NP (PRP they)) (VP (VBP prescribe)))))))) (, ,) (S (VP (VBG resulting) (PP (IN in) (NP (NP (JJR better) (NN care)) (PP (IN for) (NP (NNS patients))))))))) (. .))) | Collective bargaining will restrict doctors' ability to prescribe quality medicine for their patients. | ( ( Collective bargaining ) ( ( will ( restrict ( ( doctors ' ) ( ability ( to ( ( prescribe ( quality medicine ) ) ( for ( their patients ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (JJ Collective) (NN bargaining)) (VP (MD will) (VP (VB restrict) (NP (NP (NNS doctors) (POS ')) (NN ability) (S (VP (TO to) (VP (VB prescribe) (NP (NN quality) (NN medicine)) (PP (IN for) (NP (PRP$ their) (NNS patients))))))))) (. .))) | slate | 2contradiction
|
118,250 | 118250n | Neither did he notice at a small dog, belonging emotionally and lawfully to an elegant female professor from the Department of Westernmostentatious European Polonisation, who sat reading a newspaper on a nearby bench. | ( Neither ( ( did ( he ( ( notice ( at ( ( ( a ( small dog ) ) , ) ( ( ( ( belonging emotionally ) and ) lawfully ) ( to ( an ( elegant ( female professor ) ) ) ) ) ) ) ) ( from ( ( the Department ) ( of ( ( ( Westernmostentatious ( European Polonisation ) ) , ) ( who ( sat ( ( reading ( a newspaper ) ) ( on ( a ( nearby bench ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT Neither)) (VP (VBD did) (SBAR (S (NP (PRP he)) (VP (VBP notice) (PP (IN at) (NP (NP (DT a) (JJ small) (NN dog)) (, ,) (VP (VP (VBG belonging) (ADVP (RB emotionally))) (CC and) (ADVP (RB lawfully)) (VP (TO to) (NP (DT an) (JJ elegant) (JJ female) (NN professor)))))) (PP (IN from) (NP (NP (DT the) (NNP Department)) (PP (IN of) (NP (NP (NNP Westernmostentatious) (NNP European) (NNP Polonisation)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD sat) (S (VP (VBG reading) (NP (DT a) (NN newspaper)) (PP (IN on) (NP (DT a) (JJ nearby) (NN bench)))))))))))))))) (. .))) | The dog was of the chihuahua breed. | ( ( The dog ) ( ( was ( of ( the ( chihuahua breed ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN dog)) (VP (VBD was) (PP (IN of) (NP (DT the) (NN chihuahua) (NN breed)))) (. .))) | fiction | 1neutral
|
14,623 | 14623n | I'll see if I can help you out.' | ( I ( ( ( 'll ( see ( if ( I ( can ( ( help you ) out ) ) ) ) ) ) . ) ' ) ) | (ROOT (S (NP (PRP I)) (VP (MD 'll) (VP (VB see) (SBAR (IN if) (S (NP (PRP I)) (VP (MD can) (VP (VB help) (NP (PRP you)) (PRT (RP out)))))))) (. .) ('' '))) | I'll talk to my brother and see if there's anything we can do to help. | ( I ( ( 'll ( ( ( talk ( to ( my brother ) ) ) and ) ( see ( if ( there ( 's ( anything ( we ( can ( do ( to help ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (MD 'll) (VP (VP (VB talk) (PP (TO to) (NP (PRP$ my) (NN brother)))) (CC and) (VP (VB see) (SBAR (IN if) (S (NP (EX there)) (VP (VBZ 's) (NP (NP (NN anything)) (SBAR (S (NP (PRP we)) (VP (MD can) (VP (VB do) (S (VP (TO to) (VP (VB help))))))))))))))) (. .))) | fiction | 1neutral
|
109,615 | 109615c | Completed in 1440, its Flamboyant Gothic design has a flair and grace that bewitch you into imagining the long-gone gilt of its facade (from which it earned its name). | ( ( Completed ( in 1440 ) ) ( , ( ( its ( Flamboyant ( Gothic design ) ) ) ( ( has ( ( a ( ( flair and ) grace ) ) ( that ( ( bewitch you ) ( into ( imagining ( ( the ( long-gone gilt ) ) ( of ( ( its facade ) ( -LRB- ( ( from ( which ( it ( earned ( its name ) ) ) ) ) -RRB- ) ) ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (S (VP (VBN Completed) (PP (IN in) (NP (CD 1440))))) (, ,) (NP (PRP$ its) (NNP Flamboyant) (JJ Gothic) (NN design)) (VP (VBZ has) (NP (NP (DT a) (NN flair) (CC and) (NN grace)) (SBAR (WHNP (WDT that)) (S (VP (VBP bewitch) (NP (PRP you)) (PP (IN into) (S (VP (VBG imagining) (NP (NP (DT the) (JJ long-gone) (NN gilt)) (PP (IN of) (NP (NP (PRP$ its) (NN facade)) (PRN (-LRB- -LRB-) (PP (IN from) (SBAR (WHNP (WDT which)) (S (NP (PRP it)) (VP (VBD earned) (NP (PRP$ its) (NN name)))))) (-RRB- -RRB-))))))))))))) (. .))) | Despite its reputation, it only stood for 100 years before being torn down and replaced. | ( ( Despite ( its reputation ) ) ( , ( it ( ( ( ( only ( ( stood ( for ( 100 years ) ) ) ( before ( being ( torn down ) ) ) ) ) and ) replaced ) . ) ) ) ) | (ROOT (S (PP (IN Despite) (NP (PRP$ its) (NN reputation))) (, ,) (NP (PRP it)) (VP (VP (ADVP (RB only)) (VBD stood) (PP (IN for) (NP (CD 100) (NNS years))) (PP (IN before) (S (VP (VBG being) (VP (VBN torn) (PRT (RP down))))))) (CC and) (VP (VBD replaced))) (. .))) | travel | 2contradiction
|
41,479 | 41479n | But it seems telling that it was IBM, which has seen currency problems erode earnings for two years now, that led Tuesday's rally by announcing it was going to buy back $3. | ( But ( it ( ( seems ( telling ( that ( it ( was ( ( IBM , ) ( which ( has ( seen ( ( currency problems ) ( ( ( ( erode ( earnings ( for ( two years ) ) ) ) now ) , ) ( that ( ( led ( ( Tuesday 's ) rally ) ) ( by ( announcing ( it ( was ( going ( to ( ( buy back ) ( $ 3 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) | (ROOT (S (CC But) (NP (PRP it)) (VP (VBZ seems) (S (VP (VBG telling) (SBAR (IN that) (S (NP (PRP it)) (VP (VBD was) (NP (NP (NNP IBM)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ has) (VP (VBN seen) (S (NP (NN currency) (NNS problems)) (VP (VB erode) (NP (NP (NNS earnings)) (PP (IN for) (NP (CD two) (NNS years)))) (ADVP (RB now)) (, ,) (SBAR (IN that) (S (VP (VBD led) (NP (NP (NNP Tuesday) (POS 's)) (NN rally)) (PP (IN by) (S (VP (VBG announcing) (SBAR (S (NP (PRP it)) (VP (VBD was) (VP (VBG going) (S (VP (TO to) (VP (VB buy) (PRT (RP back)) (NP ($ $) (CD 3)))))))))))))))))))))))))))) (. .))) | IBM has seen currency problems going on for two years and is in big trouble according to the journalists. | ( IBM ( ( ( ( ( has ( ( seen ( currency problems ) ) ( ( going on ) ( for ( two years ) ) ) ) ) and ) ( is ( in ( big trouble ) ) ) ) ( according ( to ( the journalists ) ) ) ) . ) ) | (ROOT (S (NP (NNP IBM)) (VP (VP (VBZ has) (VP (VBN seen) (NP (NN currency) (NNS problems)) (S (VP (VBG going) (PRT (RP on)) (PP (IN for) (NP (CD two) (NNS years))))))) (CC and) (VP (VBZ is) (PP (IN in) (NP (JJ big) (NN trouble)))) (PP (VBG according) (PP (TO to) (NP (DT the) (NNS journalists))))) (. .))) | slate | 1neutral
|
91,675 | 91675e | i don't drink Scotch | ( i ( ( do n't ) ( drink Scotch ) ) ) | (ROOT (S (NP (FW i)) (VP (VBP do) (RB n't) (VP (VB drink) (NP (NNP Scotch)))))) | I do not ingest Scotch. | ( I ( ( ( do not ) ( ingest Scotch ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBP do) (RB not) (VP (VB ingest) (NP (NNP Scotch)))) (. .))) | telephone | 0entailment
|
86,979 | 86979e | Lounge chairs under thatched-roof huts, water chute into the sea, and rope swing provide extra entertainment. | ( ( ( ( ( Lounge ( ( chairs ( under ( ( ( thatched-roof huts ) , ) ( water chute ) ) ) ) ( into ( the sea ) ) ) ) , ) and ) ( ( rope swing ) ( provide ( extra entertainment ) ) ) ) . ) | (ROOT (S (S (NP (NNP Lounge)) (VP (VBZ chairs) (PP (IN under) (NP (NP (JJ thatched-roof) (NNS huts)) (, ,) (NP (NN water) (NN chute)))) (PP (IN into) (NP (DT the) (NN sea))))) (, ,) (CC and) (S (NP (NN rope) (NN swing)) (VP (VBP provide) (NP (JJ extra) (NN entertainment)))) (. .))) | There are lounge chairs in the hut. | ( There ( ( are ( ( lounge chairs ) ( in ( the hut ) ) ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (NN lounge) (NNS chairs)) (PP (IN in) (NP (DT the) (NN hut))))) (. .))) | travel | 0entailment
|
51,146 | 51146e | Chief among Will China preserve the rule of law and free speech, which are essential for business prosperity? | ( ( Chief among ) ( ( ( Will China ) ( preserve ( ( the rule ) ( of ( ( ( law ( and ( free speech ) ) ) , ) ( which ( are ( essential ( for ( business prosperity ) ) ) ) ) ) ) ) ) ) ? ) ) | (ROOT (SBARQ (WHNP (NP (NNP Chief)) (PP (IN among))) (SQ (MD Will) (NP (NNP China)) (VP (VB preserve) (NP (NP (DT the) (NN rule)) (PP (IN of) (NP (NP (NN law) (CC and) (JJ free) (NN speech)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBP are) (ADJP (JJ essential) (PP (IN for) (NP (NN business) (NN prosperity)))))))))))) (. ?))) | There is a question among whether China will preserve the rule of law and free speech. | ( There ( ( is ( ( a question ) ( among ( whether ( China ( will ( preserve ( ( the rule ) ( of ( law ( and ( free speech ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBZ is) (NP (NP (DT a) (NN question)) (PP (IN among) (SBAR (IN whether) (S (NP (NNP China)) (VP (MD will) (VP (VB preserve) (NP (NP (DT the) (NN rule)) (PP (IN of) (NP (NN law) (CC and) (JJ free) (NN speech))))))))))) (. .))) | slate | 0entailment
|
10,717 | 10717c | The Ledfords say they came away from a hurried loan closing without understanding how much their mortgage payments would increase or how Reilly had qualified them to borrow $360,000. | ( ( The Ledfords ) ( ( say ( they ( ( ( came away ) ( from ( a ( hurried ( loan closing ) ) ) ) ) ( without ( understanding ( ( ( ( how much ) ( ( their ( mortgage payments ) ) ( would increase ) ) ) or ) ( how ( Reilly ( had ( qualified ( them ( to ( borrow ( $ 360,000 ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNPS Ledfords)) (VP (VBP say) (SBAR (S (NP (PRP they)) (VP (VBD came) (ADVP (RB away)) (PP (IN from) (NP (DT a) (JJ hurried) (NN loan) (NN closing))) (PP (IN without) (S (VP (VBG understanding) (SBAR (SBAR (WHADJP (WRB how) (JJ much)) (S (NP (PRP$ their) (NN mortgage) (NNS payments)) (VP (MD would) (VP (VB increase))))) (CC or) (SBAR (WHADVP (WRB how)) (S (NP (NNP Reilly)) (VP (VBD had) (VP (VBD qualified) (S (NP (PRP them)) (VP (TO to) (VP (VB borrow) (NP ($ $) (CD 360,000))))))))))))))))) (. .))) | The Ledfords do not make any instinctual decisions towards loans. | ( ( The Ledfords ) ( ( ( do not ) ( make ( ( any ( instinctual decisions ) ) ( towards loans ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNPS Ledfords)) (VP (VBP do) (RB not) (VP (VB make) (NP (NP (DT any) (JJ instinctual) (NNS decisions)) (PP (IN towards) (NP (NNS loans)))))) (. .))) | government | 2contradiction
|
136,605 | 136605e | Preserved here is an entire 16th century village that served as the headquarters of the Asakura clan, which ruled Echizen until 1573. | ( Preserved ( here ( ( is ( ( an ( entire ( 16th ( century village ) ) ) ) ( that ( served ( as ( ( ( ( the headquarters ) ( of ( the ( Asakura clan ) ) ) ) , ) ( which ( ( ruled Echizen ) ( until 1573 ) ) ) ) ) ) ) ) ) . ) ) ) | (ROOT (S (NP (NNP Preserved)) (ADVP (RB here)) (VP (VBZ is) (NP (NP (DT an) (JJ entire) (JJ 16th) (NN century) (NN village)) (SBAR (WHNP (WDT that)) (S (VP (VBD served) (PP (IN as) (NP (NP (DT the) (NN headquarters)) (PP (IN of) (NP (DT the) (NNP Asakura) (NN clan))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD ruled) (NP (NNP Echizen)) (PP (IN until) (NP (CD 1573))))))))))))) (. .))) | The Asakura clan ruled Echizen until 1573 | ( ( The ( Asakura clan ) ) ( ( ruled Echizen ) ( until 1573 ) ) ) | (ROOT (S (NP (DT The) (NNP Asakura) (NN clan)) (VP (VBD ruled) (NP (NNP Echizen)) (PP (IN until) (NP (CD 1573)))))) | travel | 0entailment
|
136,526 | 136526c | Therefore, there was no requirement to prepare an initial or final regulatory flexibility analysis under sections 603 or 604 of the Act. | ( Therefore ( , ( there ( ( was ( no ( requirement ( to ( ( prepare ( ( ( an initial ) or ) ( final ( regulatory ( flexibility analysis ) ) ) ) ) ( under ( ( ( ( sections 603 ) or ) 604 ) ( of ( the Act ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (ADVP (RB Therefore)) (, ,) (NP (EX there)) (VP (VBD was) (NP (DT no) (NN requirement) (S (VP (TO to) (VP (VB prepare) (NP (NP (DT an) (JJ initial)) (CC or) (NP (JJ final) (JJ regulatory) (NN flexibility) (NN analysis))) (PP (IN under) (NP (NP (NNS sections) (CD 603) (CC or) (CD 604)) (PP (IN of) (NP (DT the) (NNP Act)))))))))) (. .))) | There has always been a requirement to have the analysis. | ( There ( ( ( has always ) ( been ( a ( requirement ( to ( have ( the analysis ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBZ has) (ADVP (RB always)) (VP (VBN been) (NP (DT a) (NN requirement) (S (VP (TO to) (VP (VB have) (NP (DT the) (NN analysis)))))))) (. .))) | government | 2contradiction
|
113,202 | 113202e | During the creative process, which was moderated by la Rousse according to the patented 4-192.5-3 method, the words most frequently used in any language, that is vulgarisms, were devised and listed here as 'regrod', 'hurcia', 'larnogha' and 'dygil'. | ( ( During ( ( ( the ( creative process ) ) , ) ( which ( was ( ( moderated ( by ( la Rousse ) ) ) ( according ( to ( the ( patented ( 4-192 .5 ) ) ) ) ) ) ) ) ) ) ( ( ( ( ( -3 method ) , ) ( ( the words ) ( ( most frequently ) ( used ( in ( ( ( any language ) , ) ( that ( is vulgarisms ) ) ) ) ) ) ) ) , ) ( ( were ( ( ( ( ( ( devised and ) listed ) here ) ( ( ( as ` ) regrod ) ' ) ) , ) ( ( ( ` ( hurcia ' ) ) , ) ( ` ( larnogha ( ' ( and ( ` ( dygil ' ) ) ) ) ) ) ) ) ) . ) ) ) | (ROOT (S (PP (IN During) (NP (NP (DT the) (JJ creative) (NN process)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD was) (VP (VBN moderated) (PP (IN by) (NP (NNP la) (NNP Rousse))) (PP (VBG according) (PP (TO to) (NP (DT the) (JJ patented) (CD 4-192) (CD .5)))))))))) (NP (NP (CD -3) (NN method)) (, ,) (NP (NP (DT the) (NNS words)) (VP (ADVP (RBS most) (RB frequently)) (VBN used) (PP (IN in) (NP (NP (DT any) (NN language)) (, ,) (SBAR (WHNP (WDT that)) (S (VP (VBZ is) (ADJP (JJ vulgarisms))))))))) (, ,)) (VP (VBD were) (VP (VBN devised) (CC and) (VBN listed) (ADVP (RB here)) (PP (IN as) (`` `) (ADJP (JJ regrod)) ('' ')) (, ,) (NP (NP (`` `) (NN hurcia) ('' ')) (, ,) (ADJP (`` `) (JJ larnogha) ('' ') (CC and) (`` `) (JJ dygil) ('' '))))) (. .))) | La Rousse moderated the creative process. | ( ( La Rousse ) ( ( moderated ( the ( creative process ) ) ) . ) ) | (ROOT (S (NP (NNP La) (NNP Rousse)) (VP (VBN moderated) (NP (DT the) (JJ creative) (NN process))) (. .))) | fiction | 0entailment
|
134,933 | 134933c | like you say long term that have penalties and all sorts of other things they | ( like ( ( ( you ( say ( ( long term ) ( that ( have penalties ) ) ) ) ) and ) ( ( ( all sorts ) ( of ( other things ) ) ) they ) ) ) | (ROOT (SBAR (IN like) (S (S (NP (PRP you)) (VP (VBP say) (NP (NP (JJ long) (NN term)) (SBAR (WHNP (WDT that)) (S (VP (VBP have) (NP (NNS penalties)))))))) (CC and) (S (NP (NP (DT all) (NNS sorts)) (PP (IN of) (NP (JJ other) (NNS things)))) (NP (PRP they)))))) | There are no penalties involved with long term. | ( There ( ( are ( ( no penalties ) ( involved ( with ( long term ) ) ) ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (DT no) (NNS penalties)) (VP (VBN involved) (PP (IN with) (NP (JJ long) (NN term)))))) (. .))) | telephone | 2contradiction
|
56,445 | 56445e | i would if it were if they were my kids i would so i have to sympathize with the people that come over here and work and send money back | ( i ( would ( if ( it ( were ( if ( they ( were ( ( my kids ) ( i ( ( would ( so i ) ) ( have ( to ( ( ( sympathize ( with ( ( the people ) ( that ( ( come over ) here ) ) ) ) ) and ) ( ( ( ( work and ) send ) money ) back ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (S (NP (FW i)) (VP (MD would) (SBAR (IN if) (S (NP (PRP it)) (VP (VBD were) (SBAR (IN if) (S (NP (PRP they)) (VP (VBD were) (NP (NP (PRP$ my) (NNS kids)) (SBAR (S (NP (FW i)) (VP (MD would) (ADVP (RB so) (RB i)) (VP (VB have) (S (VP (TO to) (VP (VP (VB sympathize) (PP (IN with) (NP (NP (DT the) (NNS people)) (SBAR (WHNP (WDT that)) (S (VP (VBP come) (PRT (RP over)) (ADVP (RB here)))))))) (CC and) (VP (VB work) (CC and) (VB send) (NP (NN money)) (ADVP (RB back)))))))))))))))))))) | If they were my kids I would do it. | ( ( If ( they ( were ( my kids ) ) ) ) ( I ( ( would ( do it ) ) . ) ) ) | (ROOT (S (SBAR (IN If) (S (NP (PRP they)) (VP (VBD were) (NP (PRP$ my) (NNS kids))))) (NP (PRP I)) (VP (MD would) (VP (VB do) (NP (PRP it)))) (. .))) | telephone | 0entailment
|
134,755 | 134755n | Sewn up in oilskin. | ( ( ( Sewn up ) ( in oilskin ) ) . ) | (ROOT (S (VP (VB Sewn) (PRT (RP up)) (PP (IN in) (NP (NN oilskin)))) (. .))) | The oilskin was sealed with thread. | ( ( The oilskin ) ( ( was ( sealed ( with thread ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN oilskin)) (VP (VBD was) (VP (VBN sealed) (PP (IN with) (NP (NN thread))))) (. .))) | fiction | 1neutral
|
12,020 | 12020e | Shiloh's not for sale, Coronel, Drew replied. | ( ( Shiloh ( ( 's not ) ( for sale ) ) ) ( , ( ( Coronel ( , Drew ) ) ( replied . ) ) ) ) | (ROOT (S (S (NP (NNP Shiloh)) (VP (VBZ 's) (RB not) (PP (IN for) (NP (NN sale))))) (, ,) (NP (NNP Coronel) (, ,) (NNP Drew)) (VP (VBD replied)) (. .))) | Shiloh is not up to be sold, Coronel. | ( Shiloh ( ( ( is not ) ( up ( to ( be ( ( sold , ) Coronel ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Shiloh)) (VP (VBZ is) (RB not) (ADJP (IN up) (S (VP (TO to) (VP (VB be) (VP (VBN sold) (, ,) (NP (NNP Coronel)))))))) (. .))) | fiction | 0entailment
|
33,970 | 33970c | Although many of these recommendations have been implemented, similar weaknesses continue to surface because agencies have not implemented a management framework for overseeing information security on an agencywide and ongoing basis. | ( ( Although ( ( many ( of ( these recommendations ) ) ) ( have ( been implemented ) ) ) ) ( , ( ( similar weaknesses ) ( ( continue ( to ( surface ( because ( agencies ( ( have not ) ( ( implemented ( a ( management framework ) ) ) ( for ( ( overseeing ( information security ) ) ( on ( an ( agencywide ( and ( ongoing basis ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (SBAR (IN Although) (S (NP (NP (JJ many)) (PP (IN of) (NP (DT these) (NNS recommendations)))) (VP (VBP have) (VP (VBN been) (VP (VBN implemented)))))) (, ,) (NP (JJ similar) (NNS weaknesses)) (VP (VBP continue) (S (VP (TO to) (VP (VB surface) (SBAR (IN because) (S (NP (NNS agencies)) (VP (VBP have) (RB not) (VP (VBN implemented) (NP (DT a) (NN management) (NN framework)) (PP (IN for) (S (VP (VBG overseeing) (NP (NN information) (NN security)) (PP (IN on) (NP (DT an) (JJ agencywide) (CC and) (JJ ongoing) (NN basis)))))))))))))) (. .))) | All of these recommendations have been implemented | ( ( All ( of ( these recommendations ) ) ) ( have ( been implemented ) ) ) | (ROOT (S (NP (NP (DT All)) (PP (IN of) (NP (DT these) (NNS recommendations)))) (VP (VBP have) (VP (VBN been) (VP (VBN implemented)))))) | government | 2contradiction
|
98,586 | 98586c | Program Letter 2000-7 was sent to the field at the end of 2000 calling on each state to evaluate and report on their state planning progress. | ( ( Program ( Letter 2000-7 ) ) ( ( was ( ( sent ( to ( the field ) ) ) ( at ( ( ( the end ) ( of 2000 ) ) ( ( calling ( on ( each state ) ) ) ( to ( ( evaluate and ) ( report ( on ( their ( state ( planning progress ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Program) (NNP Letter) (NNP 2000-7)) (VP (VBD was) (VP (VBN sent) (PP (TO to) (NP (DT the) (NN field))) (PP (IN at) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (CD 2000))) (VP (VBG calling) (PP (IN on) (NP (DT each) (NN state))) (S (VP (TO to) (VP (VP (VB evaluate)) (CC and) (VP (VB report) (PP (IN on) (NP (PRP$ their) (NN state) (VBG planning) (NN progress)))))))))))) (. .))) | The program letter was sent at the end of 2002. | ( ( The ( program letter ) ) ( ( was ( sent ( at ( ( the end ) ( of 2002 ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN program) (NN letter)) (VP (VBD was) (VP (VBN sent) (PP (IN at) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (CD 2002))))))) (. .))) | government | 2contradiction
|
123,639 | 123639c | It also describes the small entities to which the proposed rule will apply and estimates their number. | ( It ( ( ( ( also ( ( describes ( the ( small entities ) ) ) ( to ( which ( ( the ( proposed rule ) ) ( will apply ) ) ) ) ) ) and ) ( estimates ( their number ) ) ) . ) ) | (ROOT (S (NP (PRP It)) (VP (VP (ADVP (RB also)) (VBZ describes) (NP (DT the) (JJ small) (NNS entities)) (PP (TO to) (SBAR (WHNP (WDT which)) (S (NP (DT the) (VBN proposed) (NN rule)) (VP (MD will) (VP (VB apply))))))) (CC and) (VP (VBZ estimates) (NP (PRP$ their) (NN number)))) (. .))) | The proposed rule will apply to large entities. | ( ( The ( proposed rule ) ) ( ( will ( apply ( to ( large entities ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (VBN proposed) (NN rule)) (VP (MD will) (VP (VB apply) (PP (TO to) (NP (JJ large) (NNS entities))))) (. .))) | government | 2contradiction
|
6,660 | 6660e | yeah i'm in North Carolina | ( yeah ( i ( 'm ( in ( North Carolina ) ) ) ) ) | (ROOT (S (VP (VB yeah) (SBAR (S (NP (FW i)) (VP (VBP 'm) (PP (IN in) (NP (NNP North) (NNP Carolina))))))))) | I'm in North Carolina. | ( I ( ( 'm ( in ( North Carolina ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBP 'm) (PP (IN in) (NP (NNP North) (NNP Carolina)))) (. .))) | telephone | 0entailment
|
32,647 | 32647n | Not to dismiss this new breed of country rockers altogether. | ( Not ( ( to ( ( dismiss ( ( this ( new breed ) ) ( of ( country rockers ) ) ) ) altogether ) ) . ) ) | (ROOT (FRAG (RB Not) (VP (TO to) (VP (VB dismiss) (NP (NP (DT this) (JJ new) (NN breed)) (PP (IN of) (NP (NN country) (NNS rockers)))) (ADVP (RB altogether)))) (. .))) | The new country rockers have relatable ideas, thus causing some commonalities between us so we shouldn't dismiss them. | ( ( The ( new ( country rockers ) ) ) ( ( ( have ( ( ( relatable ideas ) , ) ( thus ( causing ( ( some commonalities ) ( between us ) ) ) ) ) ) ( so ( we ( ( should n't ) ( dismiss them ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (JJ new) (NN country) (NNS rockers)) (VP (VBP have) (NP (NP (JJ relatable) (NNS ideas)) (, ,) (VP (ADVP (RB thus)) (VBG causing) (NP (NP (DT some) (NNS commonalities)) (PP (IN between) (NP (PRP us)))))) (SBAR (IN so) (S (NP (PRP we)) (VP (MD should) (RB n't) (VP (VB dismiss) (NP (PRP them))))))) (. .))) | slate | 1neutral
|
111,394 | 111394n | because too too often they're can be extremism that that hurts from from any direction regardless of whatever whatever you're arguing or concerned about and | ( because ( ( too ( too often ) ) ( they ( 're ( can ( ( ( ( be extremism ) ( that ( that ( hurts ( from ( from ( ( ( any direction ) ( regardless ( of whatever ) ) ) ( whatever ( you ( 're arguing ) ) ) ) ) ) ) ) ) ) or ) ( concerned ( about and ) ) ) ) ) ) ) ) | (ROOT (SBAR (IN because) (S (ADVP (RB too) (RB too) (RB often)) (NP (PRP they)) (VP (VBP 're) (VP (MD can) (VP (VP (VB be) (NP (NN extremism)) (SBAR (IN that) (S (NP (DT that)) (VP (VBZ hurts) (PP (IN from) (IN from) (NP (NP (DT any) (NN direction)) (ADVP (RB regardless) (PP (IN of) (NP (WDT whatever)))) (SBAR (WHNP (WDT whatever)) (S (NP (PRP you)) (VP (VBP 're) (VP (VBG arguing))))))))))) (CC or) (VP (JJ concerned) (PP (IN about) (NP (NNP and)))))))))) | Extremism hurts people who are more moderate. | ( Extremism ( ( hurts ( people ( who ( are ( more moderate ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Extremism)) (VP (VBZ hurts) (NP (NP (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBP are) (ADJP (RBR more) (JJ moderate))))))) (. .))) | telephone | 1neutral
|
144,007 | 144007c | I would be interested in knowing more of what you make of this last chapter, and his position. | ( I ( ( would ( be ( interested ( in ( knowing ( ( ( ( more ( of ( what ( you ( make ( of ( this ( last chapter ) ) ) ) ) ) ) ) , ) and ) ( his position ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (MD would) (VP (VB be) (ADJP (JJ interested) (PP (IN in) (S (VP (VBG knowing) (NP (NP (NP (JJR more)) (PP (IN of) (SBAR (WHNP (WP what)) (S (NP (PRP you)) (VP (VBP make) (PP (IN of) (NP (DT this) (JJ last) (NN chapter)))))))) (, ,) (CC and) (NP (PRP$ his) (NN position))))))))) (. .))) | I'm glad you've read the book, but I have no desire to know what you think of it. | ( ( ( ( ( I ( 'm ( glad ( you ( 've ( read ( the book ) ) ) ) ) ) ) , ) but ) ( I ( have ( no ( desire ( to ( know ( what ( you ( think ( of it ) ) ) ) ) ) ) ) ) ) ) . ) | (ROOT (S (S (NP (PRP I)) (VP (VBP 'm) (ADJP (JJ glad) (SBAR (S (NP (PRP you)) (VP (VBP 've) (VP (VBN read) (NP (DT the) (NN book))))))))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBP have) (NP (DT no) (NN desire) (S (VP (TO to) (VP (VB know) (SBAR (WHNP (WP what)) (S (NP (PRP you)) (VP (VBP think) (PP (IN of) (NP (PRP it)))))))))))) (. .))) | slate | 2contradiction
|
20,102 | 20102n | Architect Donato Bramante was nicknamed maestro ruinante because of all the ancient monuments he dismantled to make way for the pope's megalomaniac building plans. | ( ( Architect ( Donato Bramante ) ) ( ( was ( nicknamed ( ( maestro ruinante ) ( because ( of ( ( all ( the ( ancient monuments ) ) ) ( he ( dismantled ( to ( make ( way ( for ( ( the ( pope 's ) ) ( megalomaniac ( building plans ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Architect) (NNP Donato) (NNP Bramante)) (VP (VBD was) (VP (VBN nicknamed) (NP (NP (NN maestro) (NN ruinante)) (PP (RB because) (IN of) (NP (NP (PDT all) (DT the) (JJ ancient) (NNS monuments)) (SBAR (S (NP (PRP he)) (VP (VBN dismantled) (S (VP (TO to) (VP (VB make) (NP (NP (NN way)) (PP (IN for) (NP (NP (DT the) (NN pope) (POS 's)) (JJ megalomaniac) (NN building) (NNS plans))))))))))))))) (. .))) | The Pope was well aware that Bramante needed to destroy these ancient monuments. | ( ( The Pope ) ( ( ( was ( well aware ) ) ( that ( Bramante ( needed ( to ( destroy ( these ( ancient monuments ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP Pope)) (VP (VBD was) (ADJP (RB well) (JJ aware)) (SBAR (IN that) (S (NP (NNP Bramante)) (VP (VBD needed) (S (VP (TO to) (VP (VB destroy) (NP (DT these) (JJ ancient) (NNS monuments))))))))) (. .))) | travel | 1neutral
|
105,584 | 105584c | Others may prefer to stay ashore in the cafe, shops, and galleries around the Place de la Com??die, a main center of city life. | ( ( ( ( ( Others ( may ( prefer ( to ( ( stay ashore ) ( in ( ( ( the cafe ) , ) shops ) ) ) ) ) ) ) , ) and ) ( ( galleries ( around ( the ( Place ( de ( la ( Com ?? ) ) ) ) ) ) ) ( ( die , ) ( ( a ( main center ) ) ( of ( city life ) ) ) ) ) ) . ) | (ROOT (S (S (NP (NNS Others)) (VP (MD may) (VP (VB prefer) (S (VP (TO to) (VP (VB stay) (ADVP (RB ashore)) (PP (IN in) (NP (NP (DT the) (NN cafe)) (, ,) (NP (NNS shops)))))))))) (, ,) (CC and) (S (NP (NP (NNS galleries)) (PP (IN around) (NP (DT the) (NNP Place) (FW de) (FW la) (NNP Com) (NNP ??)))) (VP (VP (VBP die)) (, ,) (NP (NP (DT a) (JJ main) (NN center)) (PP (IN of) (NP (NN city) (NN life)))))) (. .))) | Visitors are prohibited from visiting any onshore shops or building. | ( Visitors ( ( are ( prohibited ( from ( visiting ( any ( onshore ( ( shops or ) building ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNS Visitors)) (VP (VBP are) (VP (VBN prohibited) (PP (IN from) (S (VP (VBG visiting) (NP (DT any) (JJ onshore) (NNS shops) (CC or) (NN building))))))) (. .))) | travel | 2contradiction
|
1,070 | 1070e | Arriving by boat gives you splendid views of the magnificent unspoiled, treeless landscape, which bears scant evidence of the hand of man. | ( ( ( ( Arriving ( by boat ) ) ( ( gives you ) ( ( splendid views ) ( of ( ( ( the ( magnificent unspoiled ) ) , ) treeless ) ) ) ) ) ( ( landscape , ) ( which ( bears ( ( scant evidence ) ( of ( ( the hand ) ( of man ) ) ) ) ) ) ) ) . ) | (ROOT (SINV (VP (VBG Arriving) (PP (IN by) (NP (NN boat)))) (VP (VBZ gives) (NP (PRP you)) (NP (NP (JJ splendid) (NNS views)) (PP (IN of) (NP (NP (DT the) (JJ magnificent) (NN unspoiled)) (, ,) (NP (NNS treeless)))))) (NP (NP (NN landscape)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ bears) (NP (NP (JJ scant) (NN evidence)) (PP (IN of) (NP (NP (DT the) (NN hand)) (PP (IN of) (NP (NN man)))))))))) (. .))) | The landscape is treeless and you can see this if you travel by boat. | ( ( ( ( ( The landscape ) ( is treeless ) ) and ) ( you ( can ( ( see this ) ( if ( you ( travel ( by boat ) ) ) ) ) ) ) ) . ) | (ROOT (S (S (NP (DT The) (NN landscape)) (VP (VBZ is) (ADJP (JJ treeless)))) (CC and) (S (NP (PRP you)) (VP (MD can) (VP (VB see) (NP (DT this)) (SBAR (IN if) (S (NP (PRP you)) (VP (VBP travel) (PP (IN by) (NP (NN boat))))))))) (. .))) | travel | 0entailment
|
8,547 | 8547e | Although all dialog and narration are in Japanese, an English interpretation device or an English program is always available. | ( ( Although ( ( all ( ( dialog and ) narration ) ) ( are ( in Japanese ) ) ) ) ( , ( ( ( ( an ( English ( interpretation device ) ) ) or ) ( an ( English program ) ) ) ( ( ( is always ) available ) . ) ) ) ) | (ROOT (S (SBAR (IN Although) (S (NP (DT all) (NN dialog) (CC and) (NN narration)) (VP (VBP are) (PP (IN in) (NP (NNP Japanese)))))) (, ,) (NP (NP (DT an) (JJ English) (NN interpretation) (NN device)) (CC or) (NP (DT an) (JJ English) (NN program))) (VP (VBZ is) (ADVP (RB always)) (ADJP (JJ available))) (. .))) | An English program or interpretation device is always available for the Japanese dialog and narration. | ( ( An ( English ( program ( or ( interpretation device ) ) ) ) ) ( ( ( is always ) ( available ( for ( ( ( the ( Japanese dialog ) ) and ) narration ) ) ) ) . ) ) | (ROOT (S (NP (DT An) (NNP English) (NN program) (CC or) (NN interpretation) (NN device)) (VP (VBZ is) (ADVP (RB always)) (ADJP (JJ available) (PP (IN for) (NP (NP (DT the) (JJ Japanese) (NN dialog)) (CC and) (NP (NN narration)))))) (. .))) | travel | 0entailment
|
80,317 | 80317e | i mean it's not as vast a country as like you know where you people are from because i lived in Abilene for a little while | ( i ( mean ( it ( ( ( 's not ) ( as vast ) ) ( ( ( a country ) as ) ( like ( you ( know ( where ( ( you people ) ( are ( from ( because ( i ( ( lived ( in Abilene ) ) ( for ( a ( little while ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (S (NP (FW i)) (VP (VBP mean) (SBAR (S (NP (PRP it)) (VP (VBZ 's) (RB not) (ADJP (RB as) (JJ vast)) (SBAR (ADVP (NP (DT a) (NN country)) (RB as)) (IN like) (S (NP (PRP you)) (VP (VBP know) (SBAR (WHADVP (WRB where)) (S (NP (PRP you) (NNS people)) (VP (VBP are) (PP (IN from) (SBAR (IN because) (S (NP (FW i)) (VP (VBD lived) (PP (IN in) (NP (NNP Abilene))) (PP (IN for) (NP (DT a) (JJ little) (NN while))))))))))))))))))) | It is not quite as vast a country as you have. | ( It ( ( ( ( is not ) ( quite ( as ( vast ( a country ) ) ) ) ) ( as ( you have ) ) ) . ) ) | (ROOT (S (NP (PRP It)) (VP (VBZ is) (RB not) (ADJP (RB quite) (PP (IN as) (NP (JJ vast) (DT a) (NN country)))) (SBAR (IN as) (S (NP (PRP you)) (VP (VBP have))))) (. .))) | telephone | 0entailment
|
18,749 | 18749n | Cummins built and tested 12 engineering concept prototype engines for its Signature 600 engine, a new concept, 600 horsepower, | ( Cummins ( ( built and ) ( tested ( ( 12 ( engineering ( concept ( prototype engines ) ) ) ) ( for ( ( ( ( its ( Signature ( 600 engine ) ) ) , ) ( ( ( a ( new concept ) ) , ) ( 600 horsepower ) ) ) , ) ) ) ) ) ) | (ROOT (S (NP (NNP Cummins)) (VP (VP (VBD built)) (CC and) (VP (VBD tested) (NP (NP (CD 12) (NN engineering) (NN concept) (NN prototype) (NNS engines)) (PP (IN for) (NP (NP (PRP$ its) (NNP Signature) (CD 600) (NN engine)) (, ,) (NP (NP (DT a) (JJ new) (NN concept)) (, ,) (NP (CD 600) (NN horsepower))) (, ,)))))))) | 600 horsepower was considered to be quite impressive for an engine of that size. | ( ( 600 horsepower ) ( ( was ( considered ( to ( ( be ( quite impressive ) ) ( for ( ( an engine ) ( of ( that size ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (CD 600) (NN horsepower)) (VP (VBD was) (VP (VBN considered) (S (VP (TO to) (VP (VB be) (ADJP (RB quite) (JJ impressive)) (PP (IN for) (NP (NP (DT an) (NN engine)) (PP (IN of) (NP (DT that) (NN size)))))))))) (. .))) | government | 1neutral
|
71,156 | 71156n | And I can tell you, my dear, it made me feel better. | ( ( ( ( ( ( And ( I ( can ( tell you ) ) ) ) , ) ( my dear ) ) , ) ( it ( made ( me ( feel better ) ) ) ) ) . ) | (ROOT (S (S (CC And) (NP (PRP I)) (VP (MD can) (VP (VB tell) (NP (PRP you))))) (, ,) (S (NP (PRP$ my)) (ADJP (RB dear))) (, ,) (S (NP (PRP it)) (VP (VBD made) (SBAR (S (NP (PRP me)) (VP (VBP feel) (ADVP (RBR better))))))) (. .))) | Feeling better was something I needed back then. | ( ( Feeling better ) ( ( was ( something ( I ( ( needed back ) then ) ) ) ) . ) ) | (ROOT (S (S (VP (VBG Feeling) (ADVP (RBR better)))) (VP (VBD was) (NP (NP (NN something)) (SBAR (S (NP (PRP I)) (VP (VBD needed) (PRT (RP back)) (ADVP (RB then))))))) (. .))) | fiction | 1neutral
|
81,158 | 81158n | right because clothes are some are really expensive you know uh uh a little simple shell shell blouse you know that you can make for about | ( right ( because ( clothes ( are ( some ( are ( really ( expensive ( you ( know ( ( uh uh ) ( ( a ( little ( simple ( shell shell ) ) ) ) ( blouse ( you ( know ( that ( you ( can ( make ( for about ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (FRAG (ADVP (RB right)) (SBAR (IN because) (S (NP (NNS clothes)) (VP (VBP are) (NP (NP (DT some)) (SBAR (S (VP (VBP are) (ADJP (RB really) (JJ expensive) (SBAR (S (NP (PRP you)) (VP (VBP know) (SBAR (S (INTJ (UH uh) (UH uh)) (NP (DT a) (JJ little) (JJ simple) (NN shell) (NN shell)) (VP (VBD blouse) (SBAR (S (NP (PRP you)) (VP (VBP know) (SBAR (IN that) (S (NP (PRP you)) (VP (MD can) (VP (VB make) (PP (IN for) (PP (IN about)))))))))))))))))))))))))) | Clothes are sometimes expensive, so it could be worth it to make them. | ( ( ( ( ( Clothes ( are ( sometimes expensive ) ) ) , ) so ) ( it ( could ( be ( worth ( it ( to ( make them ) ) ) ) ) ) ) ) . ) | (ROOT (S (S (NP (NNPS Clothes)) (VP (VBP are) (ADJP (RB sometimes) (JJ expensive)))) (, ,) (IN so) (S (NP (PRP it)) (VP (MD could) (VP (VB be) (ADJP (JJ worth) (SBAR (S (NP (PRP it)) (VP (TO to) (VP (VB make) (NP (PRP them)))))))))) (. .))) | telephone | 1neutral
|
35,302 | 35302c | I'll admit that it wasn't he who bought strychnine at the chemist's shop. | ( I ( ( 'll ( admit ( that ( it ( ( was n't ) ( he ( who ( ( bought strychnine ) ( at ( ( the ( chemist 's ) ) shop ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (MD 'll) (VP (VB admit) (SBAR (IN that) (S (NP (PRP it)) (VP (VBD was) (RB n't) (NP (NP (PRP he)) (SBAR (WHNP (WP who)) (S (VP (VBD bought) (NP (NN strychnine)) (PP (IN at) (NP (NP (DT the) (NN chemist) (POS 's)) (NN shop)))))))))))) (. .))) | I'll admit to nothing, this whole conversation is meaningless! | ( ( I ( 'll ( admit ( to nothing ) ) ) ) ( , ( ( this ( whole conversation ) ) ( ( is meaningless ) ! ) ) ) ) | (ROOT (S (S (NP (PRP I)) (VP (MD 'll) (VP (VB admit) (PP (TO to) (NP (NN nothing)))))) (, ,) (NP (DT this) (JJ whole) (NN conversation)) (VP (VBZ is) (ADJP (JJ meaningless))) (. !))) | fiction | 2contradiction
|
39,818 | 39818c | Particularly noteworthy are the ornately French Edificio Metr??polis, at the junction of Alcal?¡, and the Palacio de la M??sica. | ( ( Particularly noteworthy ) ( ( are ( ( ( ( ( ( ( ( the ornately ) ( French ( Edificio ( Metr ( ?? polis ) ) ) ) ) , ) ( at ( the junction ) ) ) ( of ( Alcal ( ? ¡ ) ) ) ) , ) and ) ( ( the ( Palacio ( de ( la M ) ) ) ) ( ?? sica ) ) ) ) . ) ) | (ROOT (SINV (ADJP (RB Particularly) (JJ noteworthy)) (VP (VBP are)) (NP (NP (NP (DT the) (NN ornately)) (NP (NNP French) (NNP Edificio) (NNP Metr) (NNP ??) (NNP polis)) (, ,) (ADVP (IN at) (NP (DT the) (NN junction)))) (PP (IN of) (NP (NNP Alcal) (. ?) (NNP ¡))) (, ,) (CC and) (NP (NP (DT the) (NNP Palacio) (FW de) (FW la) (NNP M)) (NP (JJ ??) (NN sica)))) (. .))) | The Edificio Metr??polis is simple and Spanish. | ( ( The ( Edificio ( Metr ( ?? polis ) ) ) ) ( ( is ( ( simple and ) Spanish ) ) . ) ) | (ROOT (S (NP (DT The) (NNP Edificio) (NNP Metr) (NNP ??) (NNP polis)) (VP (VBZ is) (ADJP (JJ simple) (CC and) (JJ Spanish))) (. .))) | travel | 2contradiction
|
138,330 | 138330c | Do you mean tall or short? | ( ( ( Do you ) ( mean ( ( tall or ) short ) ) ) ? ) | (ROOT (SQ (VBP Do) (NP (PRP you)) (VP (VB mean) (ADJP (JJ tall) (CC or) (JJ short))) (. ?))) | Do you mean lean of fat? | ( ( ( Do you ) ( mean ( lean ( of fat ) ) ) ) ? ) | (ROOT (SQ (VBP Do) (NP (PRP you)) (VP (VB mean) (ADJP (JJ lean) (PP (IN of) (ADJP (JJ fat))))) (. ?))) | fiction | 2contradiction
|
139,691 | 139691e | Some writers hint that the only reason Ta Mok bothered with the trial and the life sentence is to burnish the Khmer Rouge's bloody image. | ( ( Some writers ) ( ( hint ( that ( ( ( the ( only ( reason ( Ta Mok ) ) ) ) ( bothered ( with ( ( ( the trial ) and ) ( the ( life sentence ) ) ) ) ) ) ( is ( to ( burnish ( ( the ( Khmer ( Rouge 's ) ) ) ( bloody image ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT Some) (NNS writers)) (VP (VBP hint) (SBAR (IN that) (S (NP (NP (DT the) (JJ only) (NN reason) (NNP Ta) (NNP Mok)) (VP (VBN bothered) (PP (IN with) (NP (NP (DT the) (NN trial)) (CC and) (NP (DT the) (NN life) (NN sentence)))))) (VP (VBZ is) (S (VP (TO to) (VP (VB burnish) (NP (NP (DT the) (NNP Khmer) (NNP Rouge) (POS 's)) (JJ bloody) (NN image))))))))) (. .))) | Ta Mok was given a life sentence. | ( ( Ta Mok ) ( ( was ( given ( a ( life sentence ) ) ) ) . ) ) | (ROOT (S (NP (NNP Ta) (NNP Mok)) (VP (VBD was) (VP (VBN given) (NP (DT a) (NN life) (NN sentence)))) (. .))) | slate | 0entailment
|
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.