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 []. | The San Diego Surf of the American Basketball Association is located in the city. | ['The San Diego Surf of the American Basketball Association is located in the city .'] | (S (NP (NP (DT The) (NML (NNP San) (NNP Diego)) (NNP Surf)) (PP (IN of) (NP (DT the) (NNP American) (NNP Basketball) (NNP Association)))) (VP (VBZ is) (VP (VBN located) (PP (IN in) (NP (DT the) (NN city))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The San Diego Surf of the American Basketball Association is located in the city. | [] | (S (NP (NP (DT The) (NML (NNP San) (NNP Diego)) (NNP Surf)) (PP (IN of) (NP (DT the) (NNP American) (NNP Basketball) (NNP Association)))) (VP (VBZ is) (VP (VBN located) (PP (IN in) (NP (DT the) (NN city))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The San Diego Surf of the American Basketball Association is located in the city. | [] | (S (NP (NP (DT The) (NML (NNP San) (NNP Diego)) (NNP Surf)) (PP (IN of) (NP (DT the) (NNP American) (NNP Basketball) (NNP Association)))) (VP (VBZ is) (VP (VBN located) (PP (IN in) (NP (DT the) (NN city))))) (. .)) | 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 San Diego Surf of the American Basketball Association is located in the city. | ['The San Diego Surf of the American Basketball Association is located in the city .'] | (S (NP (NP (DT The) (NML (NNP San) (NNP Diego)) (NNP Surf)) (PP (IN of) (NP (DT the) (NNP American) (NNP Basketball) (NNP Association)))) (VP (VBZ is) (VP (VBN located) (PP (IN in) (NP (DT the) (NN city))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The San Diego Surf of the American Basketball Association is located in the city. | [] | (S (NP (NP (DT The) (NML (NNP San) (NNP Diego)) (NNP Surf)) (PP (IN of) (NP (DT the) (NNP American) (NNP Basketball) (NNP Association)))) (VP (VBZ is) (VP (VBN located) (PP (IN in) (NP (DT the) (NN city))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Hybrid digital/print media companies such as Broadsheet and ThreeThousand are based in and primarily serve Melbourne. | ['Hybrid digital / print media companies such as Broadsheet and ThreeThousand are based in and primarily serve Melbourne .'] | (S (NP (NP (JJ Hybrid) (NML (NML (JJ digital) (SYM /) (NN print)) (NNS media)) (NNS companies)) (PP (JJ such) (IN as) (NP (NNP Broadsheet) (CC and) (NNP ThreeThousand)))) (VP (VP (VBP are) (VP (VBN based) (PP (IN in)))) (CC and) (ADVP (RB primarily)) (VP (VBP serve) (NP (NNP Melbourne)))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Hybrid digital/print media companies such as Broadsheet and ThreeThousand are based in and primarily serve Melbourne. | [] | (S (NP (NP (JJ Hybrid) (NML (NML (JJ digital) (SYM /) (NN print)) (NNS media)) (NNS companies)) (PP (JJ such) (IN as) (NP (NNP Broadsheet) (CC and) (NNP ThreeThousand)))) (VP (VP (VBP are) (VP (VBN based) (PP (IN in)))) (CC and) (ADVP (RB primarily)) (VP (VBP serve) (NP (NNP Melbourne)))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Hybrid digital/print media companies such as Broadsheet and ThreeThousand are based in and primarily serve Melbourne. | [] | (S (NP (NP (JJ Hybrid) (NML (NML (JJ digital) (SYM /) (NN print)) (NNS media)) (NNS companies)) (PP (JJ such) (IN as) (NP (NNP Broadsheet) (CC and) (NNP ThreeThousand)))) (VP (VP (VBP are) (VP (VBN based) (PP (IN in)))) (CC and) (ADVP (RB primarily)) (VP (VBP serve) (NP (NNP Melbourne)))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Hybrid digital/print media companies such as Broadsheet and ThreeThousand are based in and primarily serve Melbourne. | ['Hybrid digital / print media companies such as Broadsheet and ThreeThousand are based in and primarily serve Melbourne .'] | (S (NP (NP (JJ Hybrid) (NML (NML (JJ digital) (SYM /) (NN print)) (NNS media)) (NNS companies)) (PP (JJ such) (IN as) (NP (NNP Broadsheet) (CC and) (NNP ThreeThousand)))) (VP (VP (VBP are) (VP (VBN based) (PP (IN in)))) (CC and) (ADVP (RB primarily)) (VP (VBP serve) (NP (NNP Melbourne)))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Hybrid digital/print media companies such as Broadsheet and ThreeThousand are based in and primarily serve Melbourne. | [] | (S (NP (NP (JJ Hybrid) (NML (NML (JJ digital) (SYM /) (NN print)) (NNS media)) (NNS companies)) (PP (JJ such) (IN as) (NP (NNP Broadsheet) (CC and) (NNP ThreeThousand)))) (VP (VP (VBP are) (VP (VBN based) (PP (IN in)))) (CC and) (ADVP (RB primarily)) (VP (VBP serve) (NP (NNP Melbourne)))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The tower is about 58 m high and topped with a belfry (1660–1736). | ['The tower is about 58 m high and topped with a belfry -LRB- 1660–1736 -RRB- .'] | (S (NP (DT The) (NN tower)) (VP (VBZ is) (ADJP (ADJP (NP (QP (RB about) (CD 58)) (NN m)) (JJ high)) (CC and) (VP (VBN topped) (PP (IN with) (NP (NP (DT a) (NN belfry)) (-LRB- -LRB-) (NP (CD 1660–1736)) (-RRB- -RRB-)))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The tower is about 58 m high and topped with a belfry (1660–1736). | [] | (S (NP (DT The) (NN tower)) (VP (VBZ is) (ADJP (ADJP (NP (QP (RB about) (CD 58)) (NN m)) (JJ high)) (CC and) (VP (VBN topped) (PP (IN with) (NP (NP (DT a) (NN belfry)) (-LRB- -LRB-) (NP (CD 1660–1736)) (-RRB- -RRB-)))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The tower is about 58 m high and topped with a belfry (1660–1736). | [] | (S (NP (DT The) (NN tower)) (VP (VBZ is) (ADJP (ADJP (NP (QP (RB about) (CD 58)) (NN m)) (JJ high)) (CC and) (VP (VBN topped) (PP (IN with) (NP (NP (DT a) (NN belfry)) (-LRB- -LRB-) (NP (CD 1660–1736)) (-RRB- -RRB-)))))) (. .)) | 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 tower is about 58 m high and topped with a belfry (1660–1736). | ['The tower is about 58 m high and topped with a belfry -LRB- 1660–1736 -RRB- .'] | (S (NP (DT The) (NN tower)) (VP (VBZ is) (ADJP (ADJP (NP (QP (RB about) (CD 58)) (NN m)) (JJ high)) (CC and) (VP (VBN topped) (PP (IN with) (NP (NP (DT a) (NN belfry)) (-LRB- -LRB-) (NP (CD 1660–1736)) (-RRB- -RRB-)))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The tower is about 58 m high and topped with a belfry (1660–1736). | [] | (S (NP (DT The) (NN tower)) (VP (VBZ is) (ADJP (ADJP (NP (QP (RB about) (CD 58)) (NN m)) (JJ high)) (CC and) (VP (VBN topped) (PP (IN with) (NP (NP (DT a) (NN belfry)) (-LRB- -LRB-) (NP (CD 1660–1736)) (-RRB- -RRB-)))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Often, this front narrows into one or more preferred routes termed flyways. | ['Often , this front narrows into one or more preferred routes termed flyways .', 'flyways'] | (S (ADVP (RB Often)) (, ,) (NP (DT this) (NN front)) (VP (VBZ narrows) (PP (IN into) (NP (NP (QP (CD one) (CC or) (JJR more)) (JJ preferred) (NNS routes)) (VP (VBN termed) (S (NP (NNS flyways))))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Often, this front narrows into one or more preferred routes termed flyways. | [] | (S (ADVP (RB Often)) (, ,) (NP (DT this) (NN front)) (VP (VBZ narrows) (PP (IN into) (NP (NP (QP (CD one) (CC or) (JJR more)) (JJ preferred) (NNS routes)) (VP (VBN termed) (S (NP (NNS flyways))))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Often, this front narrows into one or more preferred routes termed flyways. | [] | (S (ADVP (RB Often)) (, ,) (NP (DT this) (NN front)) (VP (VBZ narrows) (PP (IN into) (NP (NP (QP (CD one) (CC or) (JJR more)) (JJ preferred) (NNS routes)) (VP (VBN termed) (S (NP (NNS flyways))))))) (. .)) | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Often, this front narrows into one or more preferred routes termed flyways. | ['Often , this front narrows into one or more preferred routes termed flyways .'] | (S (ADVP (RB Often)) (, ,) (NP (DT this) (NN front)) (VP (VBZ narrows) (PP (IN into) (NP (NP (QP (CD one) (CC or) (JJR more)) (JJ preferred) (NNS routes)) (VP (VBN termed) (S (NP (NNS flyways))))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Often, this front narrows into one or more preferred routes termed flyways. | [] | (S (ADVP (RB Often)) (, ,) (NP (DT this) (NN front)) (VP (VBZ narrows) (PP (IN into) (NP (NP (QP (CD one) (CC or) (JJR more)) (JJ preferred) (NNS routes)) (VP (VBN termed) (S (NP (NNS flyways))))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In contrast, the boroughs of Xochimilco (172th), Tláhuac (177th) and Iztapalapa (183th) presented the lowest HDI values of the Federal District with values of .8481, .8473 and .8464 respectively | ['In contrast , the boroughs of Xochimilco -LRB- 172th -RRB- , Tláhuac -LRB- 177th -RRB- and Iztapalapa -LRB- 183th -RRB- presented the lowest HDI values of the Federal District with values of .8481 , .8473 and .8464 respectively'] | (S (PP (IN In) (NP (NN contrast))) (, ,) (NP (NP (DT the) (NNS boroughs)) (PP (IN of) (NP (NP (NP (NNP Xochimilco)) (-LRB- -LRB-) (NP (JJ 172th)) (-RRB- -RRB-)) (, ,) (NP (NP (NNP Tláhuac)) (-LRB- -LRB-) (NP (JJ 177th)) (-RRB- -RRB-)) (CC and) (NP (NP (NNP Iztapalapa)) (-LRB- -LRB-) (NP (JJ 183th)) (-RRB- -RRB-))))) (V... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In contrast, the boroughs of Xochimilco (172th), Tláhuac (177th) and Iztapalapa (183th) presented the lowest HDI values of the Federal District with values of .8481, .8473 and .8464 respectively | [] | (S (PP (IN In) (NP (NN contrast))) (, ,) (NP (NP (DT the) (NNS boroughs)) (PP (IN of) (NP (NP (NP (NNP Xochimilco)) (-LRB- -LRB-) (NP (JJ 172th)) (-RRB- -RRB-)) (, ,) (NP (NP (NNP Tláhuac)) (-LRB- -LRB-) (NP (JJ 177th)) (-RRB- -RRB-)) (CC and) (NP (NP (NNP Iztapalapa)) (-LRB- -LRB-) (NP (JJ 183th)) (-RRB- -RRB-))))) (V... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | In contrast, the boroughs of Xochimilco (172th), Tláhuac (177th) and Iztapalapa (183th) presented the lowest HDI values of the Federal District with values of .8481, .8473 and .8464 respectively | [] | (S (PP (IN In) (NP (NN contrast))) (, ,) (NP (NP (DT the) (NNS boroughs)) (PP (IN of) (NP (NP (NP (NNP Xochimilco)) (-LRB- -LRB-) (NP (JJ 172th)) (-RRB- -RRB-)) (, ,) (NP (NP (NNP Tláhuac)) (-LRB- -LRB-) (NP (JJ 177th)) (-RRB- -RRB-)) (CC and) (NP (NP (NNP Iztapalapa)) (-LRB- -LRB-) (NP (JJ 183th)) (-RRB- -RRB-))))) (V... | 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 contrast, the boroughs of Xochimilco (172th), Tláhuac (177th) and Iztapalapa (183th) presented the lowest HDI values of the Federal District with values of .8481, .8473 and .8464 respectively | ['In contrast , the boroughs of Xochimilco -LRB- 172th -RRB- , Tláhuac -LRB- 177th -RRB- and Iztapalapa -LRB- 183th -RRB- presented the lowest HDI values of the Federal District with values of .8481 , .8473 and .8464 respectively'] | (S (PP (IN In) (NP (NN contrast))) (, ,) (NP (NP (DT the) (NNS boroughs)) (PP (IN of) (NP (NP (NP (NNP Xochimilco)) (-LRB- -LRB-) (NP (JJ 172th)) (-RRB- -RRB-)) (, ,) (NP (NP (NNP Tláhuac)) (-LRB- -LRB-) (NP (JJ 177th)) (-RRB- -RRB-)) (CC and) (NP (NP (NNP Iztapalapa)) (-LRB- -LRB-) (NP (JJ 183th)) (-RRB- -RRB-))))) (V... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | In contrast, the boroughs of Xochimilco (172th), Tláhuac (177th) and Iztapalapa (183th) presented the lowest HDI values of the Federal District with values of .8481, .8473 and .8464 respectively | [] | (S (PP (IN In) (NP (NN contrast))) (, ,) (NP (NP (DT the) (NNS boroughs)) (PP (IN of) (NP (NP (NP (NNP Xochimilco)) (-LRB- -LRB-) (NP (JJ 172th)) (-RRB- -RRB-)) (, ,) (NP (NP (NNP Tláhuac)) (-LRB- -LRB-) (NP (JJ 177th)) (-RRB- -RRB-)) (CC and) (NP (NP (NNP Iztapalapa)) (-LRB- -LRB-) (NP (JJ 183th)) (-RRB- -RRB-))))) (V... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Dogs are found in and out of the Muthappan Temple and offerings at the shrine take the form of bronze dog figurines. | ['Dogs are found in and out of the Muthappan Temple and offerings at the shrine take the form of bronze dog figurines .', 'Dogs are found in and out of the Muthappan Temple', 'offerings at the shrine take the form of bronze dog figurines'] | (S (S (NP (NNS Dogs)) (VP (VBP are) (VP (VBN found) (PP (IN in) (CC and) (IN out) (PP (PP (IN of)) (NP (DT the) (NNP Muthappan) (NNP Temple))))))) (CC and) (S (NP (NP (NNS offerings)) (PP (IN at) (NP (DT the) (NN shrine)))) (VP (VBP take) (NP (NP (DT the) (NN form)) (PP (IN of) (NP (JJ bronze) (NN dog) (NNS figurines))... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Dogs are found in and out of the Muthappan Temple and offerings at the shrine take the form of bronze dog figurines. | [] | (S (S (NP (NNS Dogs)) (VP (VBP are) (VP (VBN found) (PP (IN in) (CC and) (IN out) (PP (PP (IN of)) (NP (DT the) (NNP Muthappan) (NNP Temple))))))) (CC and) (S (NP (NP (NNS offerings)) (PP (IN at) (NP (DT the) (NN shrine)))) (VP (VBP take) (NP (NP (DT the) (NN form)) (PP (IN of) (NP (JJ bronze) (NN dog) (NNS figurines))... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Dogs are found in and out of the Muthappan Temple and offerings at the shrine take the form of bronze dog figurines. | [] | (S (S (NP (NNS Dogs)) (VP (VBP are) (VP (VBN found) (PP (IN in) (CC and) (IN out) (PP (PP (IN of)) (NP (DT the) (NNP Muthappan) (NNP Temple))))))) (CC and) (S (NP (NP (NNS offerings)) (PP (IN at) (NP (DT the) (NN shrine)))) (VP (VBP take) (NP (NP (DT the) (NN form)) (PP (IN of) (NP (JJ bronze) (NN dog) (NNS figurines))... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Dogs are found in and out of the Muthappan Temple and offerings at the shrine take the form of bronze dog figurines. | ['Dogs are found in and out of the Muthappan Temple and offerings at the shrine take the form of bronze dog figurines .'] | (S (S (NP (NNS Dogs)) (VP (VBP are) (VP (VBN found) (PP (IN in) (CC and) (IN out) (PP (PP (IN of)) (NP (DT the) (NNP Muthappan) (NNP Temple))))))) (CC and) (S (NP (NP (NNS offerings)) (PP (IN at) (NP (DT the) (NN shrine)))) (VP (VBP take) (NP (NP (DT the) (NN form)) (PP (IN of) (NP (JJ bronze) (NN dog) (NNS figurines))... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Dogs are found in and out of the Muthappan Temple and offerings at the shrine take the form of bronze dog figurines. | [] | (S (S (NP (NNS Dogs)) (VP (VBP are) (VP (VBN found) (PP (IN in) (CC and) (IN out) (PP (PP (IN of)) (NP (DT the) (NNP Muthappan) (NNP Temple))))))) (CC and) (S (NP (NP (NNS offerings)) (PP (IN at) (NP (DT the) (NN shrine)))) (VP (VBP take) (NP (NP (DT the) (NN form)) (PP (IN of) (NP (JJ bronze) (NN dog) (NNS figurines))... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Thames was once a much broader, shallower river with extensive marshlands; at high tide, its shores reached five times their present width. | ['The Thames was once a much broader , shallower river with extensive marshlands ; at high tide , its shores reached five times their present width .', 'The Thames was once a much broader , shallower river with extensive marshlands', 'at high tide , its shores reached five times their present width'] | (S (S (NP (DT The) (NNP Thames)) (VP (VBD was) (ADVP (RB once)) (NP (NP (DT a) (ADJP (RB much) (JJR broader)) (, ,) (JJR shallower) (NN river)) (PP (IN with) (NP (JJ extensive) (NNS marshlands)))))) (: ;) (S (PP (IN at) (NP (JJ high) (NN tide))) (, ,) (NP (PRP$ its) (NNS shores)) (VP (VBD reached) (NP (QP (CD five) (NN... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Thames was once a much broader, shallower river with extensive marshlands; at high tide, its shores reached five times their present width. | [] | (S (S (NP (DT The) (NNP Thames)) (VP (VBD was) (ADVP (RB once)) (NP (NP (DT a) (ADJP (RB much) (JJR broader)) (, ,) (JJR shallower) (NN river)) (PP (IN with) (NP (JJ extensive) (NNS marshlands)))))) (: ;) (S (PP (IN at) (NP (JJ high) (NN tide))) (, ,) (NP (PRP$ its) (NNS shores)) (VP (VBD reached) (NP (QP (CD five) (NN... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Thames was once a much broader, shallower river with extensive marshlands; at high tide, its shores reached five times their present width. | [] | (S (S (NP (DT The) (NNP Thames)) (VP (VBD was) (ADVP (RB once)) (NP (NP (DT a) (ADJP (RB much) (JJR broader)) (, ,) (JJR shallower) (NN river)) (PP (IN with) (NP (JJ extensive) (NNS marshlands)))))) (: ;) (S (PP (IN at) (NP (JJ high) (NN tide))) (, ,) (NP (PRP$ its) (NNS shores)) (VP (VBD reached) (NP (QP (CD five) (NN... | 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 Thames was once a much broader, shallower river with extensive marshlands; at high tide, its shores reached five times their present width. | ['The Thames was once a much broader , shallower river with extensive marshlands ; at high tide , its shores reached five times their present width .'] | (S (S (NP (DT The) (NNP Thames)) (VP (VBD was) (ADVP (RB once)) (NP (NP (DT a) (ADJP (RB much) (JJR broader)) (, ,) (JJR shallower) (NN river)) (PP (IN with) (NP (JJ extensive) (NNS marshlands)))))) (: ;) (S (PP (IN at) (NP (JJ high) (NN tide))) (, ,) (NP (PRP$ its) (NNS shores)) (VP (VBD reached) (NP (QP (CD five) (NN... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Thames was once a much broader, shallower river with extensive marshlands; at high tide, its shores reached five times their present width. | [] | (S (S (NP (DT The) (NNP Thames)) (VP (VBD was) (ADVP (RB once)) (NP (NP (DT a) (ADJP (RB much) (JJR broader)) (, ,) (JJR shallower) (NN river)) (PP (IN with) (NP (JJ extensive) (NNS marshlands)))))) (: ;) (S (PP (IN at) (NP (JJ high) (NN tide))) (, ,) (NP (PRP$ its) (NNS shores)) (VP (VBD reached) (NP (QP (CD five) (NN... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The first laws on online intermediaries' liability were passed from the mid-1990s onwards.[citation needed] | ["The first laws on online intermediaries ' liability were passed from the mid-1990s onwards.-LSB-citation needed -RSB-"] | (S (NP (NP (DT The) (JJ first) (NNS laws)) (PP (IN on) (NP (NP (JJ online) (NNS intermediaries) (POS ')) (NN liability)))) (VP (VBD were) (VP (VBN passed) (PP (IN from) (NP (NP (DT the) (NNS mid-1990s)) (NP (NN onwards.-LSB-citation) (VP (VBN needed))))))) (-RRB- -RSB-)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The first laws on online intermediaries' liability were passed from the mid-1990s onwards.[citation needed] | [] | (S (NP (NP (DT The) (JJ first) (NNS laws)) (PP (IN on) (NP (NP (JJ online) (NNS intermediaries) (POS ')) (NN liability)))) (VP (VBD were) (VP (VBN passed) (PP (IN from) (NP (NP (DT the) (NNS mid-1990s)) (NP (NN onwards.-LSB-citation) (VP (VBN needed))))))) (-RRB- -RSB-)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The first laws on online intermediaries' liability were passed from the mid-1990s onwards.[citation needed] | [] | (S (NP (NP (DT The) (JJ first) (NNS laws)) (PP (IN on) (NP (NP (JJ online) (NNS intermediaries) (POS ')) (NN liability)))) (VP (VBD were) (VP (VBN passed) (PP (IN from) (NP (NP (DT the) (NNS mid-1990s)) (NP (NN onwards.-LSB-citation) (VP (VBN needed))))))) (-RRB- -RSB-)) | 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 first laws on online intermediaries' liability were passed from the mid-1990s onwards.[citation needed] | ["The first laws on online intermediaries ' liability were passed from the mid-1990s onwards.-LSB-citation needed -RSB-"] | (S (NP (NP (DT The) (JJ first) (NNS laws)) (PP (IN on) (NP (NP (JJ online) (NNS intermediaries) (POS ')) (NN liability)))) (VP (VBD were) (VP (VBN passed) (PP (IN from) (NP (NP (DT the) (NNS mid-1990s)) (NP (NN onwards.-LSB-citation) (VP (VBN needed))))))) (-RRB- -RSB-)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The first laws on online intermediaries' liability were passed from the mid-1990s onwards.[citation needed] | [] | (S (NP (NP (DT The) (JJ first) (NNS laws)) (PP (IN on) (NP (NP (JJ online) (NNS intermediaries) (POS ')) (NN liability)))) (VP (VBD were) (VP (VBN passed) (PP (IN from) (NP (NP (DT the) (NNS mid-1990s)) (NP (NN onwards.-LSB-citation) (VP (VBN needed))))))) (-RRB- -RSB-)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Some influences of the standard German orthography — for example, writing 'W'/'w' instead of 'V'/'v' persisted well into the 1930s. | ["Some influences of the standard German orthography — for example , writing ' W'/'w ' instead of ' V'/'v ' persisted well into the 1930s .", "writing ' W'/'w ' instead of ' V'/'v '"] | (S (NP (NP (NP (DT Some) (NNS influences)) (PP (IN of) (NP (DT the) (JJ standard) (JJ German) (NN orthography)))) (: —) (PP (IN for) (NP (NN example))) (, ,) (S (VP (VBG writing) (NP (NP (`` ') (NN W'/'w) ('' ')) (RB instead) (IN of) (`` ') (NN V'/'v) ('' '))))) (VP (VBD persisted) (PP (ADVP (RB well)) (IN into) (NP (D... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Some influences of the standard German orthography — for example, writing 'W'/'w' instead of 'V'/'v' persisted well into the 1930s. | [] | (S (NP (NP (NP (DT Some) (NNS influences)) (PP (IN of) (NP (DT the) (JJ standard) (JJ German) (NN orthography)))) (: —) (PP (IN for) (NP (NN example))) (, ,) (S (VP (VBG writing) (NP (NP (`` ') (NN W'/'w) ('' ')) (RB instead) (IN of) (`` ') (NN V'/'v) ('' '))))) (VP (VBD persisted) (PP (ADVP (RB well)) (IN into) (NP (D... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Some influences of the standard German orthography — for example, writing 'W'/'w' instead of 'V'/'v' persisted well into the 1930s. | [] | (S (NP (NP (NP (DT Some) (NNS influences)) (PP (IN of) (NP (DT the) (JJ standard) (JJ German) (NN orthography)))) (: —) (PP (IN for) (NP (NN example))) (, ,) (S (VP (VBG writing) (NP (NP (`` ') (NN W'/'w) ('' ')) (RB instead) (IN of) (`` ') (NN V'/'v) ('' '))))) (VP (VBD persisted) (PP (ADVP (RB well)) (IN into) (NP (D... | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Some influences of the standard German orthography — for example, writing 'W'/'w' instead of 'V'/'v' persisted well into the 1930s. | ["Some influences of the standard German orthography — for example , writing ' W'/'w ' instead of ' V'/'v ' persisted well into the 1930s ."] | (S (NP (NP (NP (DT Some) (NNS influences)) (PP (IN of) (NP (DT the) (JJ standard) (JJ German) (NN orthography)))) (: —) (PP (IN for) (NP (NN example))) (, ,) (S (VP (VBG writing) (NP (NP (`` ') (NN W'/'w) ('' ')) (RB instead) (IN of) (`` ') (NN V'/'v) ('' '))))) (VP (VBD persisted) (PP (ADVP (RB well)) (IN into) (NP (D... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Some influences of the standard German orthography — for example, writing 'W'/'w' instead of 'V'/'v' persisted well into the 1930s. | [] | (S (NP (NP (NP (DT Some) (NNS influences)) (PP (IN of) (NP (DT the) (JJ standard) (JJ German) (NN orthography)))) (: —) (PP (IN for) (NP (NN example))) (, ,) (S (VP (VBG writing) (NP (NP (`` ') (NN W'/'w) ('' ')) (RB instead) (IN of) (`` ') (NN V'/'v) ('' '))))) (VP (VBD persisted) (PP (ADVP (RB well)) (IN into) (NP (D... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | There are some teaching and nursing assistant colleges around the country. | ['There are some teaching and nursing assistant colleges around the country .'] | (S (NP (EX There)) (VP (VBP are) (NP (DT some) (NML (NML (NN teaching) (CC and) (NN nursing)) (NN assistant)) (NNS colleges)) (PP (IN around) (NP (DT the) (NN country)))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | There are some teaching and nursing assistant colleges around the country. | [] | (S (NP (EX There)) (VP (VBP are) (NP (DT some) (NML (NML (NN teaching) (CC and) (NN nursing)) (NN assistant)) (NNS colleges)) (PP (IN around) (NP (DT the) (NN country)))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | There are some teaching and nursing assistant colleges around the country. | [] | (S (NP (EX There)) (VP (VBP are) (NP (DT some) (NML (NML (NN teaching) (CC and) (NN nursing)) (NN assistant)) (NNS colleges)) (PP (IN around) (NP (DT the) (NN country)))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | There are some teaching and nursing assistant colleges around the country. | ['There are some teaching and nursing assistant colleges around the country .'] | (S (NP (EX There)) (VP (VBP are) (NP (DT some) (NML (NML (NN teaching) (CC and) (NN nursing)) (NN assistant)) (NNS colleges)) (PP (IN around) (NP (DT the) (NN country)))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | There are some teaching and nursing assistant colleges around the country. | [] | (S (NP (EX There)) (VP (VBP are) (NP (DT some) (NML (NML (NN teaching) (CC and) (NN nursing)) (NN assistant)) (NNS colleges)) (PP (IN around) (NP (DT the) (NN country)))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Guinea-Bissau (i/ˈɡɪni bɪˈsaʊ/, GI-nee-bi-SOW), officially the Republic of Guinea-Bissau (Portuguese: República da Guiné-Bissau, pronounced: [ʁeˈpublikɐ dɐ ɡiˈnɛ biˈsaw]), is a country in West Africa. | ['Guinea - Bissau -LRB- i/ˈɡɪni bɪˈsaʊ/ , GI - nee - bi - SOW -RRB- , officially the Republic of Guinea - Bissau -LRB- Portuguese : República da Guiné - Bissau , pronounced : -LSB- ʁeˈpublikɐ dɐ ɡiˈnɛ biˈsaw -RSB- -RRB- , is a country in West Africa .'] | (S (NP (NP (NNP Guinea) (HYPH -) (NNP Bissau)) (NP (-LRB- -LRB-) (NP (NNP i/ˈɡɪni) ('' bɪˈsaʊ/)) (, ,) (NP (NNP GI) (HYPH -) (NN nee) (HYPH -) (NN bi) (HYPH -) (NNP SOW)) (-RRB- -RRB-))) (, ,) (ADVP (RB officially)) (NP (NP (NP (DT the) (NNP Republic)) (PP (IN of) (NP (NNP Guinea) (HYPH -) (NNP Bissau)))) (NP (-LRB- -L... | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Guinea-Bissau (i/ˈɡɪni bɪˈsaʊ/, GI-nee-bi-SOW), officially the Republic of Guinea-Bissau (Portuguese: República da Guiné-Bissau, pronounced: [ʁeˈpublikɐ dɐ ɡiˈnɛ biˈsaw]), is a country in West Africa. | [] | (S (NP (NP (NNP Guinea) (HYPH -) (NNP Bissau)) (NP (-LRB- -LRB-) (NP (NNP i/ˈɡɪni) ('' bɪˈsaʊ/)) (, ,) (NP (NNP GI) (HYPH -) (NN nee) (HYPH -) (NN bi) (HYPH -) (NNP SOW)) (-RRB- -RRB-))) (, ,) (ADVP (RB officially)) (NP (NP (NP (DT the) (NNP Republic)) (PP (IN of) (NP (NNP Guinea) (HYPH -) (NNP Bissau)))) (NP (-LRB- -L... | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Guinea-Bissau (i/ˈɡɪni bɪˈsaʊ/, GI-nee-bi-SOW), officially the Republic of Guinea-Bissau (Portuguese: República da Guiné-Bissau, pronounced: [ʁeˈpublikɐ dɐ ɡiˈnɛ biˈsaw]), is a country in West Africa. | [] | (S (NP (NP (NNP Guinea) (HYPH -) (NNP Bissau)) (NP (-LRB- -LRB-) (NP (NNP i/ˈɡɪni) ('' bɪˈsaʊ/)) (, ,) (NP (NNP GI) (HYPH -) (NN nee) (HYPH -) (NN bi) (HYPH -) (NNP SOW)) (-RRB- -RRB-))) (, ,) (ADVP (RB officially)) (NP (NP (NP (DT the) (NNP Republic)) (PP (IN of) (NP (NNP Guinea) (HYPH -) (NNP Bissau)))) (NP (-LRB- -L... | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Guinea-Bissau (i/ˈɡɪni bɪˈsaʊ/, GI-nee-bi-SOW), officially the Republic of Guinea-Bissau (Portuguese: República da Guiné-Bissau, pronounced: [ʁeˈpublikɐ dɐ ɡiˈnɛ biˈsaw]), is a country in West Africa. | ['Guinea - Bissau -LRB- i/ˈɡɪni bɪˈsaʊ/ , GI - nee - bi - SOW -RRB- , officially the Republic of Guinea - Bissau -LRB- Portuguese : República da Guiné - Bissau , pronounced : -LSB- ʁeˈpublikɐ dɐ ɡiˈnɛ biˈsaw -RSB- -RRB- , is a country in West Africa .'] | (S (NP (NP (NNP Guinea) (HYPH -) (NNP Bissau)) (NP (-LRB- -LRB-) (NP (NNP i/ˈɡɪni) ('' bɪˈsaʊ/)) (, ,) (NP (NNP GI) (HYPH -) (NN nee) (HYPH -) (NN bi) (HYPH -) (NNP SOW)) (-RRB- -RRB-))) (, ,) (ADVP (RB officially)) (NP (NP (NP (DT the) (NNP Republic)) (PP (IN of) (NP (NNP Guinea) (HYPH -) (NNP Bissau)))) (NP (-LRB- -L... | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Guinea-Bissau (i/ˈɡɪni bɪˈsaʊ/, GI-nee-bi-SOW), officially the Republic of Guinea-Bissau (Portuguese: República da Guiné-Bissau, pronounced: [ʁeˈpublikɐ dɐ ɡiˈnɛ biˈsaw]), is a country in West Africa. | [] | (S (NP (NP (NNP Guinea) (HYPH -) (NNP Bissau)) (NP (-LRB- -LRB-) (NP (NNP i/ˈɡɪni) ('' bɪˈsaʊ/)) (, ,) (NP (NNP GI) (HYPH -) (NN nee) (HYPH -) (NN bi) (HYPH -) (NNP SOW)) (-RRB- -RRB-))) (, ,) (ADVP (RB officially)) (NP (NP (NP (DT the) (NNP Republic)) (PP (IN of) (NP (NNP Guinea) (HYPH -) (NNP Bissau)))) (NP (-LRB- -L... | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The average window for freezing temperatures is October 20 thru April 22, allowing a growing season of 180 days. | ['The average window for freezing temperatures is October 20 thru April 22 , allowing a growing season of 180 days .', 'allowing a growing season of 180 days'] | (S (NP (NP (DT The) (JJ average) (NN window)) (PP (IN for) (NP (VBG freezing) (NNS temperatures)))) (VP (VBZ is) (NP (NP (NNP October) (CD 20)) (PP (IN thru) (NP (NNP April) (CD 22)))) (, ,) (S (VP (VBG allowing) (NP (NP (DT a) (VBG growing) (NN season)) (PP (IN of) (NP (CD 180) (NNS days))))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The average window for freezing temperatures is October 20 thru April 22, allowing a growing season of 180 days. | [] | (S (NP (NP (DT The) (JJ average) (NN window)) (PP (IN for) (NP (VBG freezing) (NNS temperatures)))) (VP (VBZ is) (NP (NP (NNP October) (CD 20)) (PP (IN thru) (NP (NNP April) (CD 22)))) (, ,) (S (VP (VBG allowing) (NP (NP (DT a) (VBG growing) (NN season)) (PP (IN of) (NP (CD 180) (NNS days))))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The average window for freezing temperatures is October 20 thru April 22, allowing a growing season of 180 days. | [] | (S (NP (NP (DT The) (JJ average) (NN window)) (PP (IN for) (NP (VBG freezing) (NNS temperatures)))) (VP (VBZ is) (NP (NP (NNP October) (CD 20)) (PP (IN thru) (NP (NNP April) (CD 22)))) (, ,) (S (VP (VBG allowing) (NP (NP (DT a) (VBG growing) (NN season)) (PP (IN of) (NP (CD 180) (NNS days))))))) (. .)) | 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 average window for freezing temperatures is October 20 thru April 22, allowing a growing season of 180 days. | ['The average window for freezing temperatures is October 20 thru April 22 , allowing a growing season of 180 days .'] | (S (NP (NP (DT The) (JJ average) (NN window)) (PP (IN for) (NP (VBG freezing) (NNS temperatures)))) (VP (VBZ is) (NP (NP (NNP October) (CD 20)) (PP (IN thru) (NP (NNP April) (CD 22)))) (, ,) (S (VP (VBG allowing) (NP (NP (DT a) (VBG growing) (NN season)) (PP (IN of) (NP (CD 180) (NNS days))))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The average window for freezing temperatures is October 20 thru April 22, allowing a growing season of 180 days. | [] | (S (NP (NP (DT The) (JJ average) (NN window)) (PP (IN for) (NP (VBG freezing) (NNS temperatures)))) (VP (VBZ is) (NP (NP (NNP October) (CD 20)) (PP (IN thru) (NP (NNP April) (CD 22)))) (, ,) (S (VP (VBG allowing) (NP (NP (DT a) (VBG growing) (NN season)) (PP (IN of) (NP (CD 180) (NNS days))))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Good Shepherd Hospital in Siteki is home to the College for Nursing Assistants. | ['The Good Shepherd Hospital in Siteki is home to the College for Nursing Assistants .'] | (S (NP (NP (DT The) (NML (NNP Good) (NNP Shepherd)) (NNP Hospital)) (PP (IN in) (NP (NNP Siteki)))) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (DT the) (NNP College)) (PP (IN for) (NP (NNP Nursing) (NNPS Assistants))))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Good Shepherd Hospital in Siteki is home to the College for Nursing Assistants. | [] | (S (NP (NP (DT The) (NML (NNP Good) (NNP Shepherd)) (NNP Hospital)) (PP (IN in) (NP (NNP Siteki)))) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (DT the) (NNP College)) (PP (IN for) (NP (NNP Nursing) (NNPS Assistants))))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Good Shepherd Hospital in Siteki is home to the College for Nursing Assistants. | [] | (S (NP (NP (DT The) (NML (NNP Good) (NNP Shepherd)) (NNP Hospital)) (PP (IN in) (NP (NNP Siteki)))) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (DT the) (NNP College)) (PP (IN for) (NP (NNP Nursing) (NNPS Assistants))))))) (. .)) | 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 Good Shepherd Hospital in Siteki is home to the College for Nursing Assistants. | ['The Good Shepherd Hospital in Siteki is home to the College for Nursing Assistants .'] | (S (NP (NP (DT The) (NML (NNP Good) (NNP Shepherd)) (NNP Hospital)) (PP (IN in) (NP (NNP Siteki)))) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (DT the) (NNP College)) (PP (IN for) (NP (NNP Nursing) (NNPS Assistants))))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Good Shepherd Hospital in Siteki is home to the College for Nursing Assistants. | [] | (S (NP (NP (DT The) (NML (NNP Good) (NNP Shepherd)) (NNP Hospital)) (PP (IN in) (NP (NNP Siteki)))) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (DT the) (NNP College)) (PP (IN for) (NP (NNP Nursing) (NNPS Assistants))))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In 146 BC Macedonia was annexed as a province by Rome, and the rest of Greece became a Roman protectorate. | ['In 146 BC Macedonia was annexed as a province by Rome , and the rest of Greece became a Roman protectorate .', 'the rest of Greece became a Roman protectorate'] | (S (PP (IN In) (NP (CD 146) (NNP BC))) (NP (NNP Macedonia)) (VP (VBD was) (VP (VBN annexed) (PP (IN as) (NP (DT a) (NN province))) (PP (IN by) (NP (NNP Rome))))) (, ,) (CC and) (S (NP (NP (DT the) (NN rest)) (PP (IN of) (NP (NNP Greece)))) (VP (VBD became) (NP (DT a) (JJ Roman) (NN protectorate)))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In 146 BC Macedonia was annexed as a province by Rome, and the rest of Greece became a Roman protectorate. | [] | (S (PP (IN In) (NP (CD 146) (NNP BC))) (NP (NNP Macedonia)) (VP (VBD was) (VP (VBN annexed) (PP (IN as) (NP (DT a) (NN province))) (PP (IN by) (NP (NNP Rome))))) (, ,) (CC and) (S (NP (NP (DT the) (NN rest)) (PP (IN of) (NP (NNP Greece)))) (VP (VBD became) (NP (DT a) (JJ Roman) (NN protectorate)))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | In 146 BC Macedonia was annexed as a province by Rome, and the rest of Greece became a Roman protectorate. | [] | (S (PP (IN In) (NP (CD 146) (NNP BC))) (NP (NNP Macedonia)) (VP (VBD was) (VP (VBN annexed) (PP (IN as) (NP (DT a) (NN province))) (PP (IN by) (NP (NNP Rome))))) (, ,) (CC and) (S (NP (NP (DT the) (NN rest)) (PP (IN of) (NP (NNP Greece)))) (VP (VBD became) (NP (DT a) (JJ Roman) (NN protectorate)))) (. .)) | 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 146 BC Macedonia was annexed as a province by Rome, and the rest of Greece became a Roman protectorate. | ['In 146 BC Macedonia was annexed as a province by Rome , and the rest of Greece became a Roman protectorate .'] | (S (PP (IN In) (NP (CD 146) (NNP BC))) (NP (NNP Macedonia)) (VP (VBD was) (VP (VBN annexed) (PP (IN as) (NP (DT a) (NN province))) (PP (IN by) (NP (NNP Rome))))) (, ,) (CC and) (S (NP (NP (DT the) (NN rest)) (PP (IN of) (NP (NNP Greece)))) (VP (VBD became) (NP (DT a) (JJ Roman) (NN protectorate)))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | In 146 BC Macedonia was annexed as a province by Rome, and the rest of Greece became a Roman protectorate. | [] | (S (PP (IN In) (NP (CD 146) (NNP BC))) (NP (NNP Macedonia)) (VP (VBD was) (VP (VBN annexed) (PP (IN as) (NP (DT a) (NN province))) (PP (IN by) (NP (NNP Rome))))) (, ,) (CC and) (S (NP (NP (DT the) (NN rest)) (PP (IN of) (NP (NNP Greece)))) (VP (VBD became) (NP (DT a) (JJ Roman) (NN protectorate)))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | As they are prokaryotes, bacteria do not usually have membrane-bound organelles in their cytoplasm, and thus contain few large intracellular structures. | [', bacteria do not usually have membrane - bound organelles in their cytoplasm , and thus contain few large intracellular structures .', 'they are prokaryotes'] | (S (SBAR (IN As) (S (NP (PRP they)) (VP (VBP are) (NP (NNS prokaryotes))))) (, ,) (NP (NNS bacteria)) (VP (VP (VBP do) (RB not) (ADVP (RB usually)) (VP (VB have) (NP (ADJP (NN membrane) (HYPH -) (VBN bound)) (NNS organelles)) (PP (IN in) (NP (PRP$ their) (NN cytoplasm))))) (, ,) (CC and) (ADVP (RB thus)) (VP (VBP conta... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | As they are prokaryotes, bacteria do not usually have membrane-bound organelles in their cytoplasm, and thus contain few large intracellular structures. | ['As they are prokaryotes'] | (S (SBAR (IN As) (S (NP (PRP they)) (VP (VBP are) (NP (NNS prokaryotes))))) (, ,) (NP (NNS bacteria)) (VP (VP (VBP do) (RB not) (ADVP (RB usually)) (VP (VB have) (NP (ADJP (NN membrane) (HYPH -) (VBN bound)) (NNS organelles)) (PP (IN in) (NP (PRP$ their) (NN cytoplasm))))) (, ,) (CC and) (ADVP (RB thus)) (VP (VBP conta... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | As they are prokaryotes, bacteria do not usually have membrane-bound organelles in their cytoplasm, and thus contain few large intracellular structures. | [] | (S (SBAR (IN As) (S (NP (PRP they)) (VP (VBP are) (NP (NNS prokaryotes))))) (, ,) (NP (NNS bacteria)) (VP (VP (VBP do) (RB not) (ADVP (RB usually)) (VP (VB have) (NP (ADJP (NN membrane) (HYPH -) (VBN bound)) (NNS organelles)) (PP (IN in) (NP (PRP$ their) (NN cytoplasm))))) (, ,) (CC and) (ADVP (RB thus)) (VP (VBP conta... | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | As they are prokaryotes, bacteria do not usually have membrane-bound organelles in their cytoplasm, and thus contain few large intracellular structures. | [] | (S (SBAR (IN As) (S (NP (PRP they)) (VP (VBP are) (NP (NNS prokaryotes))))) (, ,) (NP (NNS bacteria)) (VP (VP (VBP do) (RB not) (ADVP (RB usually)) (VP (VB have) (NP (ADJP (NN membrane) (HYPH -) (VBN bound)) (NNS organelles)) (PP (IN in) (NP (PRP$ their) (NN cytoplasm))))) (, ,) (CC and) (ADVP (RB thus)) (VP (VBP conta... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | As they are prokaryotes, bacteria do not usually have membrane-bound organelles in their cytoplasm, and thus contain few large intracellular structures. | ['As they are prokaryotes , bacteria do not usually have membrane - bound organelles in their cytoplasm , and thus contain few large intracellular structures .'] | (S (SBAR (IN As) (S (NP (PRP they)) (VP (VBP are) (NP (NNS prokaryotes))))) (, ,) (NP (NNS bacteria)) (VP (VP (VBP do) (RB not) (ADVP (RB usually)) (VP (VB have) (NP (ADJP (NN membrane) (HYPH -) (VBN bound)) (NNS organelles)) (PP (IN in) (NP (PRP$ their) (NN cytoplasm))))) (, ,) (CC and) (ADVP (RB thus)) (VP (VBP conta... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | On its independence it became the fiftieth member of the Commonwealth of Nations. | ['On its independence it became the fiftieth member of the Commonwealth of Nations .'] | (S (PP (IN On) (NP (PRP$ its) (NN independence))) (NP (PRP it)) (VP (VBD became) (NP (NP (DT the) (JJ fiftieth) (NN member)) (PP (IN of) (NP (NP (DT the) (NNP Commonwealth)) (PP (IN of) (NP (NNPS Nations))))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | On its independence it became the fiftieth member of the Commonwealth of Nations. | [] | (S (PP (IN On) (NP (PRP$ its) (NN independence))) (NP (PRP it)) (VP (VBD became) (NP (NP (DT the) (JJ fiftieth) (NN member)) (PP (IN of) (NP (NP (DT the) (NNP Commonwealth)) (PP (IN of) (NP (NNPS Nations))))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | On its independence it became the fiftieth member of the Commonwealth of Nations. | [] | (S (PP (IN On) (NP (PRP$ its) (NN independence))) (NP (PRP it)) (VP (VBD became) (NP (NP (DT the) (JJ fiftieth) (NN member)) (PP (IN of) (NP (NP (DT the) (NNP Commonwealth)) (PP (IN of) (NP (NNPS Nations))))))) (. .)) | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | On its independence it became the fiftieth member of the Commonwealth of Nations. | ['On its independence it became the fiftieth member of the Commonwealth of Nations .'] | (S (PP (IN On) (NP (PRP$ its) (NN independence))) (NP (PRP it)) (VP (VBD became) (NP (NP (DT the) (JJ fiftieth) (NN member)) (PP (IN of) (NP (NP (DT the) (NNP Commonwealth)) (PP (IN of) (NP (NNPS Nations))))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | On its independence it became the fiftieth member of the Commonwealth of Nations. | [] | (S (PP (IN On) (NP (PRP$ its) (NN independence))) (NP (PRP it)) (VP (VBD became) (NP (NP (DT the) (JJ fiftieth) (NN member)) (PP (IN of) (NP (NP (DT the) (NNP Commonwealth)) (PP (IN of) (NP (NNPS Nations))))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In the final armistice agreement, signed on 27 July 1953, a Neutral Nations Repatriation Commission, under the chairman Indian General K. S. Thimayya, was set up to handle the matter. | ['In the final armistice agreement , signed on 27 July 1953 , a Neutral Nations Repatriation Commission , under the chairman Indian General K. S. Thimayya , was set up to handle the matter .', 'to handle the matter'] | (S (PP (IN In) (NP (NP (DT the) (JJ final) (NN armistice) (NN agreement)) (, ,) (VP (VBN signed) (PP (IN on) (NP (CD 27) (NNP July) (CD 1953)))) (, ,))) (NP (DT a) (NML (NNP Neutral) (NNP Nations)) (NNP Repatriation) (NNP Commission)) (, ,) (PP (IN under) (NP (DT the) (NN chairman) (NP (NNP Indian) (NNP General) (NNP K... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In the final armistice agreement, signed on 27 July 1953, a Neutral Nations Repatriation Commission, under the chairman Indian General K. S. Thimayya, was set up to handle the matter. | [] | (S (PP (IN In) (NP (NP (DT the) (JJ final) (NN armistice) (NN agreement)) (, ,) (VP (VBN signed) (PP (IN on) (NP (CD 27) (NNP July) (CD 1953)))) (, ,))) (NP (DT a) (NML (NNP Neutral) (NNP Nations)) (NNP Repatriation) (NNP Commission)) (, ,) (PP (IN under) (NP (DT the) (NN chairman) (NP (NNP Indian) (NNP General) (NNP K... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | In the final armistice agreement, signed on 27 July 1953, a Neutral Nations Repatriation Commission, under the chairman Indian General K. S. Thimayya, was set up to handle the matter. | [] | (S (PP (IN In) (NP (NP (DT the) (JJ final) (NN armistice) (NN agreement)) (, ,) (VP (VBN signed) (PP (IN on) (NP (CD 27) (NNP July) (CD 1953)))) (, ,))) (NP (DT a) (NML (NNP Neutral) (NNP Nations)) (NNP Repatriation) (NNP Commission)) (, ,) (PP (IN under) (NP (DT the) (NN chairman) (NP (NNP Indian) (NNP General) (NNP K... | 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 the final armistice agreement, signed on 27 July 1953, a Neutral Nations Repatriation Commission, under the chairman Indian General K. S. Thimayya, was set up to handle the matter. | ['In the final armistice agreement , signed on 27 July 1953 , a Neutral Nations Repatriation Commission , under the chairman Indian General K. S. Thimayya , was set up to handle the matter .'] | (S (PP (IN In) (NP (NP (DT the) (JJ final) (NN armistice) (NN agreement)) (, ,) (VP (VBN signed) (PP (IN on) (NP (CD 27) (NNP July) (CD 1953)))) (, ,))) (NP (DT a) (NML (NNP Neutral) (NNP Nations)) (NNP Repatriation) (NNP Commission)) (, ,) (PP (IN under) (NP (DT the) (NN chairman) (NP (NNP Indian) (NNP General) (NNP K... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | In the final armistice agreement, signed on 27 July 1953, a Neutral Nations Repatriation Commission, under the chairman Indian General K. S. Thimayya, was set up to handle the matter. | [] | (S (PP (IN In) (NP (NP (DT the) (JJ final) (NN armistice) (NN agreement)) (, ,) (VP (VBN signed) (PP (IN on) (NP (CD 27) (NNP July) (CD 1953)))) (, ,))) (NP (DT a) (NML (NNP Neutral) (NNP Nations)) (NNP Repatriation) (NNP Commission)) (, ,) (PP (IN under) (NP (DT the) (NN chairman) (NP (NNP Indian) (NNP General) (NNP K... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Infrared radiation is used in industrial, scientific, and medical applications. | ['Infrared radiation is used in industrial , scientific , and medical applications .'] | (S (NP (JJ Infrared) (NN radiation)) (VP (VBZ is) (VP (VBN used) (PP (IN in) (NP (ADJP (JJ industrial) (, ,) (JJ scientific) (, ,) (CC and) (JJ medical)) (NNS applications))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Infrared radiation is used in industrial, scientific, and medical applications. | [] | (S (NP (JJ Infrared) (NN radiation)) (VP (VBZ is) (VP (VBN used) (PP (IN in) (NP (ADJP (JJ industrial) (, ,) (JJ scientific) (, ,) (CC and) (JJ medical)) (NNS applications))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Infrared radiation is used in industrial, scientific, and medical applications. | [] | (S (NP (JJ Infrared) (NN radiation)) (VP (VBZ is) (VP (VBN used) (PP (IN in) (NP (ADJP (JJ industrial) (, ,) (JJ scientific) (, ,) (CC and) (JJ medical)) (NNS applications))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Infrared radiation is used in industrial, scientific, and medical applications. | ['Infrared radiation is used in industrial , scientific , and medical applications .'] | (S (NP (JJ Infrared) (NN radiation)) (VP (VBZ is) (VP (VBN used) (PP (IN in) (NP (ADJP (JJ industrial) (, ,) (JJ scientific) (, ,) (CC and) (JJ medical)) (NNS applications))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Infrared radiation is used in industrial, scientific, and medical applications. | [] | (S (NP (JJ Infrared) (NN radiation)) (VP (VBZ is) (VP (VBN used) (PP (IN in) (NP (ADJP (JJ industrial) (, ,) (JJ scientific) (, ,) (CC and) (JJ medical)) (NNS applications))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Public bus services within the city are provided by the national bus operator Bus Éireann. | ['Public bus services within the city are provided by the national bus operator Bus Éireann .'] | (S (NP (NP (JJ Public) (NN bus) (NNS services)) (PP (IN within) (NP (DT the) (NN city)))) (VP (VBP are) (VP (VBN provided) (PP (IN by) (NP (NP (DT the) (JJ national) (NN bus) (NN operator)) (NP (NNP Bus) (NNP Éireann)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Public bus services within the city are provided by the national bus operator Bus Éireann. | [] | (S (NP (NP (JJ Public) (NN bus) (NNS services)) (PP (IN within) (NP (DT the) (NN city)))) (VP (VBP are) (VP (VBN provided) (PP (IN by) (NP (NP (DT the) (JJ national) (NN bus) (NN operator)) (NP (NNP Bus) (NNP Éireann)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Public bus services within the city are provided by the national bus operator Bus Éireann. | [] | (S (NP (NP (JJ Public) (NN bus) (NNS services)) (PP (IN within) (NP (DT the) (NN city)))) (VP (VBP are) (VP (VBN provided) (PP (IN by) (NP (NP (DT the) (JJ national) (NN bus) (NN operator)) (NP (NNP Bus) (NNP Éireann)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Public bus services within the city are provided by the national bus operator Bus Éireann. | ['Public bus services within the city are provided by the national bus operator Bus Éireann .'] | (S (NP (NP (JJ Public) (NN bus) (NNS services)) (PP (IN within) (NP (DT the) (NN city)))) (VP (VBP are) (VP (VBN provided) (PP (IN by) (NP (NP (DT the) (JJ national) (NN bus) (NN operator)) (NP (NNP Bus) (NNP Éireann)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Public bus services within the city are provided by the national bus operator Bus Éireann. | [] | (S (NP (NP (JJ Public) (NN bus) (NNS services)) (PP (IN within) (NP (DT the) (NN city)))) (VP (VBP are) (VP (VBN provided) (PP (IN by) (NP (NP (DT the) (JJ national) (NN bus) (NN operator)) (NP (NNP Bus) (NNP Éireann)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Their common meaning until the late eighteenth century was a simple league or inter-governmental relationship among sovereign states based upon a treaty. | ['Their common meaning until the late eighteenth century was a simple league or inter - governmental relationship among sovereign states based upon a treaty .'] | (S (NP (NP (PRP$ Their) (JJ common) (NN meaning)) (PP (IN until) (NP (DT the) (NML (JJ late) (JJ eighteenth)) (NN century)))) (VP (VBD was) (NP (NP (NP (DT a) (NML (JJ simple) (NML (NN league))) (CC or) (NML (JJ inter) (HYPH -) (JJ governmental) (NN relationship))) (PP (IN among) (NP (JJ sovereign) (NNS states)))) (VP ... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Their common meaning until the late eighteenth century was a simple league or inter-governmental relationship among sovereign states based upon a treaty. | [] | (S (NP (NP (PRP$ Their) (JJ common) (NN meaning)) (PP (IN until) (NP (DT the) (NML (JJ late) (JJ eighteenth)) (NN century)))) (VP (VBD was) (NP (NP (NP (DT a) (NML (JJ simple) (NML (NN league))) (CC or) (NML (JJ inter) (HYPH -) (JJ governmental) (NN relationship))) (PP (IN among) (NP (JJ sovereign) (NNS states)))) (VP ... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Their common meaning until the late eighteenth century was a simple league or inter-governmental relationship among sovereign states based upon a treaty. | [] | (S (NP (NP (PRP$ Their) (JJ common) (NN meaning)) (PP (IN until) (NP (DT the) (NML (JJ late) (JJ eighteenth)) (NN century)))) (VP (VBD was) (NP (NP (NP (DT a) (NML (JJ simple) (NML (NN league))) (CC or) (NML (JJ inter) (HYPH -) (JJ governmental) (NN relationship))) (PP (IN among) (NP (JJ sovereign) (NNS states)))) (VP ... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Their common meaning until the late eighteenth century was a simple league or inter-governmental relationship among sovereign states based upon a treaty. | ['Their common meaning until the late eighteenth century was a simple league or inter - governmental relationship among sovereign states based upon a treaty .'] | (S (NP (NP (PRP$ Their) (JJ common) (NN meaning)) (PP (IN until) (NP (DT the) (NML (JJ late) (JJ eighteenth)) (NN century)))) (VP (VBD was) (NP (NP (NP (DT a) (NML (JJ simple) (NML (NN league))) (CC or) (NML (JJ inter) (HYPH -) (JJ governmental) (NN relationship))) (PP (IN among) (NP (JJ sovereign) (NNS states)))) (VP ... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Their common meaning until the late eighteenth century was a simple league or inter-governmental relationship among sovereign states based upon a treaty. | [] | (S (NP (NP (PRP$ Their) (JJ common) (NN meaning)) (PP (IN until) (NP (DT the) (NML (JJ late) (JJ eighteenth)) (NN century)))) (VP (VBD was) (NP (NP (NP (DT a) (NML (JJ simple) (NML (NN league))) (CC or) (NML (JJ inter) (HYPH -) (JJ governmental) (NN relationship))) (PP (IN among) (NP (JJ sovereign) (NNS states)))) (VP ... | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.