instruction stringclasses 5
values | input stringlengths 1 527 | output stringlengths 2 930 | parse stringlengths 10 1.27k | hypo_depth int64 2 8 |
|---|---|---|---|---|
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In ancient times, Greece was the birthplace of Western culture. | ['In ancient times , Greece was the birthplace of Western culture .'] | (S (PP (IN In) (NP (JJ ancient) (NNS times))) (, ,) (NP (NNP Greece)) (VP (VBD was) (NP (NP (DT the) (NN birthplace)) (PP (IN of) (NP (JJ Western) (NN culture))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In ancient times, Greece was the birthplace of Western culture. | [] | (S (PP (IN In) (NP (JJ ancient) (NNS times))) (, ,) (NP (NNP Greece)) (VP (VBD was) (NP (NP (DT the) (NN birthplace)) (PP (IN of) (NP (JJ Western) (NN culture))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | In ancient times, Greece was the birthplace of Western culture. | [] | (S (PP (IN In) (NP (JJ ancient) (NNS times))) (, ,) (NP (NNP Greece)) (VP (VBD was) (NP (NP (DT the) (NN birthplace)) (PP (IN of) (NP (JJ Western) (NN culture))))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | In ancient times, Greece was the birthplace of Western culture. | ['In ancient times , Greece was the birthplace of Western culture .'] | (S (PP (IN In) (NP (JJ ancient) (NNS times))) (, ,) (NP (NNP Greece)) (VP (VBD was) (NP (NP (DT the) (NN birthplace)) (PP (IN of) (NP (JJ Western) (NN culture))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | In ancient times, Greece was the birthplace of Western culture. | [] | (S (PP (IN In) (NP (JJ ancient) (NNS times))) (, ,) (NP (NNP Greece)) (VP (VBD was) (NP (NP (DT the) (NN birthplace)) (PP (IN of) (NP (JJ Western) (NN culture))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | This makes Paris the fifth largest municipality in the European Union, following London, Berlin, Madrid and Rome. | ['This makes Paris the fifth largest municipality in the European Union , following London , Berlin , Madrid and Rome .', 'Paris the fifth largest municipality in the European Union , following London , Berlin , Madrid and Rome'] | (S (NP (DT This)) (VP (VBZ makes) (S (NP (NNP Paris)) (NP (NP (NP (DT the) (ADJP (JJ fifth) (JJS largest)) (NN municipality)) (PP (IN in) (NP (DT the) (NNP European) (NNP Union)))) (, ,) (PP (VBG following) (NP (NNP London) (, ,) (NNP Berlin) (, ,) (NNP Madrid) (CC and) (NNP Rome)))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | This makes Paris the fifth largest municipality in the European Union, following London, Berlin, Madrid and Rome. | [] | (S (NP (DT This)) (VP (VBZ makes) (S (NP (NNP Paris)) (NP (NP (NP (DT the) (ADJP (JJ fifth) (JJS largest)) (NN municipality)) (PP (IN in) (NP (DT the) (NNP European) (NNP Union)))) (, ,) (PP (VBG following) (NP (NNP London) (, ,) (NNP Berlin) (, ,) (NNP Madrid) (CC and) (NNP Rome)))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | This makes Paris the fifth largest municipality in the European Union, following London, Berlin, Madrid and Rome. | [] | (S (NP (DT This)) (VP (VBZ makes) (S (NP (NNP Paris)) (NP (NP (NP (DT the) (ADJP (JJ fifth) (JJS largest)) (NN municipality)) (PP (IN in) (NP (DT the) (NNP European) (NNP Union)))) (, ,) (PP (VBG following) (NP (NNP London) (, ,) (NNP Berlin) (, ,) (NNP Madrid) (CC and) (NNP Rome)))))) (. .)) | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | This makes Paris the fifth largest municipality in the European Union, following London, Berlin, Madrid and Rome. | ['This makes Paris the fifth largest municipality in the European Union , following London , Berlin , Madrid and Rome .'] | (S (NP (DT This)) (VP (VBZ makes) (S (NP (NNP Paris)) (NP (NP (NP (DT the) (ADJP (JJ fifth) (JJS largest)) (NN municipality)) (PP (IN in) (NP (DT the) (NNP European) (NNP Union)))) (, ,) (PP (VBG following) (NP (NNP London) (, ,) (NNP Berlin) (, ,) (NNP Madrid) (CC and) (NNP Rome)))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | This makes Paris the fifth largest municipality in the European Union, following London, Berlin, Madrid and Rome. | [] | (S (NP (DT This)) (VP (VBZ makes) (S (NP (NNP Paris)) (NP (NP (NP (DT the) (ADJP (JJ fifth) (JJS largest)) (NN municipality)) (PP (IN in) (NP (DT the) (NNP European) (NNP Union)))) (, ,) (PP (VBG following) (NP (NNP London) (, ,) (NNP Berlin) (, ,) (NNP Madrid) (CC and) (NNP Rome)))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | On their heads, they often wrap a colorful turban or wear the koofiyad, an embroidered fez. | ['On their heads , they often wrap a colorful turban or wear the koofiyad , an embroidered fez .'] | (S (PP (IN On) (NP (PRP$ their) (NNS heads))) (, ,) (NP (PRP they)) (ADVP (RB often)) (VP (VP (VBP wrap) (NP (DT a) (JJ colorful) (NN turban))) (CC or) (VP (VBP wear) (NP (NP (DT the) (NN koofiyad)) (, ,) (NP (DT an) (VBN embroidered) (NN fez))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | On their heads, they often wrap a colorful turban or wear the koofiyad, an embroidered fez. | [] | (S (PP (IN On) (NP (PRP$ their) (NNS heads))) (, ,) (NP (PRP they)) (ADVP (RB often)) (VP (VP (VBP wrap) (NP (DT a) (JJ colorful) (NN turban))) (CC or) (VP (VBP wear) (NP (NP (DT the) (NN koofiyad)) (, ,) (NP (DT an) (VBN embroidered) (NN fez))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | On their heads, they often wrap a colorful turban or wear the koofiyad, an embroidered fez. | [] | (S (PP (IN On) (NP (PRP$ their) (NNS heads))) (, ,) (NP (PRP they)) (ADVP (RB often)) (VP (VP (VBP wrap) (NP (DT a) (JJ colorful) (NN turban))) (CC or) (VP (VBP wear) (NP (NP (DT the) (NN koofiyad)) (, ,) (NP (DT an) (VBN embroidered) (NN fez))))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | On their heads, they often wrap a colorful turban or wear the koofiyad, an embroidered fez. | ['On their heads , they often wrap a colorful turban or wear the koofiyad , an embroidered fez .'] | (S (PP (IN On) (NP (PRP$ their) (NNS heads))) (, ,) (NP (PRP they)) (ADVP (RB often)) (VP (VP (VBP wrap) (NP (DT a) (JJ colorful) (NN turban))) (CC or) (VP (VBP wear) (NP (NP (DT the) (NN koofiyad)) (, ,) (NP (DT an) (VBN embroidered) (NN fez))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | On their heads, they often wrap a colorful turban or wear the koofiyad, an embroidered fez. | [] | (S (PP (IN On) (NP (PRP$ their) (NNS heads))) (, ,) (NP (PRP they)) (ADVP (RB often)) (VP (VP (VBP wrap) (NP (DT a) (JJ colorful) (NN turban))) (CC or) (VP (VBP wear) (NP (NP (DT the) (NN koofiyad)) (, ,) (NP (DT an) (VBN embroidered) (NN fez))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Oklahoma City Fire Department responds to over 70,000 emergency calls annually. | ['The Oklahoma City Fire Department responds to over 70,000 emergency calls annually .'] | (S (NP (DT The) (NML (NNP Oklahoma) (NNP City)) (NNP Fire) (NNP Department)) (VP (VBZ responds) (PP (IN to) (NP (QP (IN over) (CD 70,000)) (NN emergency) (NNS calls))) (ADVP (RB annually))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Oklahoma City Fire Department responds to over 70,000 emergency calls annually. | [] | (S (NP (DT The) (NML (NNP Oklahoma) (NNP City)) (NNP Fire) (NNP Department)) (VP (VBZ responds) (PP (IN to) (NP (QP (IN over) (CD 70,000)) (NN emergency) (NNS calls))) (ADVP (RB annually))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Oklahoma City Fire Department responds to over 70,000 emergency calls annually. | [] | (S (NP (DT The) (NML (NNP Oklahoma) (NNP City)) (NNP Fire) (NNP Department)) (VP (VBZ responds) (PP (IN to) (NP (QP (IN over) (CD 70,000)) (NN emergency) (NNS calls))) (ADVP (RB annually))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The Oklahoma City Fire Department responds to over 70,000 emergency calls annually. | ['The Oklahoma City Fire Department responds to over 70,000 emergency calls annually .'] | (S (NP (DT The) (NML (NNP Oklahoma) (NNP City)) (NNP Fire) (NNP Department)) (VP (VBZ responds) (PP (IN to) (NP (QP (IN over) (CD 70,000)) (NN emergency) (NNS calls))) (ADVP (RB annually))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Oklahoma City Fire Department responds to over 70,000 emergency calls annually. | [] | (S (NP (DT The) (NML (NNP Oklahoma) (NNP City)) (NNP Fire) (NNP Department)) (VP (VBZ responds) (PP (IN to) (NP (QP (IN over) (CD 70,000)) (NN emergency) (NNS calls))) (ADVP (RB annually))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The dry and mild climate of San Diego makes cycling a convenient and pleasant year-round option. | ['The dry and mild climate of San Diego makes cycling a convenient and pleasant year - round option .', 'cycling a convenient and pleasant year - round option'] | (S (NP (NP (DT The) (ADJP (JJ dry) (CC and) (JJ mild)) (NN climate)) (PP (IN of) (NP (NNP San) (NNP Diego)))) (VP (VBZ makes) (S (NP (NN cycling)) (NP (DT a) (ADJP (JJ convenient) (CC and) (JJ pleasant)) (NML (NN year) (HYPH -) (JJ round)) (NN option)))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The dry and mild climate of San Diego makes cycling a convenient and pleasant year-round option. | [] | (S (NP (NP (DT The) (ADJP (JJ dry) (CC and) (JJ mild)) (NN climate)) (PP (IN of) (NP (NNP San) (NNP Diego)))) (VP (VBZ makes) (S (NP (NN cycling)) (NP (DT a) (ADJP (JJ convenient) (CC and) (JJ pleasant)) (NML (NN year) (HYPH -) (JJ round)) (NN option)))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The dry and mild climate of San Diego makes cycling a convenient and pleasant year-round option. | [] | (S (NP (NP (DT The) (ADJP (JJ dry) (CC and) (JJ mild)) (NN climate)) (PP (IN of) (NP (NNP San) (NNP Diego)))) (VP (VBZ makes) (S (NP (NN cycling)) (NP (DT a) (ADJP (JJ convenient) (CC and) (JJ pleasant)) (NML (NN year) (HYPH -) (JJ round)) (NN option)))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The dry and mild climate of San Diego makes cycling a convenient and pleasant year-round option. | ['The dry and mild climate of San Diego makes cycling a convenient and pleasant year - round option .'] | (S (NP (NP (DT The) (ADJP (JJ dry) (CC and) (JJ mild)) (NN climate)) (PP (IN of) (NP (NNP San) (NNP Diego)))) (VP (VBZ makes) (S (NP (NN cycling)) (NP (DT a) (ADJP (JJ convenient) (CC and) (JJ pleasant)) (NML (NN year) (HYPH -) (JJ round)) (NN option)))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The dry and mild climate of San Diego makes cycling a convenient and pleasant year-round option. | [] | (S (NP (NP (DT The) (ADJP (JJ dry) (CC and) (JJ mild)) (NN climate)) (PP (IN of) (NP (NNP San) (NNP Diego)))) (VP (VBZ makes) (S (NP (NN cycling)) (NP (DT a) (ADJP (JJ convenient) (CC and) (JJ pleasant)) (NML (NN year) (HYPH -) (JJ round)) (NN option)))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Piedmont is especially notorious for sleet and freezing rain. | ['The Piedmont is especially notorious for sleet and freezing rain .'] | (S (NP (DT The) (NNP Piedmont)) (VP (VBZ is) (ADJP (RB especially) (JJ notorious) (PP (IN for) (NP (NP (NN sleet)) (CC and) (NP (JJ freezing) (NN rain)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Piedmont is especially notorious for sleet and freezing rain. | [] | (S (NP (DT The) (NNP Piedmont)) (VP (VBZ is) (ADJP (RB especially) (JJ notorious) (PP (IN for) (NP (NP (NN sleet)) (CC and) (NP (JJ freezing) (NN rain)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Piedmont is especially notorious for sleet and freezing rain. | [] | (S (NP (DT The) (NNP Piedmont)) (VP (VBZ is) (ADJP (RB especially) (JJ notorious) (PP (IN for) (NP (NP (NN sleet)) (CC and) (NP (JJ freezing) (NN rain)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The Piedmont is especially notorious for sleet and freezing rain. | ['The Piedmont is especially notorious for sleet and freezing rain .'] | (S (NP (DT The) (NNP Piedmont)) (VP (VBZ is) (ADJP (RB especially) (JJ notorious) (PP (IN for) (NP (NP (NN sleet)) (CC and) (NP (JJ freezing) (NN rain)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Piedmont is especially notorious for sleet and freezing rain. | [] | (S (NP (DT The) (NNP Piedmont)) (VP (VBZ is) (ADJP (RB especially) (JJ notorious) (PP (IN for) (NP (NP (NN sleet)) (CC and) (NP (JJ freezing) (NN rain)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Boston Latin School, established 1635, is the oldest public high school in the US; Boston also operates the United States' second oldest public high school, and its oldest public elementary school. | ["The Boston Latin School , established 1635 , is the oldest public high school in the US ; Boston also operates the United States ' second oldest public high school , and its oldest public elementary school .", 'The Boston Latin School , established 1635 , is the oldest public high school in the US', "Boston also oper... | (S (S (NP (NP (DT The) (NNP Boston) (NNP Latin) (NNP School)) (, ,) (VP (VBN established) (NP (CD 1635))) (, ,)) (VP (VBZ is) (NP (NP (DT the) (JJS oldest) (JJ public) (JJ high) (NN school)) (PP (IN in) (NP (DT the) (NNP US)))))) (: ;) (S (NP (NNP Boston)) (ADVP (RB also)) (VP (VBZ operates) (NP (NP (NP (DT the) (NNP U... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Boston Latin School, established 1635, is the oldest public high school in the US; Boston also operates the United States' second oldest public high school, and its oldest public elementary school. | [] | (S (S (NP (NP (DT The) (NNP Boston) (NNP Latin) (NNP School)) (, ,) (VP (VBN established) (NP (CD 1635))) (, ,)) (VP (VBZ is) (NP (NP (DT the) (JJS oldest) (JJ public) (JJ high) (NN school)) (PP (IN in) (NP (DT the) (NNP US)))))) (: ;) (S (NP (NNP Boston)) (ADVP (RB also)) (VP (VBZ operates) (NP (NP (NP (DT the) (NNP U... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Boston Latin School, established 1635, is the oldest public high school in the US; Boston also operates the United States' second oldest public high school, and its oldest public elementary school. | [] | (S (S (NP (NP (DT The) (NNP Boston) (NNP Latin) (NNP School)) (, ,) (VP (VBN established) (NP (CD 1635))) (, ,)) (VP (VBZ is) (NP (NP (DT the) (JJS oldest) (JJ public) (JJ high) (NN school)) (PP (IN in) (NP (DT the) (NNP US)))))) (: ;) (S (NP (NNP Boston)) (ADVP (RB also)) (VP (VBZ operates) (NP (NP (NP (DT the) (NNP U... | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The Boston Latin School, established 1635, is the oldest public high school in the US; Boston also operates the United States' second oldest public high school, and its oldest public elementary school. | ["The Boston Latin School , established 1635 , is the oldest public high school in the US ; Boston also operates the United States ' second oldest public high school , and its oldest public elementary school ."] | (S (S (NP (NP (DT The) (NNP Boston) (NNP Latin) (NNP School)) (, ,) (VP (VBN established) (NP (CD 1635))) (, ,)) (VP (VBZ is) (NP (NP (DT the) (JJS oldest) (JJ public) (JJ high) (NN school)) (PP (IN in) (NP (DT the) (NNP US)))))) (: ;) (S (NP (NNP Boston)) (ADVP (RB also)) (VP (VBZ operates) (NP (NP (NP (DT the) (NNP U... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Boston Latin School, established 1635, is the oldest public high school in the US; Boston also operates the United States' second oldest public high school, and its oldest public elementary school. | [] | (S (S (NP (NP (DT The) (NNP Boston) (NNP Latin) (NNP School)) (, ,) (VP (VBN established) (NP (CD 1635))) (, ,)) (VP (VBZ is) (NP (NP (DT the) (JJS oldest) (JJ public) (JJ high) (NN school)) (PP (IN in) (NP (DT the) (NNP US)))))) (: ;) (S (NP (NNP Boston)) (ADVP (RB also)) (VP (VBZ operates) (NP (NP (NP (DT the) (NNP U... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | They perform synchronized, choreographed routines. | ['They perform synchronized , choreographed routines .'] | (S (NP (PRP They)) (VP (VBP perform) (NP (VBN synchronized) (, ,) (VBN choreographed) (NNS routines))) (. .)) | 4 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | They perform synchronized, choreographed routines. | [] | (S (NP (PRP They)) (VP (VBP perform) (NP (VBN synchronized) (, ,) (VBN choreographed) (NNS routines))) (. .)) | 4 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | They perform synchronized, choreographed routines. | [] | (S (NP (PRP They)) (VP (VBP perform) (NP (VBN synchronized) (, ,) (VBN choreographed) (NNS routines))) (. .)) | 4 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | They perform synchronized, choreographed routines. | ['They perform synchronized , choreographed routines .'] | (S (NP (PRP They)) (VP (VBP perform) (NP (VBN synchronized) (, ,) (VBN choreographed) (NNS routines))) (. .)) | 4 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | They perform synchronized, choreographed routines. | [] | (S (NP (PRP They)) (VP (VBP perform) (NP (VBN synchronized) (, ,) (VBN choreographed) (NNS routines))) (. .)) | 4 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | To the south and east of it is the Democratic Republic of Congo. | ['To the south and east of it is the Democratic Republic of Congo .'] | (SINV (PP (IN To) (NP (NP (DT the) (NN south) (CC and) (JJ east)) (PP (IN of) (NP (PRP it))))) (VP (VBZ is)) (NP (NP (DT the) (NNP Democratic) (NNP Republic)) (PP (IN of) (NP (NNP Congo)))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | To the south and east of it is the Democratic Republic of Congo. | [] | (SINV (PP (IN To) (NP (NP (DT the) (NN south) (CC and) (JJ east)) (PP (IN of) (NP (PRP it))))) (VP (VBZ is)) (NP (NP (DT the) (NNP Democratic) (NNP Republic)) (PP (IN of) (NP (NNP Congo)))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | To the south and east of it is the Democratic Republic of Congo. | [] | (SINV (PP (IN To) (NP (NP (DT the) (NN south) (CC and) (JJ east)) (PP (IN of) (NP (PRP it))))) (VP (VBZ is)) (NP (NP (DT the) (NNP Democratic) (NNP Republic)) (PP (IN of) (NP (NNP Congo)))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | To the south and east of it is the Democratic Republic of Congo. | ['To the south and east of it is the Democratic Republic of Congo .'] | (SINV (PP (IN To) (NP (NP (DT the) (NN south) (CC and) (JJ east)) (PP (IN of) (NP (PRP it))))) (VP (VBZ is)) (NP (NP (DT the) (NNP Democratic) (NNP Republic)) (PP (IN of) (NP (NNP Congo)))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | To the south and east of it is the Democratic Republic of Congo. | [] | (SINV (PP (IN To) (NP (NP (DT the) (NN south) (CC and) (JJ east)) (PP (IN of) (NP (PRP it))))) (VP (VBZ is)) (NP (NP (DT the) (NNP Democratic) (NNP Republic)) (PP (IN of) (NP (NNP Congo)))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Florida is among the three states with the most severe felony disenfranchisement laws. | ['Florida is among the three states with the most severe felony disenfranchisement laws .'] | (S (NP (NNP Florida)) (VP (VBZ is) (PP (IN among) (NP (NP (DT the) (CD three) (NNS states)) (PP (IN with) (NP (DT the) (ADJP (RBS most) (JJ severe)) (NN felony) (NN disenfranchisement) (NNS laws)))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Florida is among the three states with the most severe felony disenfranchisement laws. | [] | (S (NP (NNP Florida)) (VP (VBZ is) (PP (IN among) (NP (NP (DT the) (CD three) (NNS states)) (PP (IN with) (NP (DT the) (ADJP (RBS most) (JJ severe)) (NN felony) (NN disenfranchisement) (NNS laws)))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Florida is among the three states with the most severe felony disenfranchisement laws. | [] | (S (NP (NNP Florida)) (VP (VBZ is) (PP (IN among) (NP (NP (DT the) (CD three) (NNS states)) (PP (IN with) (NP (DT the) (ADJP (RBS most) (JJ severe)) (NN felony) (NN disenfranchisement) (NNS laws)))))) (. .)) | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Florida is among the three states with the most severe felony disenfranchisement laws. | ['Florida is among the three states with the most severe felony disenfranchisement laws .'] | (S (NP (NNP Florida)) (VP (VBZ is) (PP (IN among) (NP (NP (DT the) (CD three) (NNS states)) (PP (IN with) (NP (DT the) (ADJP (RBS most) (JJ severe)) (NN felony) (NN disenfranchisement) (NNS laws)))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Florida is among the three states with the most severe felony disenfranchisement laws. | [] | (S (NP (NNP Florida)) (VP (VBZ is) (PP (IN among) (NP (NP (DT the) (CD three) (NNS states)) (PP (IN with) (NP (DT the) (ADJP (RBS most) (JJ severe)) (NN felony) (NN disenfranchisement) (NNS laws)))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | At extremely large airports, a circuit is in place but not usually used. | ['At extremely large airports , a circuit is in place but not usually used .'] | (S (PP (IN At) (NP (ADJP (RB extremely) (JJ large)) (NNS airports))) (, ,) (NP (DT a) (NN circuit)) (VP (VP (VBZ is) (PP (IN in) (NP (NN place)))) (CC but) (RB not) (ADVP (RB usually)) (VP (VBN used))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | At extremely large airports, a circuit is in place but not usually used. | [] | (S (PP (IN At) (NP (ADJP (RB extremely) (JJ large)) (NNS airports))) (, ,) (NP (DT a) (NN circuit)) (VP (VP (VBZ is) (PP (IN in) (NP (NN place)))) (CC but) (RB not) (ADVP (RB usually)) (VP (VBN used))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | At extremely large airports, a circuit is in place but not usually used. | [] | (S (PP (IN At) (NP (ADJP (RB extremely) (JJ large)) (NNS airports))) (, ,) (NP (DT a) (NN circuit)) (VP (VP (VBZ is) (PP (IN in) (NP (NN place)))) (CC but) (RB not) (ADVP (RB usually)) (VP (VBN used))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | At extremely large airports, a circuit is in place but not usually used. | ['At extremely large airports , a circuit is in place but not usually used .'] | (S (PP (IN At) (NP (ADJP (RB extremely) (JJ large)) (NNS airports))) (, ,) (NP (DT a) (NN circuit)) (VP (VP (VBZ is) (PP (IN in) (NP (NN place)))) (CC but) (RB not) (ADVP (RB usually)) (VP (VBN used))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | At extremely large airports, a circuit is in place but not usually used. | [] | (S (PP (IN At) (NP (ADJP (RB extremely) (JJ large)) (NNS airports))) (, ,) (NP (DT a) (NN circuit)) (VP (VP (VBZ is) (PP (IN in) (NP (NN place)))) (CC but) (RB not) (ADVP (RB usually)) (VP (VBN used))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | For the differences in pronunciation of the different dialects, see the section pronunciation of dialects in this article. | ['For the differences in pronunciation of the different dialects , see the section pronunciation of dialects in this article .'] | (S (PP (IN For) (NP (NP (DT the) (NNS differences)) (PP (IN in) (NP (NP (NN pronunciation)) (PP (IN of) (NP (DT the) (JJ different) (NNS dialects))))))) (, ,) (VP (VB see) (NP (NP (DT the) (NN section) (NN pronunciation)) (PP (IN of) (NP (NNS dialects))) (PP (IN in) (NP (DT this) (NN article))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | For the differences in pronunciation of the different dialects, see the section pronunciation of dialects in this article. | [] | (S (PP (IN For) (NP (NP (DT the) (NNS differences)) (PP (IN in) (NP (NP (NN pronunciation)) (PP (IN of) (NP (DT the) (JJ different) (NNS dialects))))))) (, ,) (VP (VB see) (NP (NP (DT the) (NN section) (NN pronunciation)) (PP (IN of) (NP (NNS dialects))) (PP (IN in) (NP (DT this) (NN article))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | For the differences in pronunciation of the different dialects, see the section pronunciation of dialects in this article. | [] | (S (PP (IN For) (NP (NP (DT the) (NNS differences)) (PP (IN in) (NP (NP (NN pronunciation)) (PP (IN of) (NP (DT the) (JJ different) (NNS dialects))))))) (, ,) (VP (VB see) (NP (NP (DT the) (NN section) (NN pronunciation)) (PP (IN of) (NP (NNS dialects))) (PP (IN in) (NP (DT this) (NN article))))) (. .)) | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | For the differences in pronunciation of the different dialects, see the section pronunciation of dialects in this article. | ['For the differences in pronunciation of the different dialects , see the section pronunciation of dialects in this article .'] | (S (PP (IN For) (NP (NP (DT the) (NNS differences)) (PP (IN in) (NP (NP (NN pronunciation)) (PP (IN of) (NP (DT the) (JJ different) (NNS dialects))))))) (, ,) (VP (VB see) (NP (NP (DT the) (NN section) (NN pronunciation)) (PP (IN of) (NP (NNS dialects))) (PP (IN in) (NP (DT this) (NN article))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | For the differences in pronunciation of the different dialects, see the section pronunciation of dialects in this article. | [] | (S (PP (IN For) (NP (NP (DT the) (NNS differences)) (PP (IN in) (NP (NP (NN pronunciation)) (PP (IN of) (NP (DT the) (JJ different) (NNS dialects))))))) (, ,) (VP (VB see) (NP (NP (DT the) (NN section) (NN pronunciation)) (PP (IN of) (NP (NNS dialects))) (PP (IN in) (NP (DT this) (NN article))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Rising 16 stories, the tan brick and gold-capped hotel would become one of the city's best-known landmarks. | ["Rising 16 stories , the tan brick and gold - capped hotel would become one of the city 's best - known landmarks .", 'Rising 16 stories'] | (S (S (VP (VBG Rising) (NP (CD 16) (NNS stories)))) (, ,) (NP (DT the) (ADJP (NML (JJ tan) (NN brick)) (CC and) (ADJP (NN gold) (HYPH -) (VBN capped))) (NN hotel)) (VP (MD would) (VP (VB become) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NN city) (POS 's)) (ADJP (RBS best) (HYPH -) (VBN known)) (NNS landmarks)))))... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Rising 16 stories, the tan brick and gold-capped hotel would become one of the city's best-known landmarks. | [] | (S (S (VP (VBG Rising) (NP (CD 16) (NNS stories)))) (, ,) (NP (DT the) (ADJP (NML (JJ tan) (NN brick)) (CC and) (ADJP (NN gold) (HYPH -) (VBN capped))) (NN hotel)) (VP (MD would) (VP (VB become) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NN city) (POS 's)) (ADJP (RBS best) (HYPH -) (VBN known)) (NNS landmarks)))))... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Rising 16 stories, the tan brick and gold-capped hotel would become one of the city's best-known landmarks. | [] | (S (S (VP (VBG Rising) (NP (CD 16) (NNS stories)))) (, ,) (NP (DT the) (ADJP (NML (JJ tan) (NN brick)) (CC and) (ADJP (NN gold) (HYPH -) (VBN capped))) (NN hotel)) (VP (MD would) (VP (VB become) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NN city) (POS 's)) (ADJP (RBS best) (HYPH -) (VBN known)) (NNS landmarks)))))... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Rising 16 stories, the tan brick and gold-capped hotel would become one of the city's best-known landmarks. | ["Rising 16 stories , the tan brick and gold - capped hotel would become one of the city 's best - known landmarks ."] | (S (S (VP (VBG Rising) (NP (CD 16) (NNS stories)))) (, ,) (NP (DT the) (ADJP (NML (JJ tan) (NN brick)) (CC and) (ADJP (NN gold) (HYPH -) (VBN capped))) (NN hotel)) (VP (MD would) (VP (VB become) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NN city) (POS 's)) (ADJP (RBS best) (HYPH -) (VBN known)) (NNS landmarks)))))... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Rising 16 stories, the tan brick and gold-capped hotel would become one of the city's best-known landmarks. | [] | (S (S (VP (VBG Rising) (NP (CD 16) (NNS stories)))) (, ,) (NP (DT the) (ADJP (NML (JJ tan) (NN brick)) (CC and) (ADJP (NN gold) (HYPH -) (VBN capped))) (NN hotel)) (VP (MD would) (VP (VB become) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NN city) (POS 's)) (ADJP (RBS best) (HYPH -) (VBN known)) (NNS landmarks)))))... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Incidental Take Permit is good for 30 years and the Wal-Mart store (in Florida) permit expires after one year. | ['Incidental Take Permit is good for 30 years and the Wal - Mart store -LRB- in Florida -RRB- permit expires after one year .', 'Incidental Take Permit is good for 30 years', 'the Wal - Mart store -LRB- in Florida -RRB- permit expires after one year'] | (S (S (NP (JJ Incidental) (NNP Take) (NNP Permit)) (VP (VBZ is) (ADJP (JJ good)) (PP (IN for) (NP (CD 30) (NNS years))))) (CC and) (S (NP (DT the) (NML (NML (NML (NNP Wal) (HYPH -) (NNP Mart)) (NN store)) (-LRB- -LRB-) (PP (IN in) (NP (NNP Florida))) (-RRB- -RRB-)) (NN permit)) (VP (VBZ expires) (PP (IN after) (NP (CD ... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Incidental Take Permit is good for 30 years and the Wal-Mart store (in Florida) permit expires after one year. | [] | (S (S (NP (JJ Incidental) (NNP Take) (NNP Permit)) (VP (VBZ is) (ADJP (JJ good)) (PP (IN for) (NP (CD 30) (NNS years))))) (CC and) (S (NP (DT the) (NML (NML (NML (NNP Wal) (HYPH -) (NNP Mart)) (NN store)) (-LRB- -LRB-) (PP (IN in) (NP (NNP Florida))) (-RRB- -RRB-)) (NN permit)) (VP (VBZ expires) (PP (IN after) (NP (CD ... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Incidental Take Permit is good for 30 years and the Wal-Mart store (in Florida) permit expires after one year. | [] | (S (S (NP (JJ Incidental) (NNP Take) (NNP Permit)) (VP (VBZ is) (ADJP (JJ good)) (PP (IN for) (NP (CD 30) (NNS years))))) (CC and) (S (NP (DT the) (NML (NML (NML (NNP Wal) (HYPH -) (NNP Mart)) (NN store)) (-LRB- -LRB-) (PP (IN in) (NP (NNP Florida))) (-RRB- -RRB-)) (NN permit)) (VP (VBZ expires) (PP (IN after) (NP (CD ... | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Incidental Take Permit is good for 30 years and the Wal-Mart store (in Florida) permit expires after one year. | ['Incidental Take Permit is good for 30 years and the Wal - Mart store -LRB- in Florida -RRB- permit expires after one year .'] | (S (S (NP (JJ Incidental) (NNP Take) (NNP Permit)) (VP (VBZ is) (ADJP (JJ good)) (PP (IN for) (NP (CD 30) (NNS years))))) (CC and) (S (NP (DT the) (NML (NML (NML (NNP Wal) (HYPH -) (NNP Mart)) (NN store)) (-LRB- -LRB-) (PP (IN in) (NP (NNP Florida))) (-RRB- -RRB-)) (NN permit)) (VP (VBZ expires) (PP (IN after) (NP (CD ... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Incidental Take Permit is good for 30 years and the Wal-Mart store (in Florida) permit expires after one year. | [] | (S (S (NP (JJ Incidental) (NNP Take) (NNP Permit)) (VP (VBZ is) (ADJP (JJ good)) (PP (IN for) (NP (CD 30) (NNS years))))) (CC and) (S (NP (DT the) (NML (NML (NML (NNP Wal) (HYPH -) (NNP Mart)) (NN store)) (-LRB- -LRB-) (PP (IN in) (NP (NNP Florida))) (-RRB- -RRB-)) (NN permit)) (VP (VBZ expires) (PP (IN after) (NP (CD ... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | For the first time in history, the Burmese language and culture came to predominate the entire Irrawaddy valley. | ['For the first time in history , the Burmese language and culture came to predominate the entire Irrawaddy valley .', 'to predominate the entire Irrawaddy valley'] | (S (PP (IN For) (NP (NP (DT the) (JJ first) (NN time)) (PP (IN in) (NP (NN history))))) (, ,) (NP (DT the) (JJ Burmese) (NN language) (CC and) (NN culture)) (VP (VBD came) (S (VP (TO to) (VP (VB predominate) (NP (DT the) (JJ entire) (NNP Irrawaddy) (NN valley)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | For the first time in history, the Burmese language and culture came to predominate the entire Irrawaddy valley. | [] | (S (PP (IN For) (NP (NP (DT the) (JJ first) (NN time)) (PP (IN in) (NP (NN history))))) (, ,) (NP (DT the) (JJ Burmese) (NN language) (CC and) (NN culture)) (VP (VBD came) (S (VP (TO to) (VP (VB predominate) (NP (DT the) (JJ entire) (NNP Irrawaddy) (NN valley)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | For the first time in history, the Burmese language and culture came to predominate the entire Irrawaddy valley. | [] | (S (PP (IN For) (NP (NP (DT the) (JJ first) (NN time)) (PP (IN in) (NP (NN history))))) (, ,) (NP (DT the) (JJ Burmese) (NN language) (CC and) (NN culture)) (VP (VBD came) (S (VP (TO to) (VP (VB predominate) (NP (DT the) (JJ entire) (NNP Irrawaddy) (NN valley)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | For the first time in history, the Burmese language and culture came to predominate the entire Irrawaddy valley. | ['For the first time in history , the Burmese language and culture came to predominate the entire Irrawaddy valley .'] | (S (PP (IN For) (NP (NP (DT the) (JJ first) (NN time)) (PP (IN in) (NP (NN history))))) (, ,) (NP (DT the) (JJ Burmese) (NN language) (CC and) (NN culture)) (VP (VBD came) (S (VP (TO to) (VP (VB predominate) (NP (DT the) (JJ entire) (NNP Irrawaddy) (NN valley)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | For the first time in history, the Burmese language and culture came to predominate the entire Irrawaddy valley. | [] | (S (PP (IN For) (NP (NP (DT the) (JJ first) (NN time)) (PP (IN in) (NP (NN history))))) (, ,) (NP (DT the) (JJ Burmese) (NN language) (CC and) (NN culture)) (VP (VBD came) (S (VP (TO to) (VP (VB predominate) (NP (DT the) (JJ entire) (NNP Irrawaddy) (NN valley)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The percentage of students attending a Gesamtschule varies by Bundesland. | ['The percentage of students attending a Gesamtschule varies by Bundesland .'] | (S (NP (NP (DT The) (NN percentage)) (PP (IN of) (NP (NP (NNS students)) (VP (VBG attending) (NP (DT a) (NNP Gesamtschule)))))) (VP (VBZ varies) (PP (IN by) (NP (NNP Bundesland)))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The percentage of students attending a Gesamtschule varies by Bundesland. | [] | (S (NP (NP (DT The) (NN percentage)) (PP (IN of) (NP (NP (NNS students)) (VP (VBG attending) (NP (DT a) (NNP Gesamtschule)))))) (VP (VBZ varies) (PP (IN by) (NP (NNP Bundesland)))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The percentage of students attending a Gesamtschule varies by Bundesland. | [] | (S (NP (NP (DT The) (NN percentage)) (PP (IN of) (NP (NP (NNS students)) (VP (VBG attending) (NP (DT a) (NNP Gesamtschule)))))) (VP (VBZ varies) (PP (IN by) (NP (NNP Bundesland)))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The percentage of students attending a Gesamtschule varies by Bundesland. | ['The percentage of students attending a Gesamtschule varies by Bundesland .'] | (S (NP (NP (DT The) (NN percentage)) (PP (IN of) (NP (NP (NNS students)) (VP (VBG attending) (NP (DT a) (NNP Gesamtschule)))))) (VP (VBZ varies) (PP (IN by) (NP (NNP Bundesland)))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The percentage of students attending a Gesamtschule varies by Bundesland. | [] | (S (NP (NP (DT The) (NN percentage)) (PP (IN of) (NP (NP (NNS students)) (VP (VBG attending) (NP (DT a) (NNP Gesamtschule)))))) (VP (VBZ varies) (PP (IN by) (NP (NNP Bundesland)))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In July, a border war broke out with Egypt, in which the Egyptians defeated Libya despite their technological inferiority. | ['In July , a border war broke out with Egypt , .', 'the Egyptians defeated Libya despite their technological inferiority'] | (S (PP (IN In) (NP (NNP July))) (, ,) (NP (DT a) (NN border) (NN war)) (VP (VBD broke) (PRT (RP out)) (PP (IN with) (NP (NNP Egypt))) (, ,) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (NP (DT the) (NNPS Egyptians)) (VP (VBD defeated) (NP (NNP Libya)) (PP (IN despite) (NP (PRP$ their) (JJ technological) (NN inferiority))... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In July, a border war broke out with Egypt, in which the Egyptians defeated Libya despite their technological inferiority. | ['in which the Egyptians defeated Libya despite their technological inferiority'] | (S (PP (IN In) (NP (NNP July))) (, ,) (NP (DT a) (NN border) (NN war)) (VP (VBD broke) (PRT (RP out)) (PP (IN with) (NP (NNP Egypt))) (, ,) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (NP (DT the) (NNPS Egyptians)) (VP (VBD defeated) (NP (NNP Libya)) (PP (IN despite) (NP (PRP$ their) (JJ technological) (NN inferiority))... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | In July, a border war broke out with Egypt, in which the Egyptians defeated Libya despite their technological inferiority. | [] | (S (PP (IN In) (NP (NNP July))) (, ,) (NP (DT a) (NN border) (NN war)) (VP (VBD broke) (PRT (RP out)) (PP (IN with) (NP (NNP Egypt))) (, ,) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (NP (DT the) (NNPS Egyptians)) (VP (VBD defeated) (NP (NNP Libya)) (PP (IN despite) (NP (PRP$ their) (JJ technological) (NN inferiority))... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | In July, a border war broke out with Egypt, in which the Egyptians defeated Libya despite their technological inferiority. | [] | (S (PP (IN In) (NP (NNP July))) (, ,) (NP (DT a) (NN border) (NN war)) (VP (VBD broke) (PRT (RP out)) (PP (IN with) (NP (NNP Egypt))) (, ,) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (NP (DT the) (NNPS Egyptians)) (VP (VBD defeated) (NP (NNP Libya)) (PP (IN despite) (NP (PRP$ their) (JJ technological) (NN inferiority))... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | In July, a border war broke out with Egypt, in which the Egyptians defeated Libya despite their technological inferiority. | ['In July , a border war broke out with Egypt , in which the Egyptians defeated Libya despite their technological inferiority .'] | (S (PP (IN In) (NP (NNP July))) (, ,) (NP (DT a) (NN border) (NN war)) (VP (VBD broke) (PRT (RP out)) (PP (IN with) (NP (NNP Egypt))) (, ,) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (NP (DT the) (NNPS Egyptians)) (VP (VBD defeated) (NP (NNP Libya)) (PP (IN despite) (NP (PRP$ their) (JJ technological) (NN inferiority))... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The first elected head of government was Cuauhtémoc Cárdenas. | ['The first elected head of government was Cuauhtémoc Cárdenas .'] | (S (NP (NP (DT The) (JJ first) (VBN elected) (NN head)) (PP (IN of) (NP (NN government)))) (VP (VBD was) (NP (NNP Cuauhtémoc) (NNP Cárdenas))) (. .)) | 5 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The first elected head of government was Cuauhtémoc Cárdenas. | [] | (S (NP (NP (DT The) (JJ first) (VBN elected) (NN head)) (PP (IN of) (NP (NN government)))) (VP (VBD was) (NP (NNP Cuauhtémoc) (NNP Cárdenas))) (. .)) | 5 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The first elected head of government was Cuauhtémoc Cárdenas. | [] | (S (NP (NP (DT The) (JJ first) (VBN elected) (NN head)) (PP (IN of) (NP (NN government)))) (VP (VBD was) (NP (NNP Cuauhtémoc) (NNP Cárdenas))) (. .)) | 5 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The first elected head of government was Cuauhtémoc Cárdenas. | ['The first elected head of government was Cuauhtémoc Cárdenas .'] | (S (NP (NP (DT The) (JJ first) (VBN elected) (NN head)) (PP (IN of) (NP (NN government)))) (VP (VBD was) (NP (NNP Cuauhtémoc) (NNP Cárdenas))) (. .)) | 5 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The first elected head of government was Cuauhtémoc Cárdenas. | [] | (S (NP (NP (DT The) (JJ first) (VBN elected) (NN head)) (PP (IN of) (NP (NN government)))) (VP (VBD was) (NP (NNP Cuauhtémoc) (NNP Cárdenas))) (. .)) | 5 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Aside from the official forms of their respective languages, the four linguistic regions of Switzerland also have their local dialectal forms. | ['Aside from the official forms of their respective languages , the four linguistic regions of Switzerland also have their local dialectal forms .'] | (S (ADVP (RB Aside) (PP (IN from) (NP (NP (DT the) (JJ official) (NNS forms)) (PP (IN of) (NP (PRP$ their) (JJ respective) (NNS languages)))))) (, ,) (NP (NP (DT the) (CD four) (JJ linguistic) (NNS regions)) (PP (IN of) (NP (NNP Switzerland)))) (ADVP (RB also)) (VP (VBP have) (NP (PRP$ their) (JJ local) (JJ dialectal) ... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Aside from the official forms of their respective languages, the four linguistic regions of Switzerland also have their local dialectal forms. | [] | (S (ADVP (RB Aside) (PP (IN from) (NP (NP (DT the) (JJ official) (NNS forms)) (PP (IN of) (NP (PRP$ their) (JJ respective) (NNS languages)))))) (, ,) (NP (NP (DT the) (CD four) (JJ linguistic) (NNS regions)) (PP (IN of) (NP (NNP Switzerland)))) (ADVP (RB also)) (VP (VBP have) (NP (PRP$ their) (JJ local) (JJ dialectal) ... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Aside from the official forms of their respective languages, the four linguistic regions of Switzerland also have their local dialectal forms. | [] | (S (ADVP (RB Aside) (PP (IN from) (NP (NP (DT the) (JJ official) (NNS forms)) (PP (IN of) (NP (PRP$ their) (JJ respective) (NNS languages)))))) (, ,) (NP (NP (DT the) (CD four) (JJ linguistic) (NNS regions)) (PP (IN of) (NP (NNP Switzerland)))) (ADVP (RB also)) (VP (VBP have) (NP (PRP$ their) (JJ local) (JJ dialectal) ... | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Aside from the official forms of their respective languages, the four linguistic regions of Switzerland also have their local dialectal forms. | ['Aside from the official forms of their respective languages , the four linguistic regions of Switzerland also have their local dialectal forms .'] | (S (ADVP (RB Aside) (PP (IN from) (NP (NP (DT the) (JJ official) (NNS forms)) (PP (IN of) (NP (PRP$ their) (JJ respective) (NNS languages)))))) (, ,) (NP (NP (DT the) (CD four) (JJ linguistic) (NNS regions)) (PP (IN of) (NP (NNP Switzerland)))) (ADVP (RB also)) (VP (VBP have) (NP (PRP$ their) (JJ local) (JJ dialectal) ... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Aside from the official forms of their respective languages, the four linguistic regions of Switzerland also have their local dialectal forms. | [] | (S (ADVP (RB Aside) (PP (IN from) (NP (NP (DT the) (JJ official) (NNS forms)) (PP (IN of) (NP (PRP$ their) (JJ respective) (NNS languages)))))) (, ,) (NP (NP (DT the) (CD four) (JJ linguistic) (NNS regions)) (PP (IN of) (NP (NNP Switzerland)))) (ADVP (RB also)) (VP (VBP have) (NP (PRP$ their) (JJ local) (JJ dialectal) ... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The British and Irish Lions is a team chosen from each national team and undertakes tours of the southern hemisphere rugby playing nations every four years. | ['The British and Irish Lions is a team chosen from each national team and undertakes tours of the southern hemisphere rugby playing nations every four years .'] | (S (NP (DT The) (ADJP (NNP British) (CC and) (JJ Irish)) (NNPS Lions)) (VP (VP (VBZ is) (NP (NP (DT a) (NN team)) (VP (VBN chosen) (PP (IN from) (NP (DT each) (JJ national) (NN team)))))) (CC and) (VP (VBZ undertakes) (NP (NP (NNS tours)) (PP (IN of) (NP (DT the) (NML (JJ southern) (NN hemisphere)) (ADJP (NN rugby) (VB... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The British and Irish Lions is a team chosen from each national team and undertakes tours of the southern hemisphere rugby playing nations every four years. | [] | (S (NP (DT The) (ADJP (NNP British) (CC and) (JJ Irish)) (NNPS Lions)) (VP (VP (VBZ is) (NP (NP (DT a) (NN team)) (VP (VBN chosen) (PP (IN from) (NP (DT each) (JJ national) (NN team)))))) (CC and) (VP (VBZ undertakes) (NP (NP (NNS tours)) (PP (IN of) (NP (DT the) (NML (JJ southern) (NN hemisphere)) (ADJP (NN rugby) (VB... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The British and Irish Lions is a team chosen from each national team and undertakes tours of the southern hemisphere rugby playing nations every four years. | [] | (S (NP (DT The) (ADJP (NNP British) (CC and) (JJ Irish)) (NNPS Lions)) (VP (VP (VBZ is) (NP (NP (DT a) (NN team)) (VP (VBN chosen) (PP (IN from) (NP (DT each) (JJ national) (NN team)))))) (CC and) (VP (VBZ undertakes) (NP (NP (NNS tours)) (PP (IN of) (NP (DT the) (NML (JJ southern) (NN hemisphere)) (ADJP (NN rugby) (VB... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The British and Irish Lions is a team chosen from each national team and undertakes tours of the southern hemisphere rugby playing nations every four years. | ['The British and Irish Lions is a team chosen from each national team and undertakes tours of the southern hemisphere rugby playing nations every four years .'] | (S (NP (DT The) (ADJP (NNP British) (CC and) (JJ Irish)) (NNPS Lions)) (VP (VP (VBZ is) (NP (NP (DT a) (NN team)) (VP (VBN chosen) (PP (IN from) (NP (DT each) (JJ national) (NN team)))))) (CC and) (VP (VBZ undertakes) (NP (NP (NNS tours)) (PP (IN of) (NP (DT the) (NML (JJ southern) (NN hemisphere)) (ADJP (NN rugby) (VB... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The British and Irish Lions is a team chosen from each national team and undertakes tours of the southern hemisphere rugby playing nations every four years. | [] | (S (NP (DT The) (ADJP (NNP British) (CC and) (JJ Irish)) (NNPS Lions)) (VP (VP (VBZ is) (NP (NP (DT a) (NN team)) (VP (VBN chosen) (PP (IN from) (NP (DT each) (JJ national) (NN team)))))) (CC and) (VP (VBZ undertakes) (NP (NP (NNS tours)) (PP (IN of) (NP (DT the) (NML (JJ southern) (NN hemisphere)) (ADJP (NN rugby) (VB... | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.