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 |
---|---|---|---|---|---|---|---|---|---|
123,031 | 123031c | The most famous modern-day floor show, erotic, brilliantly choreographed, and bordering on chic, is at the Crazy Horse Saloon (avenue George V). | ( ( ( ( ( The ( ( most famous ) ( modern-day ( floor show ) ) ) ) , ) ( ( ( ( ( erotic , ) ( brilliantly choreographed ) ) , ) and ) ( bordering ( on chic ) ) ) ) , ) ( ( is ( at ( ( the ( Crazy ( Horse Saloon ) ) ) ( -LRB- ( ( avenue ( George V ) ) -RRB- ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (ADJP (RBS most) (JJ famous)) (JJ modern-day) (NN floor) (NN show)) (, ,) (NP (NP (NP (NN erotic)) (, ,) (VP (ADVP (RB brilliantly)) (VBN choreographed))) (, ,) (CC and) (NP (NP (VBG bordering)) (PP (IN on) (NP (JJ chic))))) (, ,)) (VP (VBZ is) (PP (IN at) (NP (NP (DT the) (NNP Crazy) (NNP Horse) (NNP Saloon)) (PRN (-LRB- -LRB-) (NP (NNP avenue) (NNP George) (NNP V)) (-RRB- -RRB-))))) (. .))) | There aren't any erotic shows that can be found in this area. | ( There ( ( ( are n't ) ( ( any ( erotic shows ) ) ( that ( can ( be ( found ( in ( this area ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBP are) (RB n't) (NP (NP (DT any) (JJ erotic) (NNS shows)) (SBAR (WHNP (WDT that)) (S (VP (MD can) (VP (VB be) (VP (VBN found) (PP (IN in) (NP (DT this) (NN area)))))))))) (. .))) | travel | 2contradiction
|
98,417 | 98417n | 7 Beginning in fiscal year 2000, FHWA appraised senior executives on these corporate management strategies. | ( ( ( 7 Beginning ) ( in ( ( ( fiscal ( year 2000 ) ) , ) ( ( FHWA ( appraised ( senior executives ) ) ) ( on ( these ( corporate ( management strategies ) ) ) ) ) ) ) ) . ) | (ROOT (NP (NP (CD 7) (NN Beginning)) (PP (IN in) (NP (NP (JJ fiscal) (NN year) (CD 2000)) (, ,) (NP (NP (JJ FHWA) (VBN appraised) (JJ senior) (NNS executives)) (PP (IN on) (NP (DT these) (JJ corporate) (NN management) (NNS strategies)))))) (. .))) | Corporate management has ben working for the beneficiary of its people. | ( ( Corporate management ) ( ( has ( ben ( working ( for ( ( the beneficiary ) ( of ( its people ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (JJ Corporate) (NN management)) (VP (VBZ has) (VP (VBN ben) (S (VP (VBG working) (PP (IN for) (NP (NP (DT the) (NN beneficiary)) (PP (IN of) (NP (PRP$ its) (NNS people))))))))) (. .))) | government | 1neutral
|
121,513 | 121513c | The antiques dealer should be able to advise you in this process. | ( ( The ( antiques dealer ) ) ( ( should ( be ( able ( to ( ( advise you ) ( in ( this process ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNS antiques) (NN dealer)) (VP (MD should) (VP (VB be) (ADJP (JJ able) (S (VP (TO to) (VP (VB advise) (NP (PRP you)) (PP (IN in) (NP (DT this) (NN process))))))))) (. .))) | The antiques dealer has no knowledge and cannot help you. | ( ( The ( antiques dealer ) ) ( ( ( ( has ( no knowledge ) ) and ) ( ( can not ) ( help you ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNS antiques) (NN dealer)) (VP (VP (VBZ has) (NP (DT no) (NN knowledge))) (CC and) (VP (MD can) (RB not) (VP (VB help) (NP (PRP you))))) (. .))) | travel | 2contradiction
|
98,224 | 98224n | Revaluation of inventory and related property. | ( ( Revaluation ( of ( inventory ( and ( related property ) ) ) ) ) . ) | (ROOT (NP (NP (NNP Revaluation)) (PP (IN of) (NP (NN inventory) (CC and) (VBN related) (NN property))) (. .))) | Property can be revalued by the IRS. | ( Property ( ( can ( be ( revalued ( by ( the IRS ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Property)) (VP (MD can) (VP (VB be) (VP (VBN revalued) (PP (IN by) (NP (DT the) (NNP IRS)))))) (. .))) | government | 1neutral
|
21,645 | 21645c | uh i really don't know um | ( ( ( uh i ) really ) ( ( do n't ) ( know um ) ) ) | (ROOT (S (NP (NP (FW uh) (FW i)) (ADVP (RB really))) (VP (VBP do) (RB n't) (VP (VB know) (NP (NN um)))))) | Oh, I know | ( Oh ( , ( I know ) ) ) | (ROOT (S (ADVP (RB Oh)) (, ,) (NP (PRP I)) (VP (VBP know)))) | telephone | 2contradiction
|
119,603 | 119603n | Do you think she is manipulating us for her own goal?Thorn stared at Jon for a long moment before speaking. | ( ( Do ( you ( think ( she ( is ( ( manipulating us ) ( for ( her ( own goal?Thorn ) ) ) ) ) ) ) ) ) ( ( ( stared ( at ( Jon ( for ( a ( long moment ) ) ) ) ) ) ( before speaking ) ) . ) ) | (ROOT (S (S (VP (VBP Do) (SBAR (S (NP (PRP you)) (VP (VBP think) (SBAR (S (NP (PRP she)) (VP (VBZ is) (VP (VBG manipulating) (NP (PRP us)) (PP (IN for) (NP (PRP$ her) (JJ own) (NN goal?Thorn)))))))))))) (VP (VBD stared) (PP (IN at) (NP (NP (NNP Jon)) (PP (IN for) (NP (DT a) (JJ long) (NN moment))))) (PP (IN before) (NP (NN speaking)))) (. .))) | Thorn thought before he answered, "Yes." | ( Thorn ( ( ( thought ( before ( he ( ( ( answered , ) `` ) Yes ) ) ) ) . ) '' ) ) | (ROOT (S (NP (NNP Thorn)) (VP (VBD thought) (SBAR (IN before) (S (NP (PRP he)) (VP (VBD answered) (, ,) (`` ``) (INTJ (UH Yes)))))) (. .) ('' ''))) | fiction | 1neutral
|
123,563 | 123563e | See here, he declared. | ( ( See here ) ( , ( he ( declared . ) ) ) ) | (ROOT (S (S (VP (VB See) (ADVP (RB here)))) (, ,) (NP (PRP he)) (VP (VBD declared)) (. .))) | He declared 'See here'. | ( He ( ( declared ( ` ( ( See here ) ' ) ) ) . ) ) | (ROOT (S (NP (PRP He)) (VP (VBD declared) (S (VP (`` `) (VB See) (ADVP (RB here)) ('' ')))) (. .))) | fiction | 0entailment
|
38,904 | 38904e | Today, the action is in the food markets and boutiques on the Grand Canal's west bank. | ( Today ( , ( ( the action ) ( ( is ( in ( ( the ( food ( ( markets and ) boutiques ) ) ) ( on ( ( the ( Grand ( Canal 's ) ) ) ( west bank ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (NP (NN Today)) (, ,) (NP (DT the) (NN action)) (VP (VBZ is) (PP (IN in) (NP (NP (DT the) (NN food) (NNS markets) (CC and) (NNS boutiques)) (PP (IN on) (NP (NP (DT the) (NNP Grand) (NNP Canal) (POS 's)) (JJ west) (NN bank)))))) (. .))) | On the west bank of the canal, there are boutiques. | ( ( On ( ( the ( west bank ) ) ( of ( the canal ) ) ) ) ( , ( there ( ( are boutiques ) . ) ) ) ) | (ROOT (S (PP (IN On) (NP (NP (DT the) (JJ west) (NN bank)) (PP (IN of) (NP (DT the) (NN canal))))) (, ,) (NP (EX there)) (VP (VBP are) (NP (NNS boutiques))) (. .))) | travel | 0entailment
|
26,390 | 26390n | Most of the resorts on the Strip have appeased family visitors by cleaning up their shows and covering up the showgirls. | ( ( Most ( of ( ( the resorts ) ( on ( the Strip ) ) ) ) ) ( ( have ( ( appeased ( family visitors ) ) ( by ( ( ( ( cleaning up ) ( their shows ) ) and ) ( ( covering up ) ( the showgirls ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (JJS Most)) (PP (IN of) (NP (NP (DT the) (NNS resorts)) (PP (IN on) (NP (DT the) (NNP Strip)))))) (VP (VBP have) (VP (VBD appeased) (NP (NN family) (NNS visitors)) (PP (IN by) (S (VP (VP (VBG cleaning) (PRT (RP up)) (NP (PRP$ their) (NNS shows))) (CC and) (VP (VBG covering) (PRT (RP up)) (NP (DT the) (NNS showgirls)))))))) (. .))) | Families became outraged when visiting resorts that openly showed nudity during their shows. | ( Families ( ( ( became outraged ) ( when ( visiting ( resorts ( that ( openly ( ( showed nudity ) ( during ( their shows ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNS Families)) (VP (VBD became) (ADJP (JJ outraged)) (SBAR (WHADVP (WRB when)) (S (VP (VBG visiting) (NP (NP (NNS resorts)) (SBAR (WHNP (WDT that)) (S (ADVP (RB openly)) (VP (VBD showed) (ADVP (RB nudity)) (PP (IN during) (NP (PRP$ their) (NNS shows))))))))))) (. .))) | travel | 1neutral
|
144,488 | 144488e | You haven't got them? Julius punctuated the words with little pauses. | ( ( You ( ( ( have n't ) ( got them ) ) ? ) ) ( Julius ( ( ( punctuated ( the words ) ) ( with ( little pauses ) ) ) . ) ) ) | (ROOT (S (S (NP (PRP You)) (VP (VBP have) (RB n't) (VP (VBN got) (NP (PRP them)))) (. ?)) (NP (NNP Julius)) (VP (VBD punctuated) (NP (DT the) (NNS words)) (PP (IN with) (NP (JJ little) (NNS pauses)))) (. .))) | Julius spoke with pauses. | ( Julius ( ( spoke ( with pauses ) ) . ) ) | (ROOT (S (NP (NNP Julius)) (VP (VBD spoke) (PP (IN with) (NP (NNP pauses)))) (. .))) | fiction | 0entailment
|
60,392 | 60392c | Newsweek 's cover story looks at interfaith marriages. | ( ( ( Newsweek 's ) ( cover story ) ) ( ( looks ( at ( interfaith marriages ) ) ) . ) ) | (ROOT (S (NP (NP (NNP Newsweek) (POS 's)) (NN cover) (NN story)) (VP (VBZ looks) (PP (IN at) (NP (JJ interfaith) (NNS marriages)))) (. .))) | Interfaith marriages have received no coverage in Newsweek. | ( ( Interfaith marriages ) ( ( have ( received ( ( no coverage ) ( in Newsweek ) ) ) ) . ) ) | (ROOT (S (NP (JJ Interfaith) (NNS marriages)) (VP (VBP have) (VP (VBN received) (NP (NP (DT no) (NN coverage)) (PP (IN in) (NP (NNP Newsweek)))))) (. .))) | slate | 2contradiction
|
7,753 | 7753c | i'm thirty five miles north of Dallas in McKinney it's a small town there's only one cable system here and i've called griped about them not having A E A and E but they don't have it i mean in Dallas they do | ( i ( 'm ( ( thirty ( ( ( five miles ) north ) ( of ( Dallas ( in McKinney ) ) ) ) ) ( it ( 's ( ( a ( small town ) ) ( ( ( there ( ( 's ( ( only one ) ( cable system ) ) ) here ) ) and ) ( ( ( i ( 've ( called ( griped ( about ( them ( not ( having ( A ( E ( ( A and ) E ) ) ) ) ) ) ) ) ) ) ) but ) ( they ( ( do n't ) ( ( have it ) ( i ( mean ( ( in Dallas ) ( they do ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (S (NP (FW i)) (VP (VBP 'm) (NP (NP (CD thirty)) (PP (ADVP (NP (CD five) (NNS miles)) (RB north)) (IN of) (NP (NP (NNP Dallas)) (PP (IN in) (NP (NNP McKinney))))) (SBAR (S (NP (PRP it)) (VP (VBZ 's) (NP (NP (DT a) (JJ small) (NN town)) (SBAR (S (S (NP (EX there)) (VP (VBZ 's) (NP (QP (RB only) (CD one)) (NN cable) (NN system)) (ADVP (RB here)))) (CC and) (S (S (NP (FW i)) (VP (VBP 've) (VP (VBN called) (S (VP (VBN griped) (PP (IN about) (S (NP (PRP them)) (VP (RB not) (VBG having) (NP (DT A) (NNP E) (NNP A) (CC and) (NNP E)))))))))) (CC but) (S (NP (PRP they)) (VP (VBP do) (RB n't) (VP (VB have) (NP (PRP it)) (SBAR (S (NP (FW i)) (VP (VBP mean) (SBAR (S (PP (IN in) (NP (NNP Dallas))) (NP (PRP they)) (VP (VBP do))))))))))))))))))))) | I'm in Dallas but a lot of my friends come from McKinney. | ( ( ( ( I ( 'm ( in Dallas ) ) ) but ) ( ( ( a lot ) ( of ( my friends ) ) ) ( come ( from McKinney ) ) ) ) . ) | (ROOT (S (S (NP (PRP I)) (VP (VBP 'm) (PP (IN in) (NP (NNP Dallas))))) (CC but) (S (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (PRP$ my) (NNS friends)))) (VP (VBP come) (PP (IN from) (NP (NNP McKinney))))) (. .))) | telephone | 2contradiction
|
63,647 | 63647c | Like Melville's Ishmael, who noted that meditation and water are wedded for ever, Monet found that all his moods found echoes in the reflected weeping willows and tangled lilies. | ( ( Like ( ( ( ( Melville 's ) Ishmael ) , ) ( who ( noted ( that ( ( ( meditation and ) water ) ( are ( wedded ( for ever ) ) ) ) ) ) ) ) ) ( , ( Monet ( ( found ( that ( ( all ( his moods ) ) ( found ( echoes ( in ( the ( ( ( ( reflected ( weeping willows ) ) and ) tangled ) lilies ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (PP (IN Like) (NP (NP (NP (NNP Melville) (POS 's)) (NNP Ishmael)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD noted) (SBAR (IN that) (S (NP (NN meditation) (CC and) (NN water)) (VP (VBP are) (VP (VBN wedded) (PP (IN for) (ADVP (RB ever)))))))))))) (, ,) (NP (NNP Monet)) (VP (VBD found) (SBAR (IN that) (S (NP (PDT all) (PRP$ his) (NNS moods)) (VP (VBD found) (NP (NP (NNS echoes)) (PP (IN in) (NP (DT the) (UCP (VP (VBN reflected) (S (VP (VBG weeping) (NP (NNS willows))))) (CC and) (ADJP (JJ tangled))) (NN lilies)))))))) (. .))) | Monet's natural landscapes can be conceptually similar to Fitzgerald's Gatsby. | ( ( ( Monet 's ) ( natural landscapes ) ) ( ( can ( be ( conceptually ( similar ( to ( ( Fitzgerald 's ) Gatsby ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (NNP Monet) (POS 's)) (JJ natural) (NNS landscapes)) (VP (MD can) (VP (VB be) (ADJP (RB conceptually) (JJ similar) (PP (TO to) (NP (NP (NNP Fitzgerald) (POS 's)) (NNP Gatsby)))))) (. .))) | slate | 2contradiction
|
143,877 | 143877n | He was the Mahatma's favorite to lead India to independence. | ( He ( ( was ( ( the ( Mahatma 's ) ) ( favorite ( to ( ( lead India ) ( to independence ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP He)) (VP (VBD was) (NP (NP (DT the) (NNP Mahatma) (POS 's)) (NN favorite) (S (VP (TO to) (VP (VB lead) (NP (NNP India)) (PP (TO to) (NP (NN independence)))))))) (. .))) | Mahatma was the best-qualified candidate to lead India to independence. | ( Mahatma ( ( was ( the ( best-qualified ( candidate ( to ( ( lead India ) ( to independence ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Mahatma)) (VP (VBD was) (NP (DT the) (JJ best-qualified) (NN candidate) (S (VP (TO to) (VP (VB lead) (NP (NNP India)) (PP (TO to) (NP (NN independence)))))))) (. .))) | travel | 1neutral
|
110,347 | 110347e | Shopping in Florence | ( Shopping ( in Florence ) ) | (ROOT (NP (NP (NNP Shopping)) (PP (IN in) (NP (NNP Florence))))) | Purchasing items in Florence. | ( ( ( Purchasing items ) ( in Florence ) ) . ) | (ROOT (NP (NP (NNP Purchasing) (NNS items)) (PP (IN in) (NP (NNP Florence))) (. .))) | travel | 0entailment
|
93,659 | 93659n | uh pretty substantially because the the unemployment rate is pretty high | ( uh ( pretty ( substantially ( because ( ( the ( the ( unemployment rate ) ) ) ( is ( pretty high ) ) ) ) ) ) ) | (ROOT (X (X (SYM uh)) (ADJP (RB pretty) (RB substantially) (SBAR (IN because) (S (NP (DT the) (DT the) (NN unemployment) (NN rate)) (VP (VBZ is) (ADJP (RB pretty) (JJ high)))))))) | The unemployment rate is at a record high. | ( ( The ( unemployment rate ) ) ( ( ( is ( at ( a record ) ) ) high ) . ) ) | (ROOT (S (NP (DT The) (NN unemployment) (NN rate)) (VP (VBZ is) (ADVP (IN at) (NP (DT a) (NN record))) (ADJP (JJ high))) (. .))) | telephone | 1neutral
|
37,647 | 37647c | He was in a half crouch, the Colt flipped over and out, pointing into the shadows where the newcomer emerged. | ( ( He ( was ( in ( a ( half crouch ) ) ) ) ) ( , ( ( the Colt ) ( ( ( ( flipped ( ( over and ) out ) ) , ) ( pointing ( into ( ( the shadows ) ( where ( ( the newcomer ) emerged ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (S (NP (PRP He)) (VP (VBD was) (PP (IN in) (NP (DT a) (NN half) (NN crouch))))) (, ,) (NP (DT the) (NNP Colt)) (VP (VBD flipped) (ADVP (RP over) (CC and) (RP out)) (, ,) (S (VP (VBG pointing) (PP (IN into) (NP (NP (DT the) (NNS shadows)) (SBAR (WHADVP (WRB where)) (S (NP (DT the) (NN newcomer)) (VP (VBD emerged))))))))) (. .))) | He aimed his gun after he recognized an old enemy. | ( He ( ( ( aimed ( his gun ) ) ( after ( he ( recognized ( an ( old enemy ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP He)) (VP (VBD aimed) (NP (PRP$ his) (NN gun)) (SBAR (IN after) (S (NP (PRP he)) (VP (VBD recognized) (NP (DT an) (JJ old) (NN enemy)))))) (. .))) | fiction | 2contradiction
|
35,590 | 35590n | When to Go | ( When ( to Go ) ) | (ROOT (SBAR (WHADVP (WRB When)) (S (VP (TO to) (VP (VB Go)))))) | Summer is the best time to go. | ( Summer ( ( is ( ( the ( best time ) ) ( to go ) ) ) . ) ) | (ROOT (S (NP (NNPS Summer)) (VP (VBZ is) (NP (NP (DT the) (JJS best) (NN time)) (SBAR (S (VP (TO to) (VP (VB go))))))) (. .))) | travel | 1neutral
|
82,089 | 82089n | For every 200 successful [alternative exam] takers, the courts would have 30,000 pro bono hours of service, to be utilized as the courts found most compelling. | ( ( For ( every ( 200 ( successful ( -LSB- ( alternative ( exam ( -RSB- takers ) ) ) ) ) ) ) ) ( , ( ( the courts ) ( ( would ( have ( ( ( 30,000 ( ( pro ( bono hours ) ) ( of service ) ) ) , ) ( to ( be ( utilized ( as ( ( the courts ) ( found ( most compelling ) ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (PP (IN For) (NP (DT every) (CD 200) (JJ successful) (NN -LSB-) (NN alternative) (NN exam) (JJ -RSB-) (NNS takers))) (, ,) (NP (DT the) (NNS courts)) (VP (MD would) (VP (VB have) (VP (VBN 30,000) (NP (NP (FW pro) (FW bono) (NNS hours)) (PP (IN of) (NP (NN service)))) (, ,) (S (VP (TO to) (VP (VB be) (VP (VBN utilized) (PP (IN as) (NP (NP (DT the) (NNS courts)) (VP (VBN found) (S (ADJP (RBS most) (JJ compelling))))))))))))) (. .))) | As the takers increased, the hours would double. | ( ( As ( ( the takers ) increased ) ) ( , ( ( the hours ) ( ( would double ) . ) ) ) ) | (ROOT (S (SBAR (IN As) (S (NP (DT the) (NNS takers)) (VP (VBD increased)))) (, ,) (NP (DT the) (NNS hours)) (VP (MD would) (VP (VB double))) (. .))) | government | 1neutral
|
100,621 | 100621e | In the hotter months, start early or make use of the long evenings. | ( ( In ( the ( hotter months ) ) ) ( , ( ( ( ( start early ) or ) ( make ( use ( of ( the ( long evenings ) ) ) ) ) ) . ) ) ) | (ROOT (S (PP (IN In) (NP (DT the) (NN hotter) (NNS months))) (, ,) (VP (VP (VB start) (ADVP (RB early))) (CC or) (VP (VB make) (NP (NP (NN use)) (PP (IN of) (NP (DT the) (JJ long) (NNS evenings)))))) (. .))) | When it's particuarly warm, start early or work late in the day. | ( ( When ( it ( 's ( particuarly warm ) ) ) ) ( , ( ( ( ( start early ) or ) ( ( work late ) ( in ( the day ) ) ) ) . ) ) ) | (ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP it)) (VP (VBZ 's) (ADJP (RB particuarly) (JJ warm))))) (, ,) (VP (VP (VB start) (ADVP (RB early))) (CC or) (VP (VB work) (ADVP (RB late)) (PP (IN in) (NP (DT the) (NN day))))) (. .))) | travel | 0entailment
|
39,598 | 39598e | About 3,000 years ago, Mojacar was an important Phoenician port, but earthquakes and major geological upheavals have left it high and dry. | ( ( ( ( ( ( ( ( About 3,000 ) years ) ago ) ( , ( Mojacar ( was ( an ( important ( Phoenician port ) ) ) ) ) ) ) , ) but ) ( ( ( earthquakes and ) ( major ( geological upheavals ) ) ) ( have ( left ( it ( ( high and ) dry ) ) ) ) ) ) . ) | (ROOT (S (S (ADVP (NP (QP (RB About) (CD 3,000)) (NNS years)) (RB ago)) (, ,) (NP (NNP Mojacar)) (VP (VBD was) (NP (DT an) (JJ important) (NNP Phoenician) (NN port)))) (, ,) (CC but) (S (NP (NP (NNS earthquakes)) (CC and) (NP (JJ major) (JJ geological) (NNS upheavals))) (VP (VBP have) (VP (VBN left) (S (NP (PRP it)) (ADJP (JJ high) (CC and) (JJ dry)))))) (. .))) | Mojacar experiences earthquakes. | ( Mojacar ( ( experiences earthquakes ) . ) ) | (ROOT (S (NP (NNP Mojacar)) (VP (VBZ experiences) (NP (NNS earthquakes))) (. .))) | travel | 0entailment
|
143,416 | 143416e | Therefore, Microsoft owes its success to the good fortune of being the pre-eminent operating system on IBM PCs. | ( Therefore ( , ( Microsoft ( ( ( owes ( its success ) ) ( to ( ( the ( good fortune ) ) ( of ( being ( ( the ( pre-eminent ( operating system ) ) ) ( on ( IBM PCs ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (ADVP (RB Therefore)) (, ,) (NP (NNP Microsoft)) (VP (VBZ owes) (NP (PRP$ its) (NN success)) (PP (TO to) (NP (NP (DT the) (JJ good) (NN fortune)) (PP (IN of) (S (VP (VBG being) (NP (NP (DT the) (JJ pre-eminent) (NN operating) (NN system)) (PP (IN on) (NP (NNP IBM) (NNS PCs)))))))))) (. .))) | The success of Microsoft is based on it's operating system. | ( ( ( The success ) ( of Microsoft ) ) ( ( is ( based ( on ( ( it 's ) ( operating system ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (NN success)) (PP (IN of) (NP (NNP Microsoft)))) (VP (VBZ is) (VP (VBN based) (PP (IN on) (NP (NP (PRP it) (POS 's)) (VBG operating) (NN system))))) (. .))) | slate | 0entailment
|
44,836 | 44836n | The game's current stars declared Woods the best player in the world and possibly in history. | ( ( ( The ( game 's ) ) ( current stars ) ) ( ( ( declared ( Woods ( ( ( ( the ( best player ) ) ( in ( the world ) ) ) and ) possibly ) ) ) ( in history ) ) . ) ) | (ROOT (S (NP (NP (DT The) (NN game) (POS 's)) (JJ current) (NNS stars)) (VP (VBD declared) (NP (NP (NNP Woods)) (UCP (NP (NP (DT the) (JJS best) (NN player)) (PP (IN in) (NP (DT the) (NN world)))) (CC and) (ADVP (RB possibly)))) (PP (IN in) (NP (NN history)))) (. .))) | Some famous players spoke out against the majority's judgment that Woods is the best player in the world. | ( ( Some ( famous players ) ) ( ( ( ( spoke out ) ( against ( ( the ( majority 's ) ) judgment ) ) ) ( that ( Woods ( is ( ( the ( best player ) ) ( in ( the world ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT Some) (JJ famous) (NNS players)) (VP (VBD spoke) (PRT (RP out)) (PP (IN against) (NP (NP (DT the) (NN majority) (POS 's)) (NN judgment))) (SBAR (IN that) (S (NP (NNP Woods)) (VP (VBZ is) (NP (NP (DT the) (JJS best) (NN player)) (PP (IN in) (NP (DT the) (NN world)))))))) (. .))) | slate | 1neutral
|
98,755 | 98755n | But there is a deeper A simple story is not the same as a simplistic one. | ( But ( there ( ( is ( ( a deeper ) ( ( A ( simple story ) ) ( ( ( is not ) ( the same ) ) ( as ( a ( simplistic one ) ) ) ) ) ) ) . ) ) ) | (ROOT (S (CC But) (NP (EX there)) (VP (VBZ is) (NP (NP (DT a) (JJR deeper)) (SBAR (S (NP (DT A) (JJ simple) (NN story)) (VP (VBZ is) (RB not) (NP (DT the) (JJ same)) (PP (IN as) (NP (DT a) (JJ simplistic) (NN one)))))))) (. .))) | Simple stories are often detailed and lengthy. | ( ( Simple stories ) ( ( ( are often ) ( ( detailed and ) lengthy ) ) . ) ) | (ROOT (S (NP (NN Simple) (NNS stories)) (VP (VBP are) (ADVP (RB often)) (ADJP (JJ detailed) (CC and) (JJ lengthy))) (. .))) | slate | 1neutral
|
72,408 | 72408e | The word originally meant a caf??, but service has been expanded to include full meals at quite high prices. | ( ( ( ( ( ( The word ) ( originally ( meant ( a ( caf ?? ) ) ) ) ) , ) but ) ( service ( has ( been ( expanded ( to ( ( include ( full meals ) ) ( at ( ( quite high ) prices ) ) ) ) ) ) ) ) ) . ) | (ROOT (S (S (NP (DT The) (NN word)) (ADVP (RB originally)) (VP (VBD meant) (NP (DT a) (NN caf) (NN ??)))) (, ,) (CC but) (S (NP (NN service)) (VP (VBZ has) (VP (VBN been) (VP (VBN expanded) (S (VP (TO to) (VP (VB include) (NP (JJ full) (NNS meals)) (PP (IN at) (NP (ADJP (RB quite) (JJ high)) (NNS prices)))))))))) (. .))) | The service is better than the name cafe. | ( ( The service ) ( ( is ( better ( than ( the ( name cafe ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN service)) (VP (VBZ is) (ADJP (ADJP (JJR better)) (PP (IN than) (NP (DT the) (NN name) (NN cafe))))) (. .))) | travel | 0entailment
|
5,968 | 5968e | For a long time I've wondered why the president, who once promised to tell us the whole truth about l'affaire Lewinsky , is so silent while his staff is active at the meanest level in riling a sizable portion of the public with stonewalling tactics. | ( ( For ( a ( long time ) ) ) ( I ( ( 've ( wondered ( why ( ( ( ( ( the president ) , ) ( who ( once ( promised ( to ( ( tell us ) ( ( the ( whole truth ) ) ( about ( l'affaire Lewinsky ) ) ) ) ) ) ) ) ) , ) ( ( is ( so silent ) ) ( while ( ( his staff ) ( is ( active ( at ( ( the ( meanest level ) ) ( in ( riling ( ( a ( sizable portion ) ) ( of ( ( the public ) ( with ( stonewalling tactics ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) | (ROOT (S (PP (IN For) (NP (DT a) (JJ long) (NN time))) (NP (PRP I)) (VP (VBP 've) (VP (VBD wondered) (SBAR (WHADVP (WRB why)) (S (NP (NP (DT the) (NN president)) (, ,) (SBAR (WHNP (WP who)) (S (ADVP (RB once)) (VP (VBD promised) (S (VP (TO to) (VP (VB tell) (NP (PRP us)) (NP (NP (DT the) (JJ whole) (NN truth)) (PP (IN about) (NP (JJ l'affaire) (NNP Lewinsky)))))))))) (, ,)) (VP (VBZ is) (ADJP (RB so) (JJ silent)) (SBAR (IN while) (S (NP (PRP$ his) (NN staff)) (VP (VBZ is) (ADJP (JJ active) (PP (IN at) (NP (NP (DT the) (JJ meanest) (NN level)) (PP (IN in) (S (VP (VBG riling) (NP (NP (DT a) (JJ sizable) (NN portion)) (PP (IN of) (NP (NP (DT the) (NN public)) (PP (IN with) (NP (VBG stonewalling) (NNS tactics)))))))))))))))))))) (. .))) | The president refuses to comment about the Lewinsky affair. | ( ( The president ) ( ( refuses ( to ( comment ( about ( the ( Lewinsky affair ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN president)) (VP (VBZ refuses) (S (VP (TO to) (VP (VB comment) (PP (IN about) (NP (DT the) (NNP Lewinsky) (NN affair))))))) (. .))) | slate | 0entailment
|
63,869 | 63869n | do you have a favorite basketball team | ( ( do you ) ( have ( a ( favorite ( basketball team ) ) ) ) ) | (ROOT (SINV (VBP do) (NP (PRP you)) (VP (VB have) (NP (DT a) (JJ favorite) (NN basketball) (NN team))))) | Do you have a favorite basketball team or you don't follow the NBA? | ( ( ( Do you ) ( have ( ( ( ( a ( favorite ( basketball team ) ) ) or ) you ) ( ( do n't ) ( follow ( the NBA ) ) ) ) ) ) ? ) | (ROOT (SQ (VBP Do) (NP (PRP you)) (VP (VB have) (S (NP (NP (DT a) (JJ favorite) (NN basketball) (NN team)) (CC or) (NP (PRP you))) (VP (VBP do) (RB n't) (VP (VB follow) (NP (DT the) (NNP NBA)))))) (. ?))) | telephone | 1neutral
|
58,962 | 58962n | The two leading local troupes, the Chung Ying Theatre Company and the Hong Kong Repertory Theatre, perform in Cantonese; there are English-language performances at the Fringe Club theaters, 2 Lower Albert Road, in Central. | ( ( ( ( ( ( ( ( The ( two ( leading ( local troupes ) ) ) ) , ) ( ( ( the ( Chung ( Ying ( Theatre Company ) ) ) ) and ) ( the ( Hong ( Kong ( Repertory Theatre ) ) ) ) ) ) , ) ( perform ( in Cantonese ) ) ) ; ) ( there ( are ( ( ( English-language performances ) ( at ( ( ( ( the ( Fringe ( Club theaters ) ) ) , ) ( 2 ( Lower ( Albert Road ) ) ) ) , ) ) ) ( in Central ) ) ) ) ) . ) | (ROOT (S (S (NP (NP (DT The) (CD two) (JJ leading) (JJ local) (NNS troupes)) (, ,) (NP (NP (DT the) (NNP Chung) (NNP Ying) (NNP Theatre) (NNP Company)) (CC and) (NP (DT the) (NNP Hong) (NNP Kong) (NNP Repertory) (NNP Theatre))) (, ,)) (VP (VBP perform) (PP (IN in) (NP (NNP Cantonese))))) (: ;) (S (NP (EX there)) (VP (VBP are) (NP (NP (JJ English-language) (NNS performances)) (PP (IN at) (NP (NP (DT the) (NNP Fringe) (NNP Club) (NNS theaters)) (, ,) (NP (CD 2) (NNP Lower) (NNP Albert) (NNP Road)) (, ,))) (PP (IN in) (NP (NNP Central)))))) (. .))) | The Cantonese-performing local troupes are the most popular because of their cultural relevancy. | ( ( The ( Cantonese-performing ( local troupes ) ) ) ( ( are ( ( the ( most popular ) ) ( because ( of ( their ( cultural relevancy ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (JJ Cantonese-performing) (JJ local) (NNS troupes)) (VP (VBP are) (NP (NP (DT the) (ADJP (RBS most) (JJ popular))) (PP (RB because) (IN of) (NP (PRP$ their) (JJ cultural) (NN relevancy))))) (. .))) | travel | 1neutral
|
18,653 | 18653c | Slate 's archives, or to update your member profile info. | ( ( ( ( ( ( Slate 's ) archives ) , ) or ) ( to ( update ( your ( member ( profile info ) ) ) ) ) ) . ) | (ROOT (S (S (NP (NNP Slate) (POS 's)) (VP (VBZ archives))) (, ,) (CC or) (S (VP (TO to) (VP (VB update) (NP (PRP$ your) (NN member) (NN profile) (NN info))))) (. .))) | Your membership profile is up to date, and you don't have to edit it. | ( ( ( ( ( ( Your ( membership profile ) ) ( is ( up ( to date ) ) ) ) , ) and ) ( you ( ( do n't ) ( have ( to ( edit it ) ) ) ) ) ) . ) | (ROOT (S (S (NP (PRP$ Your) (NN membership) (NN profile)) (VP (VBZ is) (ADVP (RB up) (PP (TO to) (NP (NN date)))))) (, ,) (CC and) (S (NP (PRP you)) (VP (VBP do) (RB n't) (VP (VB have) (S (VP (TO to) (VP (VB edit) (NP (PRP it)))))))) (. .))) | slate | 2contradiction
|
129,602 | 129602n | LSSM is funded by the Legal Services Corporation (LSC)- a private, not-for-profit organization. | ( LSSM ( ( is ( funded ( by ( ( ( ( the ( Legal ( Services Corporation ) ) ) ( -LRB- ( LSC -RRB- ) ) ) - ) ( a ( private ( , ( not-for-profit organization ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP LSSM)) (VP (VBZ is) (VP (VBN funded) (PP (IN by) (NP (NP (DT the) (NNP Legal) (NNPS Services) (NNP Corporation)) (PRN (-LRB- -LRB-) (NP (NNP LSC)) (-RRB- -RRB-)) (: -) (NP (DT a) (JJ private) (, ,) (JJ not-for-profit) (NN organization)))))) (. .))) | LSC is doing great | ( LSC ( is ( doing great ) ) ) | (ROOT (S (NP (NNP LSC)) (VP (VBZ is) (VP (VBG doing) (ADJP (JJ great)))))) | government | 1neutral
|
51,256 | 51256c | The Globe quotes a Kathie Lee interview in USA Today in which she explains We stayed home. | ( ( The Globe ) ( ( quotes ( ( a ( Kathie ( Lee interview ) ) ) ( in ( ( USA Today ) ( ( in which ) ( she ( explains ( We ( stayed home ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP Globe)) (VP (VBZ quotes) (NP (NP (DT a) (NNP Kathie) (NNP Lee) (NN interview)) (PP (IN in) (NP (NP (NNP USA) (NNP Today)) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (NP (PRP she)) (VP (VBZ explains) (SBAR (S (NP (PRP We)) (VP (VBD stayed) (NP (NN home)))))))))))) (. .))) | The Globe uses a quote that Kathie Lee made in an interview to the New York Times. | ( ( The Globe ) ( ( ( uses ( a quote ) ) ( that ( ( Kathie Lee ) ( ( made ( in ( an interview ) ) ) ( to ( the ( New ( York Times ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP Globe)) (VP (VBZ uses) (NP (DT a) (NN quote)) (SBAR (IN that) (S (NP (NNP Kathie) (NNP Lee)) (VP (VBD made) (PP (IN in) (NP (DT an) (NN interview))) (PP (TO to) (NP (DT the) (NNP New) (NNP York) (NNP Times))))))) (. .))) | slate | 2contradiction
|
134,589 | 134589e | sure yeah any more i don't even know if they have if a college kid would have a typewriter | ( sure ( ( yeah ( ( any ( more i ) ) ( ( ( do n't ) even ) ( know ( if ( they have ) ) ) ) ) ) ( if ( ( a ( college kid ) ) ( would ( have ( a typewriter ) ) ) ) ) ) ) | (ROOT (SINV (ADVP (RB sure)) (VP (VBP yeah) (SBAR (S (NP (DT any) (JJR more) (NN i)) (VP (VBP do) (RB n't) (ADVP (RB even)) (VP (VB know) (SBAR (IN if) (S (NP (PRP they)) (VP (VBP have))))))))) (SBAR (IN if) (S (NP (DT a) (NN college) (NN kid)) (VP (MD would) (VP (VB have) (NP (DT a) (NN typewriter)))))))) | these days i'm not sure if a college student would even use a typewriter | ( ( these ( days i ) ) ( ( ( 'm not ) sure ) ( if ( ( a ( college student ) ) ( ( would even ) ( use ( a typewriter ) ) ) ) ) ) ) | (ROOT (S (NP (DT these) (NNS days) (NN i)) (VP (VBP 'm) (RB not) (ADJP (JJ sure)) (SBAR (IN if) (S (NP (DT a) (NN college) (NN student)) (VP (MD would) (ADVP (RB even)) (VP (VB use) (NP (DT a) (NN typewriter))))))))) | telephone | 0entailment
|
15,296 | 15296e | The FFC study concludes that, in the end, effective review of designs maximizes the probability that a mission or operational requirement will be successfully supported by a facility that was conceived, designed, constructed, and placed into operation efficiently and effectively. | ( ( The ( FFC study ) ) ( ( concludes ( that ( ( , ( ( in ( the end ) ) , ) ) ( ( ( effective review ) ( of designs ) ) ( ( maximizes ( the probability ) ) ( that ( ( ( ( a mission ) or ) ( operational requirement ) ) ( will ( be ( successfully ( supported ( by ( ( a facility ) ( that ( was ( ( ( ( conceived , ) ( ( ( designed , ) constructed ) , ) ) and ) ( ( placed ( into operation ) ) ( ( efficiently and ) effectively ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP FFC) (NN study)) (VP (VBZ concludes) (SBAR (IN that) (S (PRN (, ,) (PP (IN in) (NP (DT the) (NN end))) (, ,)) (NP (NP (JJ effective) (NN review)) (PP (IN of) (NP (NNS designs)))) (VP (VBZ maximizes) (NP (DT the) (NN probability)) (SBAR (IN that) (S (NP (NP (DT a) (NN mission)) (CC or) (NP (JJ operational) (NN requirement))) (VP (MD will) (VP (VB be) (VP (ADVP (RB successfully)) (VBN supported) (PP (IN by) (NP (NP (DT a) (NN facility)) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (VP (VP (VBN conceived)) (, ,) (VP (VBN designed) (, ,) (VBN constructed) (, ,)) (CC and) (VP (VBN placed) (PP (IN into) (NP (NN operation))) (ADVP (RB efficiently) (CC and) (RB effectively)))))))))))))))))) (. .))) | If a design is reviewed, it is more effective. | ( ( If ( ( a design ) ( is reviewed ) ) ) ( , ( it ( ( is ( more effective ) ) . ) ) ) ) | (ROOT (S (SBAR (IN If) (S (NP (DT a) (NN design)) (VP (VBZ is) (VP (VBN reviewed))))) (, ,) (NP (PRP it)) (VP (VBZ is) (ADJP (RBR more) (JJ effective))) (. .))) | government | 0entailment
|
69,394 | 69394e | Jon climbed the rocks and sat down in the same spot he had two nights ago. | ( ( Jon ( ( ( climbed ( the rocks ) ) and ) ( ( sat down ) ( in ( the ( same spot ) ) ) ) ) ) ( he ( ( had ( two ( nights ago ) ) ) . ) ) ) | (ROOT (S (S (NP (NNP Jon)) (VP (VP (VBD climbed) (NP (DT the) (NNS rocks))) (CC and) (VP (VBD sat) (PRT (RP down)) (PP (IN in) (NP (DT the) (JJ same) (NN spot)))))) (NP (PRP he)) (VP (VBD had) (NP (CD two) (NNS nights) (RB ago))) (. .))) | Jon had found the spot he was in previously and settled down in the exact location he had remembered. | ( Jon ( ( had ( ( ( found ( ( the spot ) ( he ( was ( in previously ) ) ) ) ) and ) ( ( settled down ) ( in ( ( the ( exact location ) ) ( he ( had remembered ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Jon)) (VP (VBD had) (VP (VP (VBN found) (NP (NP (DT the) (NN spot)) (SBAR (S (NP (PRP he)) (VP (VBD was) (PP (IN in) (ADVP (RB previously)))))))) (CC and) (VP (VBN settled) (PRT (RP down)) (PP (IN in) (NP (NP (DT the) (JJ exact) (NN location)) (SBAR (S (NP (PRP he)) (VP (VBD had) (VP (VBN remembered)))))))))) (. .))) | fiction | 0entailment
|
66,367 | 66367e | and that's that's in a year that's uh what would you do with all that money | ( and ( that ( 's ( that ( 's ( in ( ( a year ) ( that ( 's ( uh ( what ( ( would you ) ( do ( with ( all ( that money ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (FRAG (CC and) (NP (NP (DT that)) (SBAR (S (VP (VBZ 's) (SBAR (IN that) (S (VP (VBZ 's) (PP (IN in) (NP (NP (DT a) (NN year)) (SBAR (WHNP (WDT that)) (S (VP (VBZ 's) (ADJP (JJ uh) (SBAR (WHNP (WP what)) (SINV (MD would) (NP (PRP you)) (VP (VB do) (PP (IN with) (NP (PDT all) (DT that) (NN money))))))))))))))))))))) | That's in a year. What would you do with all that money? | ( ( ( That ( 's ( in ( a year ) ) ) ) . ) ( What ( ( would ( you ( do ( with ( all ( that money ) ) ) ) ) ) ? ) ) ) | (ROOT (SBARQ (SBAR (WHNP (WDT That)) (S (VP (VBZ 's) (PP (IN in) (NP (DT a) (NN year))))) (. .)) (WHNP (WP What)) (SQ (VP (VP (MD would)) (SBAR (S (NP (PRP you)) (VP (VBP do) (PP (IN with) (NP (PDT all) (DT that) (NN money)))))))) (. ?))) | telephone | 0entailment
|
121,029 | 121029e | it is it's expensive | ( it ( is ( it ( 's expensive ) ) ) ) | (ROOT (S (NP (PRP it)) (VP (VBZ is) (SBAR (S (NP (PRP it)) (VP (VBZ 's) (ADJP (JJ expensive)))))))) | It costs a lot of money. | ( It ( ( costs ( ( a lot ) ( of money ) ) ) . ) ) | (ROOT (S (NP (PRP It)) (VP (VBZ costs) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NN money))))) (. .))) | telephone | 0entailment
|
143,983 | 143983c | like we had to save and plan and | ( like ( we ( had ( to ( ( ( save and ) plan ) and ) ) ) ) ) | (ROOT (SBAR (IN like) (S (NP (PRP we)) (VP (VBD had) (S (VP (TO to) (VP (VB save) (CC and) (VB plan) (NP (NNP and))))))))) | We didn't plan or save or anything. | ( We ( ( ( did n't ) ( ( ( plan or ) save ) ( or anything ) ) ) . ) ) | (ROOT (S (NP (PRP We)) (VP (VBD did) (RB n't) (VP (VB plan) (CC or) (VB save) (NP (CC or) (NN anything)))) (. .))) | telephone | 2contradiction
|
118,951 | 118951c | Everything was confusion. | ( Everything ( ( was confusion ) . ) ) | (ROOT (S (NP (NNP Everything)) (VP (VBD was) (NP (NN confusion))) (. .))) | There was no confusion in the matter. | ( There ( ( was ( ( no confusion ) ( in ( the matter ) ) ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBD was) (NP (NP (DT no) (NN confusion)) (PP (IN in) (NP (DT the) (NN matter))))) (. .))) | fiction | 2contradiction
|
138,164 | 138164n | The preamble to the final rule indicates that EPA evaluated three different methodologies for implementation. | ( ( ( The preamble ) ( to ( the ( final rule ) ) ) ) ( ( indicates ( that ( EPA ( evaluated ( ( three ( different methodologies ) ) ( for implementation ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (NN preamble)) (PP (TO to) (NP (DT the) (JJ final) (NN rule)))) (VP (VBZ indicates) (SBAR (IN that) (S (NP (NNP EPA)) (VP (VBN evaluated) (NP (NP (CD three) (JJ different) (NNS methodologies)) (PP (IN for) (NP (NN implementation)))))))) (. .))) | Is indicated that EPA evaluated, for implementation, three different methodologies, according to the lawyer. | ( Is ( ( indicated ( that ( EPA ( ( ( ( evaluated , ) ( for ( ( implementation , ) ( three ( different methodologies ) ) ) ) ) , ) ( according ( to ( the lawyer ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Is)) (VP (VBD indicated) (SBAR (IN that) (S (NP (NNP EPA)) (VP (VBD evaluated) (, ,) (PP (IN for) (NP (NP (NN implementation)) (, ,) (NP (CD three) (JJ different) (NNS methodologies)))) (, ,) (PP (VBG according) (PP (TO to) (NP (DT the) (NN lawyer)))))))) (. .))) | government | 1neutral
|
102,743 | 102743n | They had too many patients and, with every patient new to them, didn't know important details. | ( They ( ( ( ( ( had ( too ( many patients ) ) ) and ) ( , ( ( with ( ( every patient ) ( new ( to them ) ) ) ) , ) ) ) ( ( did n't ) ( know ( important details ) ) ) ) . ) ) | (ROOT (S (NP (PRP They)) (VP (VP (VBD had) (NP (RB too) (JJ many) (NNS patients))) (CC and) (PRN (, ,) (PP (IN with) (NP (NP (DT every) (NN patient)) (ADJP (JJ new) (PP (TO to) (NP (PRP them)))))) (, ,)) (VP (VBD did) (RB n't) (VP (VB know) (NP (JJ important) (NNS details))))) (. .))) | Since there were too many patients, they didn't know their names | ( ( Since ( there ( were ( ( too many ) patients ) ) ) ) ( , ( they ( ( did n't ) ( know ( their names ) ) ) ) ) ) | (ROOT (S (SBAR (IN Since) (S (NP (EX there)) (VP (VBD were) (NP (ADJP (RB too) (JJ many)) (NNS patients))))) (, ,) (NP (PRP they)) (VP (VBD did) (RB n't) (VP (VB know) (NP (PRP$ their) (NNS names)))))) | slate | 1neutral
|
74,475 | 74475e | um-hum well it sounds like you're you're uh you know got it got it well in hand i i just i go great guns for a few weeks and then i something something something happens that disrupts my schedule and then i just find excuses and the next thing you know you're not doing anything | ( ( ( um-hum well ) ( it ( sounds ( like ( you ( 're you ) ) ) ) ) ) ( 're ( uh ( ( ( ( you ( know ( got ( ( ( it ( ( got it ) ( well ( in ( ( ( hand ( i i ) ) ( just i ) ) ( ( go ( great guns ) ) ( for ( a ( few weeks ) ) ) ) ) ) ) ) ) and ) ( then ( ( i ( something ( something something ) ) ) ( happens ( that ( disrupts ( my schedule ) ) ) ) ) ) ) ) ) ) and ) then ) ( i ( just ( find ( ( excuses and ) ( ( the ( next thing ) ) ( you ( know ( you ( ( 're not ) ( doing anything ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (S (NP (NP (JJ um-hum) (NN well)) (SBAR (S (NP (PRP it)) (VP (VBZ sounds) (SBAR (IN like) (S (NP (PRP you)) (VP (VBP 're) (NP (PRP you))))))))) (VP (VBP 're) (ADJP (JJ uh) (SBAR (S (S (NP (PRP you)) (VP (VBP know) (SBAR (S (VP (VBD got) (SBAR (S (S (NP (PRP it)) (VP (VBD got) (NP (PRP it)) (PP (RB well) (IN in) (VP (VB hand) (NP (FW i) (FW i)) (NP (QP (RB just) (CD i))) (S (VP (VB go) (NP (JJ great) (NNS guns)) (PP (IN for) (NP (DT a) (JJ few) (NNS weeks))))))))) (CC and) (S (ADVP (RB then)) (NP (JJ i) (NN something) (NN something) (NN something)) (VP (VBZ happens) (SBAR (IN that) (S (VP (VBZ disrupts) (NP (PRP$ my) (NN schedule)))))))))))))) (CC and) (ADVP (RB then)) (S (NP (FW i)) (ADVP (RB just)) (VP (VBP find) (NP (NP (NNS excuses)) (CC and) (NP (NP (DT the) (JJ next) (NN thing)) (SBAR (S (NP (PRP you)) (VP (VBP know) (SBAR (S (NP (PRP you)) (VP (VBP 're) (RB not) (VP (VBG doing) (NP (NN anything))))))))))))))))))) | I get off track easily. | ( I ( ( ( get ( off track ) ) easily ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBP get) (PP (IN off) (NP (NN track))) (ADVP (RB easily))) (. .))) | telephone | 0entailment
|
33,374 | 33374c | When he was fired, Turner's son lost his insurance and his place in line for the transplant. | ( ( When ( he ( was fired ) ) ) ( , ( ( ( Turner 's ) son ) ( ( ( lost ( ( ( his insurance ) and ) ( his place ) ) ) ( in ( line ( for ( the transplant ) ) ) ) ) . ) ) ) ) | (ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP he)) (VP (VBD was) (VP (VBN fired))))) (, ,) (NP (NP (NNP Turner) (POS 's)) (NN son)) (VP (VBD lost) (NP (NP (PRP$ his) (NN insurance)) (CC and) (NP (PRP$ his) (NN place))) (PP (IN in) (NP (NP (NN line)) (PP (IN for) (NP (DT the) (NN transplant)))))) (. .))) | He didn't mind losing his job, as it had no real repercussion. | ( He ( ( ( did n't ) ( ( ( mind ( losing ( his job ) ) ) , ) ( as ( it ( had ( no ( real repercussion ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP He)) (VP (VBD did) (RB n't) (VP (VB mind) (S (VP (VBG losing) (NP (PRP$ his) (NN job)))) (, ,) (SBAR (IN as) (S (NP (PRP it)) (VP (VBD had) (NP (DT no) (JJ real) (NN repercussion))))))) (. .))) | government | 2contradiction
|
125,226 | 125226c | In Time 's cover package, an essay by Lewinsky attorneys William Ginsburg and Nathaniel Speights claims 1) Ginsburg's media campaign is designed to demonstrate that my client is a responsible young woman who speaks the truth. | ( ( In ( ( Time 's ) ( cover package ) ) ) ( , ( ( ( an essay ) ( by ( Lewinsky ( attorneys ( William ( Ginsburg ( and ( Nathaniel Speights ) ) ) ) ) ) ) ) ( ( claims ( ( ( 1 -RRB- ) ( Ginsburg ( 's ( media campaign ) ) ) ) ( is ( designed ( to ( demonstrate ( that ( ( my client ) ( is ( ( a ( ( responsible young ) woman ) ) ( who ( speaks ( the truth ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (PP (IN In) (NP (NP (NNP Time) (POS 's)) (NN cover) (NN package))) (, ,) (NP (NP (DT an) (NN essay)) (PP (IN by) (NP (NNP Lewinsky) (NNS attorneys) (NNP William) (NNP Ginsburg) (CC and) (NNP Nathaniel) (NNP Speights)))) (VP (VBZ claims) (SBAR (S (S (LST (LS 1) (-RRB- -RRB-)) (NP (NNP Ginsburg)) (VP (VBZ 's) (NP (NN media) (NN campaign)))) (VP (VBZ is) (VP (VBN designed) (S (VP (TO to) (VP (VB demonstrate) (SBAR (IN that) (S (NP (PRP$ my) (NN client)) (VP (VBZ is) (NP (NP (DT a) (ADJP (JJ responsible) (JJ young)) (NN woman)) (SBAR (WHNP (WP who)) (S (VP (VBZ speaks) (NP (DT the) (NN truth))))))))))))))))) (. .))) | No one cares about Lewinskys truthfulness. | ( ( No one ) ( ( cares ( about ( Lewinskys truthfulness ) ) ) . ) ) | (ROOT (S (NP (DT No) (NN one)) (VP (VBZ cares) (PP (IN about) (NP (NNP Lewinskys) (NNS truthfulness)))) (. .))) | slate | 2contradiction
|
91,827 | 91827n | The Coroner did not trouble to reply. | ( ( The Coroner ) ( ( did ( not ( trouble ( to reply ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP Coroner)) (VP (VBD did) (NP (RB not) (NN trouble) (S (VP (TO to) (VP (VB reply)))))) (. .))) | He didn't want to talk about it anymore. | ( He ( ( ( did n't ) ( want ( to ( ( talk ( about it ) ) anymore ) ) ) ) . ) ) | (ROOT (S (NP (PRP He)) (VP (VBD did) (RB n't) (VP (VB want) (S (VP (TO to) (VP (VB talk) (PP (IN about) (NP (PRP it))) (ADVP (RB anymore))))))) (. .))) | fiction | 1neutral
|
94,996 | 94996c | Inroads had already been made by the arrival of the Dutch and Macau's loss to them of the profitable Japanese trade. | ( Inroads ( ( ( had already ) ( been ( ( made ( by ( ( the arrival ) ( of ( ( the ( Dutch ( and ( Macau 's ) ) ) ) loss ) ) ) ) ) ( to ( them ( of ( the ( profitable ( Japanese trade ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNS Inroads)) (VP (VBD had) (ADVP (RB already)) (VP (VBN been) (VP (VBN made) (PP (IN by) (NP (NP (DT the) (NN arrival)) (PP (IN of) (NP (NP (DT the) (JJ Dutch) (CC and) (NNP Macau) (POS 's)) (NN loss))))) (PP (TO to) (NP (NP (PRP them)) (PP (IN of) (NP (DT the) (JJ profitable) (JJ Japanese) (NN trade)))))))) (. .))) | Macau was responsible for building the inroads. | ( Macau ( ( was ( responsible ( for ( building ( the inroads ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Macau)) (VP (VBD was) (ADJP (JJ responsible) (PP (IN for) (S (VP (VBG building) (NP (DT the) (NNS inroads))))))) (. .))) | travel | 2contradiction
|
99,665 | 99665n | i've always found a fan you know of of either one or the other and so that of course means that when it comes to the American League my favorite team is the Red Sox | ( i ( ( 've always ) ( ( found ( a fan ) ) ( ( ( you ( know ( of ( of ( ( ( either one ) or ) ( the other ) ) ) ) ) ) and ) ( so ( ( that ( of course ) ) ( means ( that ( ( when ( it ( comes ( to ( the ( American League ) ) ) ) ) ) ( ( my ( favorite team ) ) ( is ( the ( Red Sox ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (S (NP (FW i)) (VP (VBP 've) (ADVP (RB always)) (VP (VBN found) (NP (DT a) (NN fan)) (SBAR (SBAR (S (NP (PRP you)) (VP (VBP know) (PP (IN of) (IN of) (NP (NP (DT either) (NN one)) (CC or) (NP (DT the) (JJ other))))))) (CC and) (SBAR (IN so) (S (NP (NP (DT that)) (PP (IN of) (NP (NN course)))) (VP (VBZ means) (SBAR (IN that) (S (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBZ comes) (PP (TO to) (NP (DT the) (NNP American) (NNP League)))))) (NP (PRP$ my) (JJ favorite) (NN team)) (VP (VBZ is) (NP (DT the) (NNP Red) (NNPS Sox))))))))))))) | My favorite American League team is the Red Sox because I was raised to like them. | ( ( My ( favorite ( American ( League team ) ) ) ) ( ( ( is ( the ( Red Sox ) ) ) ( because ( I ( was ( raised ( to ( like them ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP$ My) (JJ favorite) (NNP American) (NNP League) (NN team)) (VP (VBZ is) (NP (DT the) (NNP Red) (NNPS Sox)) (SBAR (IN because) (S (NP (PRP I)) (VP (VBD was) (VP (VBN raised) (S (VP (TO to) (VP (VB like) (NP (PRP them)))))))))) (. .))) | telephone | 1neutral
|
22,570 | 22570e | (This small difference would be further reduced if retail activities of rural carriers were not counted.) | ( -LRB- ( ( This ( small difference ) ) ( ( ( would ( be ( further ( reduced ( if ( ( ( retail activities ) ( of ( rural carriers ) ) ) ( ( were not ) counted ) ) ) ) ) ) ) . ) -RRB- ) ) ) | (ROOT (S (-LRB- -LRB-) (NP (DT This) (JJ small) (NN difference)) (VP (MD would) (VP (VB be) (VP (ADVP (RBR further)) (VBN reduced) (SBAR (IN if) (S (NP (NP (JJ retail) (NNS activities)) (PP (IN of) (NP (JJ rural) (NNS carriers)))) (VP (VBD were) (RB not) (VP (VBN counted)))))))) (. .) (-RRB- -RRB-))) | If retail activities of rural carriers were not counted, then this slight difference would be further reduced. | ( ( If ( ( ( retail activities ) ( of ( rural carriers ) ) ) ( ( were not ) counted ) ) ) ( , ( ( then ( this ( slight difference ) ) ) ( ( would ( be ( further reduced ) ) ) . ) ) ) ) | (ROOT (S (SBAR (IN If) (S (NP (NP (JJ retail) (NNS activities)) (PP (IN of) (NP (JJ rural) (NNS carriers)))) (VP (VBD were) (RB not) (VP (VBN counted))))) (, ,) (NP (RB then) (DT this) (JJ slight) (NN difference)) (VP (MD would) (VP (VB be) (VP (ADVP (RBR further)) (VBN reduced)))) (. .))) | government | 0entailment
|
118,204 | 118204c | But it's hard not to see in these smiling peasants a warning of what such openings can bring in their wake. | ( But ( it ( ( ( 's hard ) ( not ( to ( ( see ( in ( these ( smiling peasants ) ) ) ) ( ( a warning ) ( of ( what ( ( such openings ) ( can ( bring ( in ( their wake ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) | (ROOT (S (CC But) (NP (PRP it)) (VP (VBZ 's) (ADJP (JJ hard)) (S (RB not) (VP (TO to) (VP (VB see) (PP (IN in) (NP (DT these) (JJ smiling) (NNS peasants))) (NP (NP (DT a) (NN warning)) (PP (IN of) (SBAR (WHNP (WP what)) (S (NP (JJ such) (NNS openings)) (VP (MD can) (VP (VB bring) (PP (IN in) (NP (PRP$ their) (NN wake))))))))))))) (. .))) | The smiling peasants serve as no warning. | ( ( The ( smiling peasants ) ) ( ( serve ( as ( no warning ) ) ) . ) ) | (ROOT (S (NP (DT The) (VBG smiling) (NNS peasants)) (VP (VBP serve) (PP (IN as) (NP (DT no) (NN warning)))) (. .))) | slate | 2contradiction
|
10,634 | 10634n | The barbudos (the bearded ones) triumphantly entered Santiago, then marched into Havana one week later. | ( ( ( The barbudos ) ( -LRB- ( ( the ( bearded ones ) ) -RRB- ) ) ) ( triumphantly ( ( entered ( Santiago ( , ( then ( marched ( ( into Havana ) ( ( one week ) later ) ) ) ) ) ) ) . ) ) ) | (ROOT (S (NP (NP (DT The) (NNS barbudos)) (PRN (-LRB- -LRB-) (NP (DT the) (JJ bearded) (NNS ones)) (-RRB- -RRB-))) (ADVP (RB triumphantly)) (VP (VBD entered) (SBAR (S (NP (NNP Santiago)) (, ,) (ADVP (RB then)) (VP (VBD marched) (PP (IN into) (NP (NNP Havana)) (ADVP (NP (CD one) (NN week)) (RBR later))))))) (. .))) | The barbudos triumphantly entered Santiago without a fight. | ( ( The barbudos ) ( triumphantly ( ( ( entered Santiago ) ( without ( a fight ) ) ) . ) ) ) | (ROOT (S (NP (DT The) (NNS barbudos)) (ADVP (RB triumphantly)) (VP (VBD entered) (NP (NNP Santiago)) (PP (IN without) (NP (DT a) (NN fight)))) (. .))) | travel | 1neutral
|
107,190 | 107190e | The original village is built around an imposing 18th-century church, while the new Canico de Baixa is a sprawling proliferation of smart holiday homes visible from afar. | ( ( The ( original village ) ) ( ( is ( ( ( built ( around ( an ( imposing ( 18th-century church ) ) ) ) ) , ) ( while ( ( the ( new ( Canico ( de Baixa ) ) ) ) ( is ( ( a ( sprawling proliferation ) ) ( of ( ( smart ( holiday homes ) ) ( visible ( from afar ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (JJ original) (NN village)) (VP (VBZ is) (VP (VBN built) (PP (IN around) (NP (DT an) (JJ imposing) (JJ 18th-century) (NN church))) (, ,) (SBAR (IN while) (S (NP (DT the) (JJ new) (NNP Canico) (NNP de) (NNP Baixa)) (VP (VBZ is) (NP (NP (DT a) (VBG sprawling) (NN proliferation)) (PP (IN of) (NP (NP (JJ smart) (NN holiday) (NNS homes)) (ADJP (JJ visible) (PP (IN from) (NP (NN afar)))))))))))) (. .))) | The village was built around an 18th century church. | ( ( The village ) ( ( was ( built ( around ( an ( 18th ( century church ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN village)) (VP (VBD was) (VP (VBN built) (PP (IN around) (NP (DT an) (JJ 18th) (NN century) (NN church))))) (. .))) | travel | 0entailment
|
135,650 | 135650e | [S]ome of it would almost certainly have made him wince. | ( ( ( -LSB- ( S ( -RSB- ome ) ) ) ( of it ) ) ( ( ( would ( almost certainly ) ) ( have ( made ( him wince ) ) ) ) . ) ) | (ROOT (S (NP (NP (NNP -LSB-) (NNP S) (NNP -RSB-) (NNP ome)) (PP (IN of) (NP (PRP it)))) (VP (MD would) (ADVP (RB almost) (RB certainly)) (VP (VB have) (VP (VBN made) (S (NP (PRP him)) (ADJP (JJ wince)))))) (. .))) | Some of it would definitely have made him cringe. | ( ( Some ( of it ) ) ( ( ( would definitely ) ( have ( made ( him cringe ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT Some)) (PP (IN of) (NP (PRP it)))) (VP (MD would) (ADVP (RB definitely)) (VP (VB have) (VP (VBN made) (S (NP (PRP him)) (ADJP (JJ cringe)))))) (. .))) | slate | 0entailment
|
28,979 | 28979c | As we will see in Table 3, the decline in HH-to-NHH volume is mostly attributed to the decline of this sector's household payment mail. | ( ( As ( we ( will ( see ( in ( Table 3 ) ) ) ) ) ) ( , ( ( ( the decline ) ( in ( HH-to-NHH volume ) ) ) ( ( ( is mostly ) ( attributed ( to ( ( the decline ) ( of ( ( this ( sector 's ) ) ( household ( payment mail ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (SBAR (IN As) (S (NP (PRP we)) (VP (MD will) (VP (VB see) (PP (IN in) (NP (NNP Table) (CD 3))))))) (, ,) (NP (NP (DT the) (NN decline)) (PP (IN in) (NP (JJ HH-to-NHH) (NN volume)))) (VP (VBZ is) (ADVP (RB mostly)) (VP (VBN attributed) (PP (TO to) (NP (NP (DT the) (NN decline)) (PP (IN of) (NP (NP (DT this) (NN sector) (POS 's)) (NN household) (NN payment) (NN mail))))))) (. .))) | The household payment mail of this sector has been steadily increasing. | ( ( ( The ( household ( payment mail ) ) ) ( of ( this sector ) ) ) ( ( has ( been ( steadily increasing ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (NN household) (NN payment) (NN mail)) (PP (IN of) (NP (DT this) (NN sector)))) (VP (VBZ has) (VP (VBN been) (VP (ADVP (RB steadily)) (VBG increasing)))) (. .))) | government | 2contradiction
|
72,482 | 72482e | What on Earth Are These Two Talking About? | ( ( What ( on Earth ) ) ( ( ( Are ( These ( Two Talking ) ) ) About ) ? ) ) | (ROOT (SBARQ (WHNP (WHNP (WP What)) (PP (IN on) (NP (NNP Earth)))) (SQ (VBP Are) (NP (DT These) (CD Two) (NNS Talking)) (PP (IN About))) (. ?))) | What the hell are those two talking about? | ( ( ( What the ) hell ) ( ( are ( ( those two ) ( talking about ) ) ) ? ) ) | (ROOT (SBARQ (WHNP (WP What) (DT the) (NN hell)) (SQ (VBP are) (NP (NP (DT those) (CD two)) (VP (VBG talking) (IN about)))) (. ?))) | slate | 0entailment
|
14,241 | 14241n | yeah well have you heard anything about Jim Palmer | ( ( yeah well ) ( have ( you ( ( heard anything ) ( about ( Jim Palmer ) ) ) ) ) ) | (ROOT (S (VP (VB yeah) (RB well) (VP (VB have) (S (NP (PRP you)) (VP (VBD heard) (NP (NN anything)) (PP (IN about) (NP (NNP Jim) (NNP Palmer))))))))) | Have you heard anything from the camp about Jim Palmer? | ( ( ( Have you ) ( ( heard anything ) ( from ( ( the camp ) ( about ( Jim Palmer ) ) ) ) ) ) ? ) | (ROOT (SQ (VBP Have) (NP (PRP you)) (VP (VBN heard) (NP (NN anything)) (PP (IN from) (NP (NP (DT the) (NN camp)) (PP (IN about) (NP (NNP Jim) (NNP Palmer)))))) (. ?))) | telephone | 1neutral
|
45,497 | 45497n | If you didn't get enough of the astronomical clock in the cathedral, you can have a close-up view here of figures from the original 14th-century model. | ( ( If ( you ( ( did n't ) ( get ( enough ( of ( ( the ( astronomical clock ) ) ( in ( the cathedral ) ) ) ) ) ) ) ) ) ( , ( you ( ( can ( have ( ( a ( close-up view ) ) ( here ( of ( figures ( from ( the ( original ( 14th-century model ) ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (SBAR (IN If) (S (NP (PRP you)) (VP (VBD did) (RB n't) (VP (VB get) (NP (NP (RB enough)) (PP (IN of) (NP (NP (DT the) (ADJP (JJ astronomical)) (NN clock)) (PP (IN in) (NP (DT the) (NN cathedral)))))))))) (, ,) (NP (PRP you)) (VP (MD can) (VP (VB have) (NP (NP (DT a) (NN close-up) (NN view)) (PP (ADVP (RB here)) (IN of) (NP (NP (NNS figures)) (PP (IN from) (NP (DT the) (JJ original) (JJ 14th-century) (NN model)))))))) (. .))) | The cathedral's current astronomical clock was designed in the 16th century. | ( ( ( The ( cathedral 's ) ) ( current ( astronomical clock ) ) ) ( ( was ( designed ( in ( the ( 16th century ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (NN cathedral) (POS 's)) (JJ current) (JJ astronomical) (NN clock)) (VP (VBD was) (VP (VBN designed) (PP (IN in) (NP (DT the) (JJ 16th) (NN century))))) (. .))) | travel | 1neutral
|
20,491 | 20491c | even if it's in a genre i don't like i figure well i should go see it because if this is you know the best of the genre and i should know about it or something like that and i usually come away thinking no i really don't like this show | ( even ( if ( it ( 's ( in ( ( a ( genre i ) ) ( ( do n't ) ( like ( i ( figure ( ( ( well ( i ( should ( go ( ( see it ) ( because ( ( ( ( if ( this ( is you ) ) ) ( know ( ( the best ) ( of ( the genre ) ) ) ) ) and ) ( i ( should ( ( know ( about ( ( it or ) something ) ) ) ( like that ) ) ) ) ) ) ) ) ) ) ) and ) ( i ( usually ( ( come away ) ( thinking ( ( no i ) ( really ( ( do n't ) ( like ( this show ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (SBAR (RB even) (IN if) (S (NP (PRP it)) (VP (VBZ 's) (SBAR (IN in) (S (NP (DT a) (JJ genre) (FW i)) (VP (VBP do) (RB n't) (VP (VB like) (SBAR (S (NP (FW i)) (VP (VBP figure) (SBAR (S (S (ADVP (RB well)) (NP (FW i)) (VP (MD should) (VP (VB go) (VP (VB see) (NP (PRP it)) (SBAR (IN because) (S (S (SBAR (IN if) (S (NP (DT this)) (VP (VBZ is) (NP (PRP you))))) (VP (VBP know) (NP (NP (DT the) (JJS best)) (PP (IN of) (NP (DT the) (NN genre)))))) (CC and) (S (NP (FW i)) (VP (MD should) (VP (VB know) (PP (IN about) (NP (NP (PRP it)) (CC or) (NP (NN something)))) (PP (IN like) (NP (DT that)))))))))))) (CC and) (S (NP (FW i)) (ADVP (RB usually)) (VP (VBP come) (PRT (RP away)) (S (VP (VBG thinking) (SBAR (S (NP (DT no) (FW i)) (ADVP (RB really)) (VP (VBP do) (RB n't) (VP (VB like) (NP (DT this) (NN show))))))))))))))))))))))) | Even if its a genre I don't like I still see and enjoy it. | ( ( Even ( if ( ( its ( ( a genre ) I ) ) ( ( do n't ) like ) ) ) ) ( I ( still ( ( ( ( see and ) enjoy ) it ) . ) ) ) ) | (ROOT (S (SBAR (RB Even) (IN if) (S (NP (PRP$ its) (ADJP (DT a) (JJ genre)) (NN I)) (VP (VBP do) (RB n't) (VP (VB like))))) (NP (PRP I)) (ADVP (RB still)) (VP (VBP see) (CC and) (VBP enjoy) (NP (PRP it))) (. .))) | telephone | 2contradiction
|
101,644 | 101644e | You go down and get your time, and they hand you your draft notice. | ( ( ( ( ( You ( ( ( go down ) and ) ( get ( your time ) ) ) ) , ) and ) ( they ( ( hand you ) ( your ( draft notice ) ) ) ) ) . ) | (ROOT (S (S (NP (PRP You)) (VP (VP (VB go) (PRT (RP down))) (CC and) (VP (VB get) (NP (PRP$ your) (NN time))))) (, ,) (CC and) (S (NP (PRP they)) (VP (VB hand) (NP (PRP you)) (NP (PRP$ your) (NN draft) (NN notice)))) (. .))) | They will hand you your draft notice. | ( They ( ( will ( ( hand you ) ( your ( draft notice ) ) ) ) . ) ) | (ROOT (S (NP (PRP They)) (VP (MD will) (VP (VB hand) (NP (PRP you)) (NP (PRP$ your) (NN draft) (NN notice)))) (. .))) | fiction | 0entailment
|
115,153 | 115153n | uh what subjects have you talked about | ( ( ( uh what ) subjects ) ( ( have you ) ( talked about ) ) ) | (ROOT (SBARQ (WHNP (WHADJP (RB uh) (WP what)) (NNS subjects)) (SQ (VBP have) (NP (PRP you)) (VP (VBN talked) (PP (IN about)))))) | Have you talked about math? | ( ( ( Have you ) ( talked ( about math ) ) ) ? ) | (ROOT (SQ (VBP Have) (NP (PRP you)) (VP (VBN talked) (PP (IN about) (NP (NN math)))) (. ?))) | telephone | 1neutral
|
90,388 | 90388e | yeah and to me Yellowstone was just too uh commercialized i mean it it's it's got some areas that are really nice but i mean you get up there and everything is just you know you know souvenirs and all this kind of junk | ( ( ( ( ( ( ( ( yeah and ) ( to me ) ) ( Yellowstone ( was ( just ( too ( uh ( commercialized ( i ( mean it ) ) ) ) ) ) ) ) ) ( it ( 's ( it ( 's ( got ( ( some areas ) ( that ( are ( really nice ) ) ) ) ) ) ) ) ) ) but ) ( i ( mean ( you ( get ( up there ) ) ) ) ) ) and ) ( everything ( is ( just ( you ( know ( you ( know ( ( souvenirs and ) ( ( all ( this kind ) ) ( of junk ) ) ) ) ) ) ) ) ) ) ) | (ROOT (S (S (SBAR (UCP (ADVP (RB yeah)) (CC and) (PP (TO to) (NP (PRP me)))) (S (NP (NNP Yellowstone)) (VP (VBD was) (ADJP (RB just) (RB too) (JJ uh) (SBAR (S (VP (VBD commercialized) (SBAR (S (NP (FW i)) (VP (VBP mean) (NP (PRP it)))))))))))) (NP (PRP it)) (VP (VBZ 's) (SBAR (S (NP (PRP it)) (VP (VBZ 's) (VP (VBN got) (NP (NP (DT some) (NNS areas)) (SBAR (WHNP (WDT that)) (S (VP (VBP are) (ADJP (RB really) (JJ nice)))))))))))) (CC but) (S (NP (FW i)) (VP (VBP mean) (S (NP (PRP you)) (VP (VB get) (ADVP (RB up) (RB there)))))) (CC and) (S (NP (NN everything)) (VP (VBZ is) (SBAR (RB just) (S (NP (PRP you)) (VP (VBP know) (SBAR (S (NP (PRP you)) (VP (VBP know) (NP (NP (NNS souvenirs)) (CC and) (NP (NP (PDT all) (DT this) (NN kind)) (PP (IN of) (NP (NN junk))))))))))))))) | There are many products around at Yellowstone. | ( There ( ( ( ( are ( many products ) ) around ) ( at Yellowstone ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBP are) (NP (JJ many) (NNS products)) (ADVP (RB around)) (PP (IN at) (NP (NNP Yellowstone)))) (. .))) | telephone | 0entailment
|
145,118 | 145118n | It has also aired more than 80 episodes of The New Adventures of Winnie the Pooh . Disney Pooh horrifies Pooh traditionalists (abhorrent, says one young mother I know). | ( It ( ( ( has also ) ( aired ( ( ( ( more ( than 80 ) ) episodes ) ( of ( The ( New Adventures ) ) ) ) ( of ( ( Winnie ( ( the ( Pooh ( . ( Disney Pooh ) ) ) ) ( horrifies ( Pooh traditionalists ) ) ) ) ( -LRB- ( ( ( abhorrent , ) ( says ( ( one ( young mother ) ) ( I know ) ) ) ) -RRB- ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP It)) (VP (VBZ has) (ADVP (RB also)) (VP (VBN aired) (NP (NP (QP (JJR more) (IN than) (CD 80)) (NNS episodes)) (PP (IN of) (NP (DT The) (NNP New) (NNPS Adventures))) (PP (IN of) (NP (NP (NNP Winnie)) (SBAR (S (NP (DT the) (NNP Pooh) (. .) (NNP Disney) (NN Pooh)) (VP (VBZ horrifies) (NP (NNP Pooh) (NNS traditionalists))))) (PRN (-LRB- -LRB-) (S (NP (NNP abhorrent) (, ,)) (VP (VBZ says) (NP (NP (CD one) (JJ young) (NN mother)) (SBAR (S (NP (PRP I)) (VP (VBP know))))))) (-RRB- -RRB-))))))) (. .))) | There are more than ninety episodes of The New Adventures of Winnie the Pooh. | ( There ( ( are ( ( ( more ( than ninety ) ) episodes ) ( of ( ( The ( New Adventures ) ) ( of ( Winnie ( the Pooh ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (QP (JJR more) (IN than) (CD ninety)) (NNS episodes)) (PP (IN of) (NP (NP (DT The) (NNP New) (NNP Adventures)) (PP (IN of) (NP (NNP Winnie) (DT the) (NNP Pooh))))))) (. .))) | slate | 1neutral
|
73,776 | 73776e | The Alliance won 51 of 52 seats in the 1955 election on a platform promising an equitable multiracial constitution. | ( ( The Alliance ) ( ( ( won ( 51 ( of ( ( 52 seats ) ( in ( the ( 1955 election ) ) ) ) ) ) ) ( on ( ( a platform ) ( promising ( an ( ( equitable multiracial ) constitution ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP Alliance)) (VP (VBD won) (NP (NP (CD 51)) (PP (IN of) (NP (NP (CD 52) (NNS seats)) (PP (IN in) (NP (DT the) (CD 1955) (NN election)))))) (PP (IN on) (NP (NP (DT a) (NN platform)) (VP (VBG promising) (NP (DT an) (ADJP (JJ equitable) (JJ multiracial)) (NN constitution)))))) (. .))) | The Alliance won all but 1 seat in the 1955 election with a platform promising equitable and multiracial constitution. | ( ( The Alliance ) ( ( ( won ( ( ( ( all but ) 1 ) seat ) ( in ( the ( 1955 election ) ) ) ) ) ( with ( ( a platform ) ( promising ( ( ( equitable and ) multiracial ) constitution ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP Alliance)) (VP (VBD won) (NP (NP (QP (DT all) (CC but) (CD 1)) (NN seat)) (PP (IN in) (NP (DT the) (CD 1955) (NN election)))) (PP (IN with) (NP (NP (DT a) (NN platform)) (VP (VBG promising) (NP (ADJP (JJ equitable) (CC and) (JJ multiracial)) (NN constitution)))))) (. .))) | travel | 0entailment
|
139,445 | 139445e | In general, color-safe bleach just means oxygen bleach, which is much milder than chlorine bleach. | ( ( In general ) ( , ( ( color-safe bleach ) ( just ( ( means ( ( ( oxygen bleach ) , ) ( which ( is ( much ( milder ( than ( chlorine bleach ) ) ) ) ) ) ) ) . ) ) ) ) ) | (ROOT (S (PP (IN In) (NP (NN general))) (, ,) (NP (JJ color-safe) (NN bleach)) (ADVP (RB just)) (VP (VBZ means) (NP (NP (NN oxygen) (NN bleach)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (ADJP (RB much) (JJ milder) (PP (IN than) (NP (NN chlorine) (NN bleach))))))))) (. .))) | Color-safe bleach is milder than chlorine bleach. | ( ( Color-safe bleach ) ( ( is ( milder ( than ( chlorine bleach ) ) ) ) . ) ) | (ROOT (S (NP (JJ Color-safe) (NN bleach)) (VP (VBZ is) (NP (NP (NN milder)) (PP (IN than) (NP (NN chlorine) (NN bleach))))) (. .))) | slate | 0entailment
|
138,252 | 138252n | An article derides the lack of authentic pop-music acts. | ( ( An article ) ( ( derides ( ( the lack ) ( of ( authentic ( pop-music acts ) ) ) ) ) . ) ) | (ROOT (S (NP (DT An) (NN article)) (VP (VBZ derides) (NP (NP (DT the) (NN lack)) (PP (IN of) (NP (JJ authentic) (JJ pop-music) (NNS acts))))) (. .))) | Pop-music acts are scripted, and allow no improvisation. | ( ( Pop-music acts ) ( ( ( ( ( are scripted ) , ) and ) ( allow ( no improvisation ) ) ) . ) ) | (ROOT (S (NP (NNP Pop-music) (NNS acts)) (VP (VP (VBP are) (VP (VBN scripted))) (, ,) (CC and) (VP (VBP allow) (NP (DT no) (NN improvisation)))) (. .))) | slate | 1neutral
|
95,942 | 95942c | The next day they were all dead but Thorn. | ( ( The ( next day ) ) ( they ( ( were ( all ( ( dead but ) Thorn ) ) ) . ) ) ) | (ROOT (S (NP (DT The) (JJ next) (NN day)) (NP (PRP they)) (VP (VBD were) (ADJP (DT all) (JJ dead) (CC but) (JJ Thorn))) (. .))) | Thorn was dead the next day. | ( Thorn ( ( ( was dead ) ( the ( next day ) ) ) . ) ) | (ROOT (S (NP (NNP Thorn)) (VP (VBD was) (ADJP (JJ dead)) (NP (DT the) (JJ next) (NN day))) (. .))) | fiction | 2contradiction
|
82,020 | 82020c | Individual security controls and monitoring tools will change as technology advances, and new risks are likely to emerge. | ( ( ( ( ( ( Individual ( security ( controls ( and ( monitoring tools ) ) ) ) ) ( will ( change ( as ( technology advances ) ) ) ) ) , ) and ) ( ( new risks ) ( are ( likely ( to emerge ) ) ) ) ) . ) | (ROOT (S (S (NP (JJ Individual) (NN security) (NNS controls) (CC and) (NN monitoring) (NNS tools)) (VP (MD will) (VP (VB change) (PP (IN as) (NP (NN technology) (NNS advances)))))) (, ,) (CC and) (S (NP (JJ new) (NNS risks)) (VP (VBP are) (ADJP (JJ likely) (S (VP (TO to) (VP (VB emerge))))))) (. .))) | Individuals do not need to update their security controls and monitoring tools. | ( Individuals ( ( ( do not ) ( need ( to ( update ( their ( security ( controls ( and ( monitoring tools ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNS Individuals)) (VP (VBP do) (RB not) (VP (VB need) (S (VP (TO to) (VP (VB update) (NP (PRP$ their) (NN security) (NNS controls) (CC and) (NN monitoring) (NNS tools))))))) (. .))) | government | 2contradiction
|
77,425 | 77425e | oh yeah it's so it it's so hard and and it's so hard to compete and and that's not one of the things that's gonna make the people like yourself who are just graduating from colleges you know or out across the country wanna go jumping into a an education field when the when there's you can almost double your pay in almost any other field you know for as a as a entry level | ( oh ( ( yeah ( ( ( it ( ( 's so ) ( it ( ( ( it ( 's ( so hard ) ) ) and ) ( and ( it ( ( 's ( so hard ) ) ( to compete ) ) ) ) ) ) ) ) and ) ( and ( that ( ( 's not ) ( one ( of ( ( the things ) ( that ( 's ( gon ( ( ( ( na ( make ( ( ( the people ) ( like yourself ) ) ( who ( ( are just ) ( graduating ( from ( colleges ( you know ) ) ) ) ) ) ) ) ) or ) ( out ( across ( the ( country wan ) ) ) ) ) ( na ( ( go ( jumping ( into ( a ( an ( education field ) ) ) ) ) ) ( when ( ( the ( when ( there ( 's you ) ) ) ) ( ( can almost ) ( ( double ( your pay ) ) ( in ( ( almost ( any ( other field ) ) ) ( you ( know ( for ( as ( a as ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ( a ( entry level ) ) ) ) | (ROOT (SINV (FRAG (INTJ (UH oh))) (VP (VBP yeah) (SBAR (S (S (NP (PRP it)) (VP (VBZ 's) (ADVP (RB so)) (NP (NP (PRP it)) (SBAR (S (S (NP (PRP it)) (VP (VBZ 's) (ADJP (RB so) (JJ hard)))) (CC and) (S (CC and) (NP (PRP it)) (VP (VBZ 's) (ADJP (RB so) (JJ hard)) (S (VP (TO to) (VP (VB compete))))))))))) (CC and) (S (CC and) (NP (DT that)) (VP (VBZ 's) (RB not) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NNS things)) (SBAR (WHNP (WDT that)) (S (VP (VBZ 's) (VP (VBG gon) (S (VP (VP (TO na) (VP (VB make) (NP (NP (DT the) (NNS people)) (PP (IN like) (NP (PRP yourself))) (SBAR (WHNP (WP who)) (S (VP (VBP are) (ADVP (RB just)) (VP (VBG graduating) (PP (IN from) (NP (NP (NNS colleges)) (SBAR (S (NP (PRP you)) (VP (VBP know))))))))))))) (CC or) (ADVP (IN out) (PP (IN across) (NP (DT the) (NN country) (NN wan)))) (VP (TO na) (VP (VB go) (S (VP (VBG jumping) (PP (IN into) (NP (DT a) (DT an) (NN education) (NN field))))) (SBAR (WHADVP (WRB when)) (S (NP (NP (DT the)) (SBAR (WHADVP (WRB when)) (S (NP (EX there)) (VP (VBZ 's) (NP (PRP you)))))) (VP (MD can) (ADVP (RB almost)) (VP (VB double) (NP (PRP$ your) (NN pay)) (PP (IN in) (NP (NP (RB almost) (DT any) (JJ other) (NN field)) (SBAR (S (NP (PRP you)) (VP (VBP know) (PP (IN for) (NP (QP (RB as) (DT a) (JJ as))))))))))))))))))))))))))))) (NP (DT a) (NN entry) (NN level)))) | Other fields pay more than the education field. | ( ( Other fields ) ( ( ( pay more ) ( than ( the ( education field ) ) ) ) . ) ) | (ROOT (S (NP (JJ Other) (NNS fields)) (VP (VBP pay) (ADVP (RBR more)) (PP (IN than) (NP (DT the) (NN education) (NN field)))) (. .))) | telephone | 0entailment
|
10,368 | 10368c | Consequently, we have developed this standards update which supersedes our previously issued Standards for Internal Controls in the Federal Government. | ( Consequently ( , ( we ( ( have ( developed ( ( this ( standards update ) ) ( which ( ( supersedes ( our ( ( previously issued ) Standards ) ) ) ( for ( ( Internal Controls ) ( in ( the ( Federal Government ) ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (ADVP (RB Consequently)) (, ,) (NP (PRP we)) (VP (VBP have) (VP (VBN developed) (NP (NP (DT this) (NNS standards) (NN update)) (SBAR (WHNP (WDT which)) (S (VP (VBZ supersedes) (NP (PRP$ our) (ADJP (RB previously) (VBN issued)) (NN Standards)) (PP (IN for) (NP (NP (NNP Internal) (NNP Controls)) (PP (IN in) (NP (DT the) (NNP Federal) (NNP Government))))))))))) (. .))) | The Standards for Internal Controls in the Federal Government are continued through this day. | ( ( ( The Standards ) ( for ( ( Internal Controls ) ( in ( the ( Federal Government ) ) ) ) ) ) ( ( are ( continued ( through ( this day ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (NNPS Standards)) (PP (IN for) (NP (NP (NNP Internal) (NNP Controls)) (PP (IN in) (NP (DT the) (NNP Federal) (NNP Government)))))) (VP (VBP are) (VP (VBN continued) (PP (IN through) (NP (DT this) (NN day))))) (. .))) | government | 2contradiction
|
89,145 | 89145e | Arendt's conception of the public was phrased in quasimilitaristic language almost expressly designed to irritate feminists (it didn't, but only because they had stopped listening). | ( ( ( ( Arendt 's ) conception ) ( of ( the public ) ) ) ( ( was ( phrased ( in ( ( ( quasimilitaristic language ) ( almost ( expressly ( designed ( to ( irritate feminists ) ) ) ) ) ) ( -LRB- ( ( it ( ( ( did n't ) ( , ( but only ) ) ) ( because ( they ( had ( stopped listening ) ) ) ) ) ) -RRB- ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (NP (NNP Arendt) (POS 's)) (NN conception)) (PP (IN of) (NP (DT the) (NN public)))) (VP (VBD was) (VP (VBN phrased) (PP (IN in) (NP (NP (NP (JJ quasimilitaristic) (NN language)) (VP (ADVP (RB almost)) (ADVP (RB expressly)) (VBN designed) (PP (TO to) (NP (JJ irritate) (NNS feminists))))) (PRN (-LRB- -LRB-) (S (NP (PRP it)) (VP (VBD did) (RB n't) (PRN (, ,) (CC but) (ADVP (RB only))) (SBAR (IN because) (S (NP (PRP they)) (VP (VBD had) (VP (VBN stopped) (S (VP (VBG listening))))))))) (-RRB- -RRB-)))))) (. .))) | they had stopped listening. | ( they ( ( had ( stopped listening ) ) . ) ) | (ROOT (S (NP (PRP they)) (VP (VBD had) (VP (VBN stopped) (S (VP (VBG listening))))) (. .))) | slate | 0entailment
|
123,562 | 123562c | But I thought maybe it was her back history you were after, and that you'd know where she was now?" | ( But ( I ( ( ( ( thought maybe ) ( ( ( ( it ( was ( ( her ( back history ) ) ( you ( were after ) ) ) ) ) , ) and ) ( that ( you ( 'd ( know ( where ( she ( was now ) ) ) ) ) ) ) ) ) ? ) '' ) ) ) | (ROOT (S (CC But) (NP (PRP I)) (VP (VBD thought) (ADVP (RB maybe)) (SBAR (SBAR (S (NP (PRP it)) (VP (VBD was) (NP (NP (PRP$ her) (JJ back) (NN history)) (SBAR (S (NP (PRP you)) (VP (VBD were) (PP (IN after))))))))) (, ,) (CC and) (SBAR (IN that) (S (NP (PRP you)) (VP (MD 'd) (VP (VB know) (SBAR (WHADVP (WRB where)) (S (NP (PRP she)) (VP (VBD was) (ADVP (RB now))))))))))) (. ?) ('' ''))) | I did not think you would know where she was. | ( I ( ( ( did not ) ( think ( you ( would ( know ( where ( she was ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBD did) (RB not) (VP (VB think) (SBAR (S (NP (PRP you)) (VP (MD would) (VP (VB know) (SBAR (WHADVP (WRB where)) (S (NP (PRP she)) (VP (VBD was)))))))))) (. .))) | fiction | 2contradiction
|
45,178 | 45178e | The RLC ad says Forbes hurt the Republican Party in 1996 and will help the Democrats in 2000 by criticizing his GOP rivals. | ( ( The ( RLC ad ) ) ( ( says ( Forbes ( ( ( ( hurt ( the ( Republican Party ) ) ) ( in 1996 ) ) and ) ( will ( ( ( help ( the Democrats ) ) ( in 2000 ) ) ( by ( criticizing ( his ( GOP rivals ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP RLC) (NN ad)) (VP (VBZ says) (SBAR (S (NP (NNP Forbes)) (VP (VP (VBD hurt) (NP (DT the) (NNP Republican) (NNP Party)) (PP (IN in) (NP (CD 1996)))) (CC and) (VP (MD will) (VP (VB help) (NP (DT the) (NNPS Democrats)) (PP (IN in) (NP (CD 2000))) (PP (IN by) (S (VP (VBG criticizing) (NP (PRP$ his) (NNP GOP) (NNS rivals))))))))))) (. .))) | The ad says that Forbes did the Republican party a disservice in 1996. | ( ( The ad ) ( ( says ( that ( Forbes ( ( did ( the ( Republican party ) ) ) ( ( a disservice ) ( in 1996 ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN ad)) (VP (VBZ says) (SBAR (IN that) (S (NP (NNP Forbes)) (VP (VBD did) (NP (DT the) (JJ Republican) (NN party)) (NP (NP (DT a) (NN disservice)) (PP (IN in) (NP (CD 1996)))))))) (. .))) | slate | 0entailment
|
128,447 | 128447c | What so? So, this Jacek, he walks around and says he has only one woman. | ( ( ( ( What so ) ? ) ( So ( , ( this Jacek ) ) ) ) ( , ( he ( ( ( ( walks around ) and ) ( says ( he ( has ( only ( one woman ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (SBAR (X (SBARQ (WHNP (WP What)) (ADVP (RB so))) (. ?)) (S (ADVP (RB So)) (, ,) (NP (DT this)) (VP (VBD Jacek)))) (, ,) (NP (PRP he)) (VP (VP (VBZ walks) (PRT (RP around))) (CC and) (VP (VBZ says) (SBAR (S (NP (PRP he)) (VP (VBZ has) (NP (RB only) (CD one) (NN woman))))))) (. .))) | Jacek honestly told everyone that he has many women. | ( Jacek ( honestly ( ( ( told everyone ) ( that ( he ( has ( many women ) ) ) ) ) . ) ) ) | (ROOT (S (NP (NNP Jacek)) (ADVP (RB honestly)) (VP (VBD told) (NP (NN everyone)) (SBAR (IN that) (S (NP (PRP he)) (VP (VBZ has) (NP (JJ many) (NNS women)))))) (. .))) | fiction | 2contradiction
|
18,377 | 18377e | A short distance uphill brings you to the Baroque west front of the Iglesia de Santa Maraa (between the Calle Mayor and the Calle Jorge Juan). | ( ( A ( short distance ) ) ( uphill ( ( ( brings you ) ( to ( ( ( the ( Baroque ( west front ) ) ) ( of ( the ( Iglesia ( de ( Santa Maraa ) ) ) ) ) ) ( -LRB- ( ( between ( ( ( the ( Calle Mayor ) ) and ) ( the ( Calle ( Jorge Juan ) ) ) ) ) -RRB- ) ) ) ) ) . ) ) ) | (ROOT (S (NP (DT A) (JJ short) (NN distance)) (ADVP (RB uphill)) (VP (VBZ brings) (NP (PRP you)) (PP (TO to) (NP (NP (DT the) (NNP Baroque) (NN west) (NN front)) (PP (IN of) (NP (DT the) (NNP Iglesia) (IN de) (NNP Santa) (NNP Maraa))) (PRN (-LRB- -LRB-) (PP (IN between) (NP (NP (DT the) (NNP Calle) (NNP Mayor)) (CC and) (NP (DT the) (NNP Calle) (NNP Jorge) (NNP Juan)))) (-RRB- -RRB-))))) (. .))) | Iglesia de Santa Maraa is located uphill. | ( ( Iglesia ( de ( Santa Maraa ) ) ) ( ( is ( located uphill ) ) . ) ) | (ROOT (S (NP (NNP Iglesia) (IN de) (NNP Santa) (NNP Maraa)) (VP (VBZ is) (VP (VBN located) (ADVP (RB uphill)))) (. .))) | travel | 0entailment
|
57,940 | 57940n | Since most movies are bad (both in the subjective aesthetic sense and in the cruder sense of being unpopular), discounting the bad ones would bleed revenue while probably not persuading many moviegoers to make the tradeoff between quality and cost. | ( ( Since ( ( ( most movies ) ( are bad ) ) ( -LRB- ( ( both ( ( ( in ( the ( subjective ( aesthetic sense ) ) ) ) and ) ( in ( ( the ( cruder sense ) ) ( of ( being unpopular ) ) ) ) ) ) -RRB- ) ) ) ) ( , ( ( discounting ( the ( bad ones ) ) ) ( ( would ( ( ( bleed revenue ) ( while ( probably not ) ) ) ( ( persuading ( many moviegoers ) ) ( to ( make ( ( the tradeoff ) ( between ( ( quality and ) cost ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (PP (IN Since) (NP (NP (JJS most) (NNS movies)) (SBAR (S (VP (VBP are) (ADJP (JJ bad))))) (PRN (-LRB- -LRB-) (NP (NP (DT both)) (PP (PP (IN in) (NP (DT the) (JJ subjective) (JJ aesthetic) (NN sense))) (CC and) (PP (IN in) (NP (NP (DT the) (NN cruder) (NN sense)) (PP (IN of) (S (VP (VBG being) (ADJP (JJ unpopular))))))))) (-RRB- -RRB-)))) (, ,) (S (VP (VBG discounting) (NP (DT the) (JJ bad) (NNS ones)))) (VP (MD would) (VP (VB bleed) (NP (NN revenue)) (SBAR (IN while) (FRAG (ADVP (RB probably)) (RB not))) (S (VP (VBG persuading) (NP (JJ many) (NNS moviegoers)) (S (VP (TO to) (VP (VB make) (NP (NP (DT the) (NN tradeoff)) (PP (IN between) (NP (NN quality) (CC and) (NN cost))))))))))) (. .))) | I think there would be some advantages to discounting bad movies. | ( I ( ( think ( there ( would ( be ( ( some advantages ) ( to ( discounting ( bad movies ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBP think) (SBAR (S (NP (EX there)) (VP (MD would) (VP (VB be) (NP (NP (DT some) (NNS advantages)) (PP (TO to) (NP (VBG discounting) (JJ bad) (NNS movies))))))))) (. .))) | slate | 1neutral
|
79,168 | 79168e | I shall go for that fellow Japp, when I next see him!" | ( I ( ( ( shall ( go ( for ( ( ( that ( fellow Japp ) ) , ) ( when ( I ( next ( see him ) ) ) ) ) ) ) ) ! ) '' ) ) | (ROOT (S (NP (PRP I)) (VP (MD shall) (VP (VB go) (PP (IN for) (NP (NP (DT that) (JJ fellow) (NN Japp)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP I)) (ADVP (RB next)) (VP (VBP see) (NP (PRP him))))))))) (. !) ('' ''))) | The narrator will go for him when he sees him next. | ( ( The narrator ) ( ( will ( ( go ( for him ) ) ( when ( he ( sees ( him next ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NN narrator)) (VP (MD will) (VP (VB go) (PP (IN for) (NP (PRP him))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBZ sees) (S (NP (PRP him)) (ADJP (JJ next)))))))) (. .))) | fiction | 0entailment
|
6,619 | 6619c | Time goes Oprah-overboard with four articles on the talk show host and her new movie of Toni Morrison's Beloved (about a runaway slave dealing with motherhood). | ( Time ( ( goes ( Oprah-overboard ( with ( ( ( ( four articles ) ( on ( the ( talk ( show host ) ) ) ) ) and ) ( ( her ( new movie ) ) ( of ( ( ( Toni ( Morrison 's ) ) Beloved ) ( -LRB- ( ( about ( ( a ( runaway slave ) ) ( dealing ( with motherhood ) ) ) ) -RRB- ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP Time)) (VP (VBZ goes) (ADJP (JJ Oprah-overboard) (PP (IN with) (NP (NP (NP (CD four) (NNS articles)) (PP (IN on) (NP (DT the) (NN talk) (NN show) (NN host)))) (CC and) (NP (NP (PRP$ her) (JJ new) (NN movie)) (PP (IN of) (NP (NP (NP (NNP Toni) (NNP Morrison) (POS 's)) (NNP Beloved)) (PRN (-LRB- -LRB-) (PP (IN about) (NP (NP (DT a) (JJ runaway) (NN slave)) (VP (VBG dealing) (PP (IN with) (NP (NN motherhood)))))) (-RRB- -RRB-))))))))) (. .))) | Time wrote four articles about Jerry Springer. | ( Time ( ( ( wrote ( four articles ) ) ( about ( Jerry Springer ) ) ) . ) ) | (ROOT (S (NP (NNP Time)) (VP (VBD wrote) (NP (CD four) (NNS articles)) (PP (IN about) (NP (NNP Jerry) (NNP Springer)))) (. .))) | slate | 2contradiction
|
60,706 | 60706c | Divorces and custody battles are simply out of their financial reach. | ( ( Divorces ( and ( custody battles ) ) ) ( ( ( are simply ) ( out ( of ( their ( financial reach ) ) ) ) ) . ) ) | (ROOT (S (NP (NNS Divorces) (CC and) (NN custody) (NNS battles)) (VP (VBP are) (ADVP (RB simply)) (ADJP (IN out) (PP (IN of) (NP (PRP$ their) (JJ financial) (NN reach))))) (. .))) | They were each willing to spend whatever it took to be divorced. | ( They ( ( ( were each ) ( willing ( to ( spend ( whatever ( it ( took ( to ( be divorced ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP They)) (VP (VBD were) (ADVP (DT each)) (ADJP (JJ willing) (S (VP (TO to) (VP (VB spend) (SBAR (WHNP (WDT whatever)) (S (NP (PRP it)) (VP (VBD took) (S (VP (TO to) (VP (VB be) (ADJP (VBN divorced))))))))))))) (. .))) | government | 2contradiction
|
22,813 | 22813e | (In an earlier Slate column, Be Fruitful and Multiply, I argued that we should reproduce more quickly because it would improve living standards for existing people. | ( -LRB- ( ( In ( ( ( ( ( an ( earlier ( Slate column ) ) ) , ) ( Be Fruitful ) ) and ) Multiply ) ) ( , ( I ( ( argued ( that ( we ( should ( reproduce ( ( more quickly ) ( because ( it ( would ( improve ( ( living standards ) ( for ( existing people ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) ) ) | (ROOT (S (-LRB- -LRB-) (PP (IN In) (NP (NP (DT an) (JJR earlier) (NNP Slate) (NN column)) (, ,) (NP (NNP Be) (NNP Fruitful)) (CC and) (NP (NNP Multiply)))) (, ,) (NP (PRP I)) (VP (VBD argued) (SBAR (IN that) (S (NP (PRP we)) (VP (MD should) (VP (VB reproduce) (ADVP (ADVP (RBR more) (RB quickly)) (SBAR (IN because) (S (NP (PRP it)) (VP (MD would) (VP (VB improve) (NP (NP (VBG living) (NNS standards)) (PP (IN for) (NP (VBG existing) (NNS people)))))))))))))) (. .))) | In a previous Slate column it was argued that increased reproduction would make living standards better for the people already here. | ( ( In ( a ( previous ( Slate column ) ) ) ) ( it ( ( was ( argued ( that ( ( increased reproduction ) ( would ( ( ( make ( living standards ) ) ( better ( ( for ( the people ) ) already ) ) ) here ) ) ) ) ) ) . ) ) ) | (ROOT (S (PP (IN In) (NP (DT a) (JJ previous) (NNP Slate) (NN column))) (NP (PRP it)) (VP (VBD was) (VP (VBN argued) (SBAR (IN that) (S (NP (VBN increased) (NN reproduction)) (VP (MD would) (VP (VB make) (NP (NN living) (NNS standards)) (ADVP (ADVP (RBR better)) (PP (IN for) (NP (DT the) (NNS people)) (ADVP (RB already)))) (ADVP (RB here)))))))) (. .))) | slate | 0entailment
|
27,308 | 27308c | Since everyone who matters presumably knows all about who backs the Milliken Men and why, why does their advice still get taken? | ( ( Since ( ( everyone ( who ( matters presumably ) ) ) ( knows ( ( ( ( all ( about who ) ) ( backs ( the ( Milliken Men ) ) ) ) and ) why ) ) ) ) ( , ( why ( ( ( ( does ( their advice ) ) still ) ( get taken ) ) ? ) ) ) ) | (ROOT (SBARQ (SBAR (IN Since) (S (NP (NP (NN everyone)) (SBAR (WHNP (WP who)) (S (VP (VBZ matters) (ADVP (RB presumably)))))) (VP (VBZ knows) (SBAR (SBAR (WHNP (DT all) (WHPP (IN about) (WHNP (WP who)))) (S (VP (VBZ backs) (NP (DT the) (NNP Milliken) (NN Men))))) (CC and) (SBAR (WHADVP (WRB why))))))) (, ,) (WHADVP (WRB why)) (SQ (VBZ does) (NP (PRP$ their) (NN advice)) (ADVP (RB still)) (VP (VB get) (VP (VBN taken)))) (. ?))) | People who matter no nothing about who backs the Milliken Men. | ( ( People ( who ( matter ( ( no nothing ) ( about who ) ) ) ) ) ( ( backs ( the ( Milliken Men ) ) ) . ) ) | (ROOT (S (NP (NP (NNS People)) (SBAR (WHNP (WP who)) (S (VP (VBP matter) (NP (NP (DT no) (NN nothing)) (WHPP (IN about) (WHNP (WP who)))))))) (VP (VBZ backs) (NP (DT the) (NNP Milliken) (NN Men))) (. .))) | slate | 2contradiction
|
41,680 | 41680e | and um you know then you only had to pay the it for us it was a five dollar copayment every time you went to the doctor and uh three dollars for the prescriptions | ( and ( um ( you ( know ( then ( you ( only ( had ( to ( ( ( pay ( ( ( the it ) ( for us ) ) ( it ( was ( ( ( a ( five ( dollar copayment ) ) ) ( every time ) ) ( you ( went ( to ( the doctor ) ) ) ) ) ) ) ) ) and ) ( uh ( ( three dollars ) ( for ( the prescriptions ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (FRAG (CC and) (NP (NP (NN um)) (SBAR (S (NP (PRP you)) (VP (VBP know) (S (ADVP (RB then)) (NP (PRP you)) (VP (ADVP (RB only)) (VBD had) (S (VP (TO to) (VP (VP (VB pay) (NP (NP (DT the) (PRP it)) (PP (IN for) (NP (PRP us))) (SBAR (S (NP (PRP it)) (VP (VBD was) (NP (NP (NP (DT a) (CD five) (NN dollar) (NN copayment)) (NP (DT every) (NN time))) (SBAR (S (NP (PRP you)) (VP (VBD went) (PP (TO to) (NP (DT the) (NN doctor)))))))))))) (CC and) (VP (VB uh) (NP (NP (CD three) (NNS dollars)) (PP (IN for) (NP (DT the) (NNS prescriptions)))))))))))))))) | Each doctor visit was $5 and each prescription was $3. | ( ( ( ( ( Each ( doctor visit ) ) ( was ( $ 5 ) ) ) and ) ( ( each prescription ) ( was ( $ 3 ) ) ) ) . ) | (ROOT (S (S (NP (DT Each) (NN doctor) (NN visit)) (VP (VBD was) (NP ($ $) (CD 5)))) (CC and) (S (NP (DT each) (NN prescription)) (VP (VBD was) (NP ($ $) (CD 3)))) (. .))) | telephone | 0entailment
|
49,136 | 49136c | David Hall, director of Texas Rural Legal Aid in Weslaco, said legal services for the poor in the Rio Grande Valley are inadequate and need a dramatic increase in funding. | ( ( ( ( ( David Hall ) , ) ( director ( of ( ( Texas ( Rural ( Legal Aid ) ) ) ( in Weslaco ) ) ) ) ) , ) ( ( said ( ( ( legal services ) ( for ( ( the poor ) ( in ( the ( Rio ( Grande Valley ) ) ) ) ) ) ) ( ( ( are inadequate ) and ) ( need ( ( a ( dramatic increase ) ) ( in funding ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (NNP David) (NNP Hall)) (, ,) (NP (NP (NN director)) (PP (IN of) (NP (NP (NNP Texas) (NNP Rural) (NNP Legal) (NNP Aid)) (PP (IN in) (NP (NNP Weslaco)))))) (, ,)) (VP (VBD said) (SBAR (S (NP (NP (JJ legal) (NNS services)) (PP (IN for) (NP (NP (DT the) (JJ poor)) (PP (IN in) (NP (DT the) (NNP Rio) (NNP Grande) (NNP Valley)))))) (VP (VP (VBP are) (ADJP (JJ inadequate))) (CC and) (VP (VBP need) (NP (NP (DT a) (JJ dramatic) (NN increase)) (PP (IN in) (NP (NN funding))))))))) (. .))) | The Rio Grande Valley has excellent legal services for the poor. | ( ( The ( Rio ( Grande Valley ) ) ) ( ( has ( ( excellent ( legal services ) ) ( for ( the poor ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP Rio) (NNP Grande) (NNP Valley)) (VP (VBZ has) (NP (NP (JJ excellent) (JJ legal) (NNS services)) (PP (IN for) (NP (DT the) (JJ poor))))) (. .))) | government | 2contradiction
|
112,228 | 112228c | I cut him off. | ( I ( ( ( cut him ) off ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBD cut) (NP (PRP him)) (PRT (RP off))) (. .))) | I let him continue. | ( I ( ( let ( him continue ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBD let) (SBAR (S (NP (PRP him)) (VP (VBP continue))))) (. .))) | fiction | 2contradiction
|
100,786 | 100786e | To refrain from purchasing one would insult the working class and dishonor the labor of our fathers' fathers! | ( ( To ( refrain ( from ( purchasing one ) ) ) ) ( ( would ( ( ( insult ( the ( working class ) ) ) and ) ( dishonor ( ( the labor ) ( of ( ( our ( fathers ' ) ) fathers ) ) ) ) ) ) ! ) ) | (ROOT (S (S (VP (TO To) (VP (VB refrain) (PP (IN from) (S (VP (VBG purchasing) (NP (CD one)))))))) (VP (MD would) (VP (VP (VB insult) (NP (DT the) (VBG working) (NN class))) (CC and) (VP (VB dishonor) (NP (NP (DT the) (NN labor)) (PP (IN of) (NP (NP (PRP$ our) (NNS fathers) (POS ')) (NNS fathers))))))) (. !))) | The working class benefit from sales and purchases. | ( ( The ( working class ) ) ( ( benefit ( from ( ( sales and ) purchases ) ) ) . ) ) | (ROOT (S (NP (DT The) (VBG working) (NN class)) (VP (VBP benefit) (PP (IN from) (NP (NNS sales) (CC and) (NNS purchases)))) (. .))) | slate | 0entailment
|
76,591 | 76591e | I was never so glad to see anyone. | ( I ( ( ( was never ) ( so ( glad ( to ( see anyone ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBD was) (ADVP (RB never)) (ADJP (RB so) (JJ glad) (S (VP (TO to) (VP (VB see) (NP (NN anyone))))))) (. .))) | What a joy it was to see him again. | ( ( ( What ( a joy ) ) ( it ( was ( to ( ( see him ) again ) ) ) ) ) . ) | (ROOT (FRAG (SBAR (X (X (WP What)) (NP (DT a) (NN joy))) (S (NP (PRP it)) (VP (VBD was) (S (VP (TO to) (VP (VB see) (NP (PRP him)) (ADVP (RB again)))))))) (. .))) | fiction | 0entailment
|
11,340 | 11340c | Little fool, she would apostrophize herself, "don't snivel. | ( ( Little fool ) ( ( , ( ( ( she ( would ( apostrophize herself ) ) ) , ) `` ) ) ( ( ( do n't ) snivel ) . ) ) ) | (ROOT (S (NP (JJ Little) (NN fool)) (PRN (, ,) (S (NP (PRP she)) (VP (MD would) (VP (VB apostrophize) (NP (PRP herself))))) (, ,) (`` ``)) (VP (VBP do) (RB n't) (VP (VB snivel))) (. .))) | She congratulated herself on her ability to remain calm and clear-headed. | ( She ( ( ( congratulated herself ) ( on ( her ( ability ( to ( remain ( ( calm and ) clear-headed ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP She)) (VP (VBD congratulated) (NP (PRP herself)) (PP (IN on) (NP (PRP$ her) (NN ability) (S (VP (TO to) (VP (VB remain) (ADJP (JJ calm) (CC and) (JJ clear-headed)))))))) (. .))) | fiction | 2contradiction
|
97,364 | 97364c | The magnificent Raj Bhavan (Governor's Residence), which you can find due north of the Maidan, copied famous Kedleston Hall in Derbyshire. | ( ( ( ( ( ( The ( magnificent ( Raj Bhavan ) ) ) ( -LRB- ( ( ( Governor 's ) Residence ) -RRB- ) ) ) , ) ( which ( you ( can ( ( find ( due north ) ) ( of ( the Maidan ) ) ) ) ) ) ) , ) ( ( copied ( famous ( ( Kedleston Hall ) ( in Derbyshire ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (JJ magnificent) (NNP Raj) (NNP Bhavan)) (PRN (-LRB- -LRB-) (NP (NP (NNP Governor) (POS 's)) (NN Residence)) (-RRB- -RRB-)) (, ,) (SBAR (WHNP (WDT which)) (S (NP (PRP you)) (VP (MD can) (VP (VB find) (ADVP (RB due) (RB north)) (PP (IN of) (NP (DT the) (NNP Maidan))))))) (, ,)) (VP (VBN copied) (S (ADJP (JJ famous)) (NP (NP (NNP Kedleston) (NNP Hall)) (PP (IN in) (NP (NNP Derbyshire)))))) (. .))) | The Raj Bhavan looks nothing like Kedleston Hall in Derbyshire. | ( ( The ( Raj Bhavan ) ) ( ( ( looks nothing ) ( like ( ( Kedleston Hall ) ( in Derbyshire ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNP Raj) (NNP Bhavan)) (VP (VBZ looks) (NP (NN nothing)) (PP (IN like) (NP (NP (NNP Kedleston) (NNP Hall)) (PP (IN in) (NP (NNP Derbyshire)))))) (. .))) | travel | 2contradiction
|
25,345 | 25345c | For reasons of economy she did not take a bus. | ( ( For ( reasons ( of economy ) ) ) ( she ( ( ( did not ) ( take ( a bus ) ) ) . ) ) ) | (ROOT (S (PP (IN For) (NP (NP (NNS reasons)) (PP (IN of) (NP (NN economy))))) (NP (PRP she)) (VP (VBD did) (RB not) (VP (VB take) (NP (DT a) (NN bus)))) (. .))) | She always rode in limousines because she could afford to. | ( She ( always ( ( ( rode ( in limousines ) ) ( because ( she ( could ( afford to ) ) ) ) ) . ) ) ) | (ROOT (S (NP (PRP She)) (ADVP (RB always)) (VP (VBD rode) (PP (IN in) (NP (NNS limousines))) (SBAR (IN because) (S (NP (PRP she)) (VP (MD could) (VP (VB afford) (PP (TO to))))))) (. .))) | fiction | 2contradiction
|
96,305 | 96305n | I had to fight the rest of the match with my guts out. | ( I ( ( had ( to ( ( fight ( ( the rest ) ( of ( ( the match ) ( with ( my guts ) ) ) ) ) ) out ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBD had) (S (VP (TO to) (VP (VB fight) (NP (NP (DT the) (NN rest)) (PP (IN of) (NP (NP (DT the) (NN match)) (PP (IN with) (NP (PRP$ my) (NNS guts)))))) (PRT (RP out)))))) (. .))) | I fought the match one-handed, as the other hand was holding my intestines in. | ( I ( ( ( ( fought ( ( the match ) one-handed ) ) , ) ( as ( ( the ( other hand ) ) ( was ( ( holding ( my intestines ) ) in ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBD fought) (S (NP (DT the) (NN match)) (ADJP (JJ one-handed))) (, ,) (SBAR (IN as) (S (NP (DT the) (JJ other) (NN hand)) (VP (VBD was) (VP (VBG holding) (NP (PRP$ my) (NNS intestines)) (PRT (RP in))))))) (. .))) | fiction | 1neutral
|
10,769 | 10769c | In addition, system administrators are the first line of defense against security intrusions and are generally in the best position to notice unusual activity that may indicate an intrusion or other security incident. | ( ( In addition ) ( , ( ( system administrators ) ( ( ( ( ( are ( ( the ( first line ) ) ( of ( defense ( against ( security intrusions ) ) ) ) ) ) and ) ( ( are generally ) ( in ( the ( best position ) ) ) ) ) ( to ( notice ( ( unusual activity ) ( that ( may ( indicate ( an ( intrusion ( or ( other ( security incident ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (PP (IN In) (NP (NN addition))) (, ,) (NP (NN system) (NNS administrators)) (VP (VP (VBP are) (NP (NP (DT the) (JJ first) (NN line)) (PP (IN of) (NP (NP (NN defense)) (PP (IN against) (NP (NN security) (NNS intrusions))))))) (CC and) (VP (VBP are) (ADVP (RB generally)) (PP (IN in) (NP (DT the) (JJS best) (NN position)))) (S (VP (TO to) (VP (VB notice) (NP (NP (JJ unusual) (NN activity)) (SBAR (WHNP (WDT that)) (S (VP (MD may) (VP (VB indicate) (NP (DT an) (NN intrusion) (CC or) (JJ other) (NN security) (NN incident))))))))))) (. .))) | System administrators don't do anything to protect the organization. | ( ( System administrators ) ( ( ( do n't ) ( ( do anything ) ( to ( protect ( the organization ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP System) (NNS administrators)) (VP (VBP do) (RB n't) (VP (VB do) (NP (NN anything)) (S (VP (TO to) (VP (VB protect) (NP (DT the) (NN organization))))))) (. .))) | government | 2contradiction
|
109,092 | 109092n | Users of these products will need to step forward to help ensure the value of an enhanced financial reporting model and related auditor assurances for the effective functioning of U.S. capital markets. | ( ( Users ( of ( these products ) ) ) ( ( will ( need ( to ( ( step forward ) ( to ( help ( ensure ( ( the value ) ( of ( ( ( an ( enhanced ( financial ( reporting model ) ) ) ) and ) ( ( related ( auditor assurances ) ) ( for ( ( the ( effective functioning ) ) ( of ( U.S. ( capital markets ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (NNS Users)) (PP (IN of) (NP (DT these) (NNS products)))) (VP (MD will) (VP (VB need) (S (VP (TO to) (VP (VB step) (PRT (RP forward)) (S (VP (TO to) (VP (VB help) (VP (VB ensure) (NP (NP (DT the) (NN value)) (PP (IN of) (NP (NP (DT an) (VBN enhanced) (JJ financial) (NN reporting) (NN model)) (CC and) (NP (NP (VBN related) (NN auditor) (NNS assurances)) (PP (IN for) (NP (NP (DT the) (JJ effective) (NN functioning)) (PP (IN of) (NP (NNP U.S.) (NN capital) (NNS markets)))))))))))))))))) (. .))) | The users need to specify their annual income. | ( ( The users ) ( ( need ( to ( specify ( their ( annual income ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (NNS users)) (VP (VBP need) (S (VP (TO to) (VP (VB specify) (NP (PRP$ their) (JJ annual) (NN income)))))) (. .))) | government | 1neutral
|
94,954 | 94954c | Every one is, usually something absurd." | ( ( Every one ) ( ( ( ( ( is , ) usually ) ( something absurd ) ) . ) '' ) ) | (ROOT (S (NP (DT Every) (NN one)) (VP (VBZ is) (, ,) (ADVP (RB usually)) (ADJP (NP (NN something)) (JJ absurd))) (. .) ('' ''))) | It was quite normal. | ( It ( ( was ( quite normal ) ) . ) ) | (ROOT (S (NP (PRP It)) (VP (VBD was) (ADJP (RB quite) (JJ normal))) (. .))) | fiction | 2contradiction
|
129,839 | 129839e | so you think that they that those products should cost more | ( so ( you ( ( think ( that they ) ) ( that ( ( those products ) ( should ( cost more ) ) ) ) ) ) ) | (ROOT (SBAR (IN so) (S (NP (PRP you)) (VP (VBP think) (S (NP (DT that)) (NP (PRP they))) (SBAR (IN that) (S (NP (DT those) (NNS products)) (VP (MD should) (VP (VB cost) (NP (JJR more)))))))))) | So you think that those products should cost more? | ( So ( you ( ( think ( that ( ( those products ) ( should ( cost more ) ) ) ) ) ? ) ) ) | (ROOT (S (IN So) (NP (PRP you)) (VP (VBP think) (SBAR (IN that) (S (NP (DT those) (NNS products)) (VP (MD should) (VP (VB cost) (NP (JJR more))))))) (. ?))) | telephone | 0entailment
|
27,214 | 27214c | hum that's right yeah right and in the meantime for that entire year they've got the use of that money | ( hum ( that ( ( 's right ) ( ( ( yeah right ) and ) ( in ( ( the meantime ) ( ( for that ) ( ( entire year ) ( they ( 've ( got ( ( the use ) ( of ( that money ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (S (VP (VB hum) (SBAR (IN that) (S (VP (VBZ 's) (ADJP (JJ right)) (UCP (ADJP (JJ yeah) (JJ right)) (CC and) (PP (IN in) (NP (NP (DT the) (NN meantime)) (SBAR (WHPP (IN for) (WHNP (WDT that))) (S (NP (JJ entire) (NN year)) (NP (PRP they)) (VP (VBP 've) (VP (VBN got) (NP (NP (DT the) (NN use)) (PP (IN of) (NP (DT that) (NN money))))))))))))))))) | They weren't able to use the money at all. | ( They ( ( ( were n't ) ( able ( to ( ( use ( the money ) ) ( at all ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP They)) (VP (VBD were) (RB n't) (ADJP (JJ able) (S (VP (TO to) (VP (VB use) (NP (DT the) (NN money)) (ADVP (IN at) (DT all))))))) (. .))) | telephone | 2contradiction
|
91,932 | 91932e | At that point, Executive Editor Fred Taylor responded, I didn't know advertising was one of Exxon's philanthropic activities. | ( ( At ( that point ) ) ( ( , ( ( ( Executive ( Editor ( Fred Taylor ) ) ) responded ) , ) ) ( I ( ( ( did n't ) ( know ( advertising ( was ( one ( of ( ( Exxon 's ) ( philanthropic activities ) ) ) ) ) ) ) ) . ) ) ) ) | (ROOT (S (PP (IN At) (NP (DT that) (NN point))) (PRN (, ,) (S (NP (NNP Executive) (NNP Editor) (NNP Fred) (NNP Taylor)) (VP (VBD responded))) (, ,)) (NP (PRP I)) (VP (VBD did) (RB n't) (VP (VB know) (SBAR (S (NP (NN advertising)) (VP (VBD was) (NP (NP (CD one)) (PP (IN of) (NP (NP (NNP Exxon) (POS 's)) (JJ philanthropic) (NNS activities))))))))) (. .))) | Fred Taylor was the Executive Editor. | ( ( Fred Taylor ) ( ( was ( the ( Executive Editor ) ) ) . ) ) | (ROOT (S (NP (NNP Fred) (NNP Taylor)) (VP (VBD was) (NP (DT the) (NNP Executive) (NNP Editor))) (. .))) | slate | 0entailment
|
133,305 | 133305e | It's as if the poor will be victimized twice-once for being poor and again as victims of these funding cuts. | ( It ( ( 's ( ( ( as ( if ( ( the poor ) ( will ( be ( ( victimized twice-once ) ( for ( being poor ) ) ) ) ) ) ) ) and ) ( again ( as ( victims ( of ( these ( funding cuts ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP It)) (VP (VBZ 's) (UCP (SBAR (RB as) (IN if) (S (NP (DT the) (JJ poor)) (VP (MD will) (VP (VB be) (VP (VBN victimized) (ADVP (RB twice-once)) (PP (IN for) (S (VP (VBG being) (ADJP (JJ poor)))))))))) (CC and) (PP (ADVP (RB again)) (IN as) (NP (NP (NNS victims)) (PP (IN of) (NP (DT these) (VBG funding) (NNS cuts))))))) (. .))) | The poor were the ones to suffer the most. | ( ( The poor ) ( ( were ( the ( ones ( to ( suffer ( the most ) ) ) ) ) ) . ) ) | (ROOT (S (NP (DT The) (JJ poor)) (VP (VBD were) (NP (DT the) (NNS ones) (S (VP (TO to) (VP (VB suffer) (NP (DT the) (JJS most))))))) (. .))) | government | 0entailment
|
73,552 | 73552c | If the price was big enough. | ( ( If ( ( the price ) ( was ( big enough ) ) ) ) . ) | (ROOT (FRAG (SBAR (IN If) (S (NP (DT the) (NN price)) (VP (VBD was) (ADJP (JJ big) (RB enough))))) (. .))) | I'll do it for free. | ( I ( ( 'll ( ( do it ) ( for free ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (MD 'll) (VP (VB do) (NP (PRP it)) (PP (IN for) (ADJP (JJ free))))) (. .))) | fiction | 2contradiction
|
44,714 | 44714c | yeah that has its plusses for sure | ( yeah ( that ( ( has ( its plusses ) ) ( for sure ) ) ) ) | (ROOT (S (VP (VB yeah) (SBAR (IN that) (S (VP (VBZ has) (NP (PRP$ its) (NNS plusses)) (PP (IN for) (ADJP (JJ sure))))))))) | It definitely has its negatives. | ( It ( definitely ( ( has ( its negatives ) ) . ) ) ) | (ROOT (S (NP (PRP It)) (ADVP (RB definitely)) (VP (VBZ has) (NP (PRP$ its) (NNS negatives))) (. .))) | telephone | 2contradiction
|
36,668 | 36668c | i've never even tried that my if i don't have a reel with a button on it i tend to get so much backlash it's not worth the trouble | ( i ( ( 've never ) ( even ( tried ( that ( ( my ( if i ) ) ( ( do n't ) ( have ( ( a reel ) ( with ( ( a button ) ( ( on it ) ( i ( tend ( to ( ( get ( so ( much ( backlash ( it ( ( 's not ) worth ) ) ) ) ) ) ( the trouble ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) | (ROOT (S (NP (FW i)) (VP (VBP 've) (ADVP (RB never)) (VP (ADVP (RB even)) (VBN tried) (SBAR (IN that) (S (NP (PRP$ my) (ADJP (IN if)) (NN i)) (VP (VBP do) (RB n't) (VP (VB have) (NP (NP (DT a) (NN reel)) (PP (IN with) (NP (NP (DT a) (NN button)) (SBAR (WHPP (IN on) (WHNP (PRP it))) (S (NP (FW i)) (VP (VBP tend) (S (VP (TO to) (VP (VB get) (ADJP (RB so) (RB much) (JJ backlash) (SBAR (S (NP (PRP it)) (VP (VBZ 's) (RB not) (ADJP (JJ worth)))))) (NP (DT the) (NN trouble))))))))))))))))))) | I don't get any backlash when my reel doesn't have a button it. | ( I ( ( ( do n't ) ( ( get ( any backlash ) ) ( when ( ( my reel ) ( ( does n't ) ( have ( ( a button ) it ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB get) (NP (DT any) (NN backlash)) (SBAR (WHADVP (WRB when)) (S (NP (PRP$ my) (NN reel)) (VP (VBZ does) (RB n't) (VP (VB have) (S (NP (DT a) (NN button)) (NP (PRP it))))))))) (. .))) | telephone | 2contradiction
|
131,933 | 131933c | White Sox) and showcase the sport's stars in more cities, thereby boosting attendance and merchandise sales, which, in turn, will enable owners to satisfy players' skyrocketing salary demands. | ( ( White ( Sox ( -RRB- and ) ) ) ( ( ( ( showcase ( ( ( the ( sport 's ) ) stars ) ( in ( more cities ) ) ) ) , ) ( thereby ( boosting ( ( ( attendance ( and ( merchandise sales ) ) ) , ) ( which ( , ( ( in turn ) ( , ( will ( enable ( owners ( to ( satisfy ( ( players ' ) ( skyrocketing ( salary demands ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NNP White) (NNP Sox) (-RRB- -RRB-) (NNP and)) (VP (VBD showcase) (NP (NP (NP (DT the) (NN sport) (POS 's)) (NNS stars)) (PP (IN in) (NP (JJR more) (NNS cities)))) (, ,) (S (ADVP (RB thereby)) (VP (VBG boosting) (NP (NP (NN attendance) (CC and) (NN merchandise) (NNS sales)) (, ,) (SBAR (WHNP (WDT which)) (S (, ,) (PP (IN in) (NP (NN turn))) (, ,) (VP (MD will) (VP (VB enable) (S (NP (NNS owners)) (VP (TO to) (VP (VB satisfy) (NP (NP (NNS players) (POS ')) (JJ skyrocketing) (NN salary) (NNS demands))))))))))))) (. .))) | The amount of sales and attendance can be attributed to the team's lovable mascots. | ( ( ( The amount ) ( of ( ( sales and ) attendance ) ) ) ( ( can ( be ( attributed ( to ( ( the ( team 's ) ) ( lovable mascots ) ) ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (NN amount)) (PP (IN of) (NP (NNS sales) (CC and) (NN attendance)))) (VP (MD can) (VP (VB be) (VP (VBN attributed) (PP (TO to) (NP (NP (DT the) (NN team) (POS 's)) (JJ lovable) (NNS mascots)))))) (. .))) | slate | 2contradiction
|
140,477 | 140477n | And the British book reviews are more like publications revolving around literary life than mere reviews. | ( And ( ( the ( British ( book reviews ) ) ) ( ( ( are ( more ( like ( ( ( publications revolving ) around ) ( literary life ) ) ) ) ) ( than ( mere reviews ) ) ) . ) ) ) | (ROOT (S (CC And) (NP (DT the) (JJ British) (NN book) (NNS reviews)) (VP (VBP are) (ADJP (ADJP (JJR more)) (PP (IN like) (NP (NP (NNS publications)) (JJ revolving) (IN around) (NP (JJ literary) (NN life))))) (PP (IN than) (NP (JJ mere) (NNS reviews)))) (. .))) | British book reviews are not mere reviews. | ( ( British ( book reviews ) ) ( ( ( are not ) ( mere reviews ) ) . ) ) | (ROOT (S (NP (JJ British) (NN book) (NNS reviews)) (VP (VBP are) (RB not) (NP (JJ mere) (NNS reviews))) (. .))) | slate | 1neutral
|
56,226 | 56226e | Trinity's most important possession is the ninth-century Book of Kells. | ( ( ( Trinity 's ) ( ( most important ) possession ) ) ( ( is ( ( the ( ninth-century Book ) ) ( of Kells ) ) ) . ) ) | (ROOT (S (NP (NP (NNP Trinity) (POS 's)) (ADJP (RBS most) (JJ important)) (NN possession)) (VP (VBZ is) (NP (NP (DT the) (JJ ninth-century) (NN Book)) (PP (IN of) (NP (NNP Kells))))) (. .))) | The ninth-century Book of Kells is very important to Trinity. | ( ( ( The ( ninth-century Book ) ) ( of Kells ) ) ( ( is ( very ( important ( to Trinity ) ) ) ) . ) ) | (ROOT (S (NP (NP (DT The) (JJ ninth-century) (NN Book)) (PP (IN of) (NP (NNP Kells)))) (VP (VBZ is) (ADJP (RB very) (JJ important) (PP (TO to) (NP (NNP Trinity))))) (. .))) | travel | 0entailment
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.